Part Number: TMS320F280039-Q1
Other Parts Discussed in Thread: C2000WARE, SYSCONFIG
Hi team,
I ask this for my customer.
My customer want to migrate COFF project to ELF project.
We follow this: https://software-dl.ti.com/ccs/esd/documents/C2000_c28x_migration_from_coff_to_eabi.html
But something is missing:
for example, customer need to modify the #pragma DATA_SECTION(TestInfo ,"FixValue ");
const u32 ulTestInfo = 0x11223344 to attribute((retain, section(“FixValue”))) const u32 ulTestInfo = 0x11223344;
If they don't do this, they can't find the variable ulTestInfo in map file.
And although after this change, the storage order of variables in memory is change.
But this is not included in the document we provide
could you help to check any other iteams needed to pay attention to in addition to the file: https://software-dl.ti.com/ccs/esd/documents/C2000_c28x_migration_from_coff_to_eabi.html
BRs
Shuqing







