cancel
Showing results for 
Search instead for 
Did you mean: 

Cube Clock Confgration bug

f239955_stm1
Associate
Posted on May 19, 2016 at 09:00

Dear all ST staffs,

I found a bug about clock configuration for F429-NUCLEO in cubeMX. I want you to fix this problem.

To reproduce the bug, please make a new F429-NUCLEO project, and choose HSI as clock source. The frequency value of HSI at CubeMX is 8 MHz, but datasheet says it is 16 MHz.

I hope my contribution will help you.

Best regards, Fumihiko.
2 REPLIES 2
Walid FTITI_O
Senior II
Posted on May 19, 2016 at 13:10

Hi nimura.fumihiko,

Thanks dor the feedback and contribution. I will report this to our CubeMx team for check.

-Hannibal-

stm32cube-t
Senior III
Posted on May 24, 2016 at 10:48

Dear user,

Thank you for reporting this issue.

It will be fixed in a next release.

As a workaround you can manually change the HSI frequency value in the .ioc file:

RCC.HSI_VALUE=16000000

Best regards