2017-03-14 12:18 AM
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.
Solved! Go to Solution.
2017-04-28 02:13 AM
Hello
SoHaeng.Lee
,I thank you for your bug report.
Cube version 4.20 had a regression in the clock configuration that has passed through all our validation tests.
This has been corrected in Version 4.1.
I advise you to upgrade to this last version.
Kind regards
Sirma
2017-03-14 01:08 AM
Hi sohaeng.lee,
I confirm this bug which is already reported to our CubeMX team and
will be fixed in coming version.
We apologize for any inconvenience this may cause.
Imen
2017-04-28 02:13 AM
Hello
SoHaeng.Lee
,I thank you for your bug report.
Cube version 4.20 had a regression in the clock configuration that has passed through all our validation tests.
This has been corrected in Version 4.1.
I advise you to upgrade to this last version.
Kind regards
Sirma