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.