修改STM32庫(kù)函數(shù)中的晶振值
1)修改HSE_VALUE的值
本文引用地址:http://m.butianyuan.cn/article/201611/318549.htm將#define HSE_VALUE ((uint32_t)25) /*!< Value of the External oscillator in Hz */
修改為 #define HSE_VALUE ((uint32_t)8) /*!< Value of the External oscillator in Hz */
2)修改PLL_M的值
將#define PLL_M 25修改為 #define PLL_M 8
3)修改STM32F407工程的Options設(shè)置
在Option for target"Flash"窗口中,選擇Target頁(yè)面,修改STMicroelectronics STM32F407VG欄中Xtal(MHz)的值為8.0
評(píng)論