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