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.

TMS320F280049M: cla_ex1_background_task example code.

Part Number: TMS320F280049M
Other Parts Discussed in Thread: C2000WARE

Hi all,

I am evaluating cla_ex1_background_task example code on F280049M CCARD.

When I set CPU1_FLASH configuration active, build and run, then system will branch to illegal ISR, any idea please?

Regards,

Luke

  • Hi Luke,

    This bug has already been filed and fixed. It will be in the next update of C2000Ware.

    For now, please change the RUN location of .TI.ramfunc in cla_flash.cmd. You can move it to RAMLS4.

    .TI.ramfunc : LOAD = FLASH_BANK0_SEC4,
    RUN = RAMLS4,

    Regards,
    sal