2021-08-24 09:44:08 索煒達電子 1447
項目編號:E547
文件大?。?0M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述
掃地機器人(KEIL工程)
目錄│文件列表:
│ CleanBot_Keil.rar
└ CleanBot_Keil
│ CleanBot.uvguix.pc-20171123
│ CleanBot.uvguix.Photon
│ CleanBot.uvoptx
│ CleanBot.uvprojx
│ CleanBot_Keil.sublime-project
│ CleanBot_Keil.sublime-workspace
│ EventRecorderStub.scvd
│ evkmimxrt1050_flexspi_nor.ini
│ evkmimxrt1050_ram.ini
│ evkmimxrt1050_sdram_init.ini
│ JLinkLog.txt
│ JLinkSettings.ini
├ Libraries
│ │ fsl_device_registers.h
│ │ MIMXRT1052.h
│ │ MIMXRT1052.xml
│ │ MIMXRT1052_features.h
│ │ system_MIMXRT1052.c
│ │ system_MIMXRT1052.h
│ ├ arm
│ │ │ MIMXRT1052xxxxx_flexspi_nor.scf
│ │ │ MIMXRT1052xxxxx_ram.scf
│ │ │ MIMXRT1052xxxxx_sdram.scf
│ │ │ MIMXRT1052xxxxx_sdram_txt.scf
│ │ └ startup_MIMXRT1052.s
│ ├ CMSIS
│ │ │ LICENSE.txt
│ │ ├ Driver
│ │ │ ├ DriverTemplates
│ │ │ │ │ Driver_CAN.c
│ │ │ │ │ Driver_ETH_MAC.c
│ │ │ │ │ Driver_ETH_PHY.c
│ │ │ │ │ Driver_Flash.c
│ │ │ │ │ Driver_I2C.c
│ │ │ │ │ Driver_MCI.c
│ │ │ │ │ Driver_SAI.c
│ │ │ │ │ Driver_SPI.c
│ │ │ │ │ Driver_Storage.c
│ │ │ │ │ Driver_USART.c
│ │ │ │ │ Driver_USBD.c
│ │ │ │ └ Driver_USBH.c
│ │ │ └ Include
│ │ │ │ Driver_CAN.h
│ │ │ │ Driver_Common.h
│ │ │ │ Driver_ETH.h
│ │ │ │ Driver_ETH_MAC.h
│ │ │ │ Driver_ETH_PHY.h
│ │ │ │ Driver_Flash.h
│ │ │ │ Driver_I2C.h
│ │ │ │ Driver_MCI.h
│ │ │ │ Driver_NAND.h
│ │ │ │ Driver_SAI.h
│ │ │ │ Driver_SPI.h
│ │ │ │ Driver_USART.h
│ │ │ │ Driver_USB.h
│ │ │ │ Driver_USBD.h
│ │ │ └ Driver_USBH.h
│ │ ├ DSP_Lib
│ │ │ ├ Examples
│ │ │ │ └ ARM
│ │ │ │ ├ arm_class_marks_example
│ │ │ │ │ │ Abstract.txt
│ │ │ │ │ │ arm_class_marks_example.ini
│ │ │ │ │ │ arm_class_marks_example.uvoptx
│ │ │ │ │ │ arm_class_marks_example.uvprojx
│ │ │ │ │ │ arm_class_marks_example_f32.c
│ │ │ │ │ └ RTE
│ │ │ │ │ │ RTE_Components.h
│ │ │ │ │ └ Device
│ │ │ │ │ ├ ARMCM0
│ │ │ │ │ │ │ startup_ARMCM0.s
│ │ │ │ │ │ └ system_ARMCM0.c
│ │ │ │ │ ├ ARMCM3
│ │ │ │ │ │ │ startup_ARMCM3.s
│ │ │ │ │ │ └ system_ARMCM3.c
│ │ │ │ │ ├ ARMCM4_FP
│ │ │ │ │ │ │ startup_ARMCM4.s
│ │ │ │ │ │ └ system_ARMCM4.c
│ │ │ │ │ └ ARMCM7_SP
│ │ │ │ │ │ startup_ARMCM7.s
│ │ │ │ │ └ system_ARMCM7.c
│ │ │ │ ├ arm_convolution_example
│ │ │ │ │ │ Abstract.txt
│ │ │ │ │ │ arm_convolution_example.ini
│ │ │ │ │ │ arm_convolution_example.uvoptx
│ │ │ │ │ │ arm_convolution_example.uvprojx
│ │ │ │ │ │ arm_convolution_example_f32.c
│ │ │ │ │ │ math_helper.c
│ │ │ │ │ │ math_helper.h
│ │ │ │ │ └ RTE
│ │ │ │ │ │ RTE_Components.h
│ │ │ │ │ └ Device
│ │ │ │ │ ├ ARMCM0
│ │ │ │ │ │ │ startup_ARMCM0.s
│ │ │ │ │ │ └ system_ARMCM0.c
│ │ │ │ │ ├ ARMCM3
│ │ │ │ │ │ │ startup_ARMCM3.s
│ │ │ │ │ │ └ system_ARMCM3.c
│ │ │ │ │ ├ ARMCM4_FP
│ │ │ │ │ │ │ startup_ARMCM4.s
│ │ │ │ │ │ └ system_ARMCM4.c
│ │ │ │ │ └ ARMCM7_SP
│ │ │ │ │ │ startup_ARMCM7.s
│ │ │ │ │ └ system_ARMCM7.c
│ │ │ │ ├ arm_dotproduct_example
│ │ │ │ │ │ Abstract.txt
│ │ │ │ │ │ arm_dotproduct_example.ini
│ │ │ │ │ │ arm_dotproduct_example.uvoptx
│ │ │ │ │ │ arm_dotproduct_example.uvprojx
│ │ │ │ │ │ arm_dotproduct_example_f32.c
│ │ │ │ │ └ RTE
│ │ │ │ │ │ RTE_Components.h
│ │ │ │ │ └ Device
│ │ │ │ │ ├ ARMCM0
│ │ │ │ │ │ │ startup_ARMCM0.s
│ │ │ │ │ │ └ system_ARMCM0.c
│ │ │ │ │ ├ ARMCM3
│ │ │ │ │ │ │ startup_ARMCM3.s
│ │ │ │ │ │ └ system_ARMCM3.c
│ │ │ │ │ ├ ARMCM4_FP
│ │ │ │ │ │ │ startup_ARMCM4.s
│ │ │ │ │ │ └ system_ARMCM4.c
│ │ │ │ │ └ ARMCM7_SP
│ │ │ │ │ │ startup_ARMCM7.s
│ │ │ │ │ └ system_ARMCM7.c
│ │ │ │ ├ arm_fft_bin_example
│ │ │ │ │ │ Abstract.txt
│ │ │ │ │ │ arm_fft_bin_data.c
│ │ │ │ │ │ arm_fft_bin_example.ini
│ │ │ │ │ │ arm_fft_bin_example.uvoptx
│ │ │ │ │ │ arm_fft_bin_example.uvprojx
│ │ │ │ │ │ arm_fft_bin_example_f32.c