I have USB code that has been running well on a TM4C129x development board, but which doesn't work on our custom TM4C1294KCPDT based board.
The immediate issue is that I'm not getting SOF interrupts. I do get suspend and reset interrupts.
The hardware seems to be correct. If I erase the processor flash the system comes up as a Stellaris Firmware Update device in device manager.
I assume there is a configuration difference between the TM4C129XNCZADI on the dev kit and the TM4C1294KCPDT on our board, but I can't find anything that looks likely.
Where should I look for the cause of this issue?