用STM32F4的库函数RCC_PLLConfig()代替SystemInit()手动初始化RCC系统时钟

STM32上电复位后首先执行Reset_Handler,而后调用SystemInit()函数完成时钟等基本初始化,再执行main函数。 ; Reset handler Reset_Handler    PROC                  EXPORT  Reset_Handler             [WEAK]         IMPORT  SystemInit         I
相关文章
相关标签/搜索