system_stm32f0xx.h(基于v1.2.1)
2018-02-06 本文已影响0人
夏天的雪花雨
extern uint32_t SystemCoreClock;
extern void SystemInit(void);
extern void SystemCoreClockUpdate(void);
+++++++END++++++++
system_stm32f0xx.c
SystemInit();
SystemCoreClock
SystemCoreClockUpdate();