I have an MQX 3.8 application that is working fine when loaded alone into my K53. USB works as expected here.
When I load the application using my USB bootloader, the application now resides at flash 0x10000, and everything works fine, except my USB will no longer function. The USB task launches, but does not ever report a successful device insertion.
Something else strange that I've noticed is that my UART debugger seems to repeat some messages 3x when my image runs from the bootloader. Any ideas? I'm really stuck, and need to release this product in a couple of days.