Hello everyone.
I´m facing a problem with my code and I´ve tried almost everything with no success. Debugging i´ve realized the code goes to the fault ISR, and looking at the (NVIC_FAULT_STAT) register I read 0x00010000, which is an Instruction Bus Error.
Also, when i comment the line:
USBDCDCInit(0, &g_sCDCDevice);
it works perfectly, so could anyone help me with some tips about this?
Thanks in advance.