Quantcast
Channel: ARM Connected Community: Message List
Viewing all articles
Browse latest Browse all 8551

Re: 大家好,有个关于stm32RCC配置的问题想请教一下大家,谢谢各位

$
0
0
Jonny,你好     系统启动复位时,会自动调用systemInit。这部分是在Reset_Handler中进行的,在startup_stm32fxxxx.s文件中可以找到这部分代码(路径:Drivers\CMSIS\Device\ST\STM32Fxxx\Source\Templates\arm\)。         所以只要你不去修改这部分代码,systemInit肯定会被调用到的。  

Viewing all articles
Browse latest Browse all 8551