Solved
CubeMX 4.20.0 Problem
Posted on March 14, 2017 at 08:18
I think the new issue seems to have a problem with source generation.
When choosing the HSE, create the source as follows :
RCC_OscInitStruct.
OscillatorType
= RCC_OSCILLATORTYPE_HSI|RCC_OSCILLATORTYPE_HSE;To operate normally, the source must be changed as follows :
RCC_OscInitStruct.
OscillatorType
= RCC_OSCILLATORTYPE_HSE;check, please.
