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.

RTOS/TM4C1294NCPDT: Moving from TIrtos 2.111 to 4.178 killed the USB - resolved!

Part Number: TM4C1294NCPDT

Tool/software: TI-RTOS

regarding this question:

I have found out that the answer is the newly added required calls:

USBDCDFeatureSet(0, USBLIB_FEATURE_CPUCLK, &ui32SysClock);
USBDCDFeatureSet(0, USBLIB_FEATURE_USBPLL, &ui32PLLRate);