啟動文件:
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
(注:自己添加用戶文件。)