When I plug the USB cable into a Host the program vectors to:
static void IntDefaultHandler(void)
which happens when the processor receives an unexpected interrupt. I assume that the USB interrupts are setup somewhere in USBDCDCInit(...) but I can't find it.
Thanks
Doug