Tool/software: TI-RTOS
I'm using the usbserialdevice_DK_TM4C129X_TI example as the base for my code. I'm curious where the system clock is getting set; I've traced through the code, and I know that the USB function requires at least a 60MHz clock, but all I can find is a call to SysCtlPLLEnable().
Thanks.