This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Tiva USB bootloader and new Driverlib 2.1.3.156

Hello,

I experienced an issue updating to new driverlib 2.1.3.156 and using ROM based USB booltader.
With the new driverlib, USB seem to fail to initialize when I launch Bootloader with following function :

ROM_UpdateUSB(0);

Everything worked like a charm with previous driverlib version 2.1.2.111.
I noticed that in the new driverlib, change was made to the file "sysctl.c" : "Incorrect Programming in SysCtlClockFreqSet API in Sysctl Driver"
More precisely the issue seem to be in  function:

SysCtlClockFreqSet

So I tested to only revert "sysctl.c" with the old one from 2.1.2.111 and surprise USB update is now working again.

I suspect that something need to be done before launching USB bootloader, maybe the PLL is not configured as desired for USB bootloader.

Regards,

Max