2021-11-05 11:41:12 索煒達(dá)電子 528
項(xiàng)目編號(hào):E2154
文件大小:7.2M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
2012江蘇省TI杯題目-激光自動(dòng)瞄準(zhǔn)裝置
目錄│文件列表:
└ laserControl
│ laserControl Debug.launch
│ laserControl.ioc
│ STM32F407ZETX_FLASH.ld
│ STM32F407ZETX_RAM.ld
├ Core
│ ├ Inc
│ │ │ control.h
│ │ │ dma.h
│ │ │ gpio.h
│ │ │ i2c.h
│ │ │ key.h
│ │ │ main.h
│ │ │ motor.h
│ │ │ oled.h
│ │ │ oledfont.h
│ │ │ stm32f4xx_hal_conf.h
│ │ │ stm32f4xx_it.h
│ │ │ tim.h
│ │ └ usart.h
│ ├ Src
│ │ │ control.c
│ │ │ dma.c
│ │ │ gpio.c
│ │ │ i2c.c
│ │ │ key.c
│ │ │ main.c
│ │ │ motor.c
│ │ │ oled.c
│ │ │ stm32f4xx_hal_msp.c
│ │ │ stm32f4xx_it.c
│ │ │ syscalls.c
│ │ │ sysmem.c
│ │ │ system_stm32f4xx.c
│ │ │ tim.c
│ │ └ usart.c
│ └ Startup
│ └ startup_stm32f407zetx.s
├ Debug
│ │ laserControl.bin
│ │ laserControl.elf
│ │ laserControl.list
│ │ laserControl.map
│ │ makefile
│ │ objects.list
│ │ objects.mk
│ │ sources.mk
│ ├ Core
│ │ ├ Src
│ │ │ │ control.d
│ │ │ │ control.o
│ │ │ │ control.su
│ │ │ │ dma.d
│ │ │ │ dma.o
│ │ │ │ dma.su
│ │ │ │ gpio.d
│ │ │ │ gpio.o
│ │ │ │ gpio.su
│ │ │ │ i2c.d
│ │ │ │ i2c.o
│ │ │ │ i2c.su
│ │ │ │ key.d
│ │ │ │ key.o
│ │ │ │ key.su
│ │ │ │ main.d
│ │ │ │ main.o
│ │ │ │ main.su
│ │ │ │ motor.d
│ │ │ │ motor.o
│ │ │ │ motor.su
│ │ │ │ oled.d
│ │ │ │ oled.o
│ │ │ │ oled.su
│ │ │ │ stm32f4xx_hal_msp.d
│ │ │ │ stm32f4xx_hal_msp.o
│ │ │ │ stm32f4xx_hal_msp.su
│ │ │ │ stm32f4xx_it.d
│ │ │ │ stm32f4xx_it.o
│ │ │ │ stm32f4xx_it.su
│ │ │ │ subdir.mk
│ │ │ │ syscalls.d
│ │ │ │ syscalls.o
│ │ │ │ syscalls.su
│ │ │ │ sysmem.d
│ │ │ │ sysmem.o
│ │ │ │ sysmem.su
│ │ │ │ system_stm32f4xx.d
│ │ │ │ system_stm32f4xx.o
│ │ │ │ system_stm32f4xx.su
│ │ │ │ tim.d
│ │ │ │ tim.o
│ │ │ │ tim.su
│ │ │ │ usart.d
│ │ │ │ usart.o
│ │ │ └ usart.su
│ │ └ Startup
│ │ │ startup_stm32f407zetx.d
│ │ │ startup_stm32f407zetx.o
│ │ └ subdir.mk
│ └ Drivers
│ └ STM32F4xx_HAL_Driver
│ └ Src
│ │ stm32f4xx_hal.d
│ │ stm32f4xx_hal.o
│ │ stm32f4xx_hal.su
│ │ stm32f4xx_hal_cortex.d
│ │ stm32f4xx_hal_cortex.o
│ │ stm32f4xx_hal_cortex.su
│ │ stm32f4xx_hal_dma.d
│ │ stm32f4xx_hal_dma.o
│ │ stm32f4xx_hal_dma.su
│ │ stm32f4xx_hal_dma_ex.d
│ │ stm32f4xx_hal_dma_ex.o
│ │ stm32f4xx_hal_dma_ex.su
│ │ stm32f4xx_hal_exti.d
│ │ stm32f4xx_hal_exti.o
│ │ stm32f4xx_hal_exti.su
│ │ stm32f4xx_hal_flash.d
│ │ stm32f4xx_hal_flash.o
│ │ stm32f4xx_hal_flash.su
│ │ stm32f4xx_hal_flash_ex.d
│ │ stm32f4xx_hal_flash_ex.o
│ │ stm32f4xx_hal_flash_ex.su
│ │ stm32f4xx_hal_flash_ramfunc.d
│ │ stm32f4xx_hal_flash_ramfunc.o
│ │ stm32f4xx_hal_flash_ramfunc.su
│ │ stm32f4xx_hal_gpio.d
│ │ stm32f4xx_hal_gpio.o
│ │ stm32f4xx_hal_gpio.su
│ │ stm32f4xx_hal_i2c.d
│ │ stm32f4xx_hal_i2c.o
│ │ stm32f4xx_hal_i2c.su
│ │ stm32f4xx_hal_i2c_ex.d
│ │ stm32f4xx_hal_i2c_ex.o
│ │ stm32f4xx_hal_i2c_ex.su
│ │ stm32f4xx_hal_pwr.d
│ │ stm32f4xx_hal_pwr.o
│ │ stm32f4xx_hal_pwr.su
│ │ stm32f4xx_hal_pwr_ex.d
│ │ stm32f4xx_hal_pwr_ex.o
│ │ stm32f4xx_hal_pwr_ex.su
│ │ stm32f4xx_hal_rcc.d
│ │ stm32f4xx_hal_rcc.o
│ │ stm32f4xx_hal_rcc.su
│ │ stm32f4xx_hal_rcc_ex.d
│ │ stm32f4xx_hal_rcc_ex.o
│ │ stm32f4xx_hal_rcc_ex.su
│ │ stm32f4xx_hal_tim.d
│ │ stm32f4xx_hal_tim.o
│ │ stm32f4xx_hal_tim.su
│ │ stm32f4xx_hal_tim_ex.d
│ │ stm32f4xx_hal_tim_ex.o
│ │ stm32f4xx_hal_tim_ex.su
│ │ stm32f4xx_hal_uart.d
│ │ stm32f4xx_hal_uart.o
│ │ stm32f4xx_hal_uart.su
│ └ subdir.mk
└ Drivers
├ CMSIS
│ ├ Device
│ │ └ ST
│ │ └ STM32F4xx
│ │ └ Include
│ │ │ stm32f407xx.h
│ │ │ stm32f4xx.h
│ │ └ system_stm32f4xx.h
│ └ Include
│ │ cmsis_armcc.h
│ │ cmsis_armclang.h
│ │ cmsis_compiler.h
│ │ cmsis_gcc.h
│ │ cmsis_iccarm.h
│ │ cmsis_version.h
│ │ core_armv8mbl.h
│ │ core_armv8mml.h
│ │ core_cm0.h
│ │ core_cm0plus.h
│ │ core_cm1.h
│ │ core_cm23.h
│ │ core_cm3.h
│ │ core_cm33.h
│ │ core_cm4.h
│ │ core_cm7.h
│ │ core_sc000.h
│ │ core_sc300.h
│ │ mpu_armv7.h
│ │ mpu_armv8.h
│ └ tz_context.h
└ STM32F4xx_HAL_Driver
├ Inc
│ │ stm32f4xx_hal.h
│ │ stm32f4xx_hal_cortex.h
│ │ stm32f4xx_hal_def.h
│ │ stm32f4xx_hal_dma.h
│ │ stm32f4xx_hal_dma_ex.h
│ │ stm32f4xx_hal_exti.h
│ │ stm32f4xx_hal_flash.h
│ │ stm32f4xx_hal_flash_ex.h
│ │ stm32f4xx_hal_flash_ramfunc.h
│ │ stm32f4xx_hal_gpio.h
│ │ stm32f4xx_hal_gpio_ex.h
│ │ stm32f4xx_hal_i2c.h
│ │ stm32f4xx_hal_i2c_ex.h
│ │ stm32f4xx_hal_pwr.h
│ │ stm32f4xx_hal_pwr_ex.h
│ │ stm32f4xx_hal_rcc.h
│ │ stm32f4xx_hal_rcc_ex.h
│ │ stm32f4xx_hal_tim.h
│ │ stm32f4xx_hal_tim_ex.h
│ │ stm32f4xx_hal_uart.h
│ └ Legacy
│ └ stm32_hal_legacy.h
└ Src
│ stm32f4xx_hal.c
│ stm32f4xx_hal_cortex.c
│ stm32f4xx_hal_dma.c
│ stm32f4xx_hal_dma_ex.c
│ stm32f4xx_hal_exti.c
│ stm32f4xx_hal_flash.c
│ stm32f4xx_hal_flash_ex.c
│ stm32f4xx_hal_flash_ramfunc.c
│ stm32f4xx_hal_gpio.c
│ stm32f4xx_hal_i2c.c
│ stm32f4xx_hal_i2c_ex.c
│ stm32f4xx_hal_pwr.c
│ stm32f4xx_hal_pwr_ex.c
│ stm32f4xx_hal_rcc.c
│ stm32f4xx_hal_rcc_ex.c
│ stm32f4xx_hal_tim.c
│ stm32f4xx_hal_tim_ex.c
└ stm32f4xx_hal_uart.c