I have been following the bulk USB example and been experiencing fault ISR's when i connect my F28M36x controlCard's USB to say my computer.
I stepped through the code when entering the USB0DeviceIntHandler and noticed that the line of code
pDevInstance->psInfo->sCallbacks.pfnResetHandler(
pDevInstance->pvInstance);
In USBDeviceEnumResetHandler causes the fault ISR. I am not sure why this happens and any help would be greatly appreciated.