首页 > 其他 > 详细

STM32Cube_FW_F4_V1.16.0固件库文件配置

时间:2017-06-19 01:07:03      阅读:1000      评论:0      收藏: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
(注:自己添加用户文件。)




STM32Cube_FW_F4_V1.16.0固件库文件配置

原文:http://www.cnblogs.com/repeae/p/7045972.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!