While attempting to initialize my custom USB device code, I get stuck here:
/******************************************************************************
** INTERRUPT SERVICE ROUTINES - Used Internally
******************************************************************************/
static void IntDefaultHandler (void)
{
while(1);
}
What could I be doing wrong?