STM32Cube_FW_F4_V1.16.0固件库文件配置

启动文件:
STM32Cube_FW_F4_V1.16.0\Drivers\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f429xx.s

外设寄存器定义文件
STM32Cube_FW_F4_V1.16.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f429xx.h

系统初始化文件
STM32Cube_FW_F4_V1.16.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h
STM32Cube_FW_F4_V1.16.0\Drivers\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c

外设固件库文件:
STM32Cube_FW_F4_V1.16.0\Drivers\STM32F4xx_HAL_Driver\Inc\*.h
STM32Cube_FW_F4_V1.16.0\Drivers\STM32F4xx_HAL_Driver\Src\*.c
(注:旧版的misc.h/.c没有了,替换成了stm32f4xx_hal_cortex.h/.c。)

内核文件:
STM32Cube_FW_F4_V1.16.0\Drivers\CMSIS\Include\core_cm4.h
STM32Cube_FW_F4_V1.16.0\Drivers\CMSIS\Include\core_cmFunc.h
STM32Cube_FW_F4_V1.16.0\Drivers\CMSIS\Include\core_cmInstr.h
STM32Cube_FW_F4_V1.16.0\Drivers\CMSIS\Include\core_cmSimd.h

用户文件:
main.h/.c
stm32f4xx_it.h/.c
(注:自己添加用户文件。)




posted @ 2017-06-19 00:01  UnrealLearner  阅读(2341)  评论(0编辑  收藏  举报