Part Number: TMS570LS3137
Hello,
I am using Eval board (TMS570LS31X HDK)
In trying to map the external flash address 0x60E00000 in sys_link.cmd to a section called .maintdtbl. Then fixing this section for one array in my code using
#pragma DATA_SECTION(variable_name, ".maintdtbl")
int variable_name[128];
When I assign some values to some elements in the array, they are not reflected. I called emif_ASYNC2Init() too. Am I missing any other setting ?
Regards,
Rohini

