* @file startup_stm32f407xx.s * @author MCD Application Team * @brief STM32F407xx Devices vector table for GCC based toolchains. * This module performs: * - Set the initial SP * - Set the initial PC == Reset_Handler, * - Set the vector table entries with the exceptions ISR addre...
答案对人有帮助,有参考价值0 以STM32F407在MDK keil arm编译器的启动文件startup_stm32f407xx.s ...
* @file startup_stm32f407xx.s * @author MCD Application Team * @brief STM32F407xx Devices vector table for GCC based toolchains.* This module performs: * - Set the initial SP * - Set the initial PC == Reset_Handler,
STM32F407项目的启动文件为?A.startup_stm32f40_41xxx.sB.system_stm32f4xx.cC.core_cm4.hD.misc.c