Home > other >  Stm32 RCC configuration problem, RCC_PLLSource_HSE_Div1 undefined, consult!
Stm32 RCC configuration problem, RCC_PLLSource_HSE_Div1 undefined, consult!

Time:12-23

Younger brother novice STM32, configure the clock, prompt RCC_PLLSource_HSE_Div1 undefined, , baidu said to change the configuration of STM32F10X_MD_VL to STM32F10X_MD, but change after adding other header files will be an error, ask how to solve this problem, we had for a long time make uncertain,

CodePudding user response:

Head and header files of some code snippet to predefined chip type
http://blog.csdn.net/u013629239/article/details/19827685

CodePudding user response:

Thank you, have been solved, the definition # if I am! Defined (STM32F10X_LD_VL) & amp; & ! Defined (STM32F10X_MD_VL) & amp; & ! Defined (STM32F10X_HD_VL) & amp; & ! Defined (STM32F10X_CL)! Defined (STM32F10X_MD_VL) changed to defined (STM32F10X_MD_VL), can appear to STM32F10X_MD other errors,

CodePudding user response:

Stm32 to atomic BBS asked, than a lot of people here

CodePudding user response:

I am using STM32F10X_CL, either! Remove or change to STM32F10X_MD.
refer to the second floor King__will response:
thank you, have been solved, the definition # if I am! Defined (STM32F10X_LD_VL) & amp; & ! Defined (STM32F10X_MD_VL) & amp; & ! Defined (STM32F10X_HD_VL) & amp; & ! Defined (STM32F10X_CL)! Defined (STM32F10X_MD_VL) changed to defined (STM32F10X_MD_VL), can appear to STM32F10X_MD other errors,

CodePudding user response:

I encountered this problem, how to solve? STM32F10X_CL USES this method doesn't work,