cancel
Showing results for 
Search instead for 
Did you mean: 

CubeMX 4.20.0 Problem

SoHaeng.Lee
Associate II
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.

1 ACCEPTED SOLUTION

Accepted Solutions
Sirma Siang
ST Employee
Posted on April 28, 2017 at 11:13

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

View solution in original post

2 REPLIES 2
Imen.D
ST Employee
Posted on March 14, 2017 at 09:08

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Sirma Siang
ST Employee
Posted on April 28, 2017 at 11:13

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