Skip to main content
Perardel.Jean
Associate II
October 27, 2017
Solved

CubeMX USB_DEVICE middleware problem on V1.9.0

  • October 27, 2017
  • 2 replies
  • 874 views
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

    This topic has been closed for replies.
    Best answer by danielbuga9
    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

    2 replies

    danielbuga9
    danielbuga9Best answer
    Associate III
    October 27, 2017
    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
    October 27, 2017
    Posted on October 27, 2017 at 13:36

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

    Thanks a lot!