This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28388D: On the jump problem of bootloader with CM kernel

Part Number: TMS320F28388D


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