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.

TMS320F280025C: Program some codes at a fixed location by .cmd in EABI

Part Number: TMS320F280025C

Dear Champs,

I am asking this for our customer.

The user tried to program codes in a fixed location.

        .asm flie

    .sect "FlashSector"

    .int    0xAAAA

    .int    0xAAAA

 

 

        .cmd flie

        …

    FlashBoot       : origin = 0x08FF00, length = 0x000000F0

   FlashSector    : > FlashBoot

It works in COFF, but it failed in EABI.

Would you please help clarify if we miss anything?

Wayne Huang