Hello,All
Cm core bootloader program, use this sentence (* (void (*) (void)) 0x20c000) (); there is no problem to jump in DSP, but it will be transferred to startup in startup_cm.c file to jump to the faultISR function, very strange, but C28 core no problem。
static void faultISR(void)
{
// Enter an infinite loop.
while(1) {}
}
Thank you very much
Good luck
