STM32的启动文件 皓琦 2023-11-18 170 阅读1分钟 1、.s文件 startup_stm32f10x_md.s : 汇编代码,功能是 CPU 的启动代码。 2、.h文件 core_cm3.c,core_cm3.h : Cortex-M3内核相关代码 3、.c文件 system_stm32f10x.c, system_stm32f10x.h : STM32 系统相关代码