cancel
Showing results for 
Search instead for 
Did you mean: 

CubeMX USB_DEVICE middleware problem on V1.9.0

Perardel.Jean
Associate II
Posted on October 27, 2017 at 13:25

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

1 ACCEPTED SOLUTION

Accepted Solutions
danielbuga9
Associate III
Posted on October 27, 2017 at 13:28

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.0

View solution in original post

2 REPLIES 2
danielbuga9
Associate III
Posted on October 27, 2017 at 13:28

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.0
Perardel.Jean
Associate II
Posted on October 27, 2017 at 13:36

Great!! I didn't know the 1.10 was realeased  

Thanks a lot!