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.

TMS570LS3137: EMIF interfacing

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