2017-10-27 04:25 AM
Hi,
I just moved a code from a STM32L476RCT6 on cubeMX V1.7.0 to V1.9.0
I didn't change anything
When I start the push and start the program, it crash on the SystemClock_Config() with the new version. I tried again with the old one, and it work perfectly.
Any idea what could create this problem?
Thanks
Solved! Go to Solution.
2017-10-27 04:28 AM
This is a known and already fixed issue, a struct member wasn't initialized in the generated System
Clock
_Config. Please use CubeL4 1.10.02017-10-27 04:28 AM
This is a known and already fixed issue, a struct member wasn't initialized in the generated System
Clock
_Config. Please use CubeL4 1.10.02017-10-27 04:36 AM
Great!! I didn't know the 1.10 was realeased
Thanks a lot!