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.

TMS320F28P559SJ-Q1: How to store data in p55x flash

Part Number: TMS320F28P559SJ-Q1

Tool/software:

Hi Expert,

To store data to Micro's flash, I used to apply : pragma DATA_SECTION(datax, "MyData"); const int datax[5]={1,2,3,4,5}; also define MyData in cmd file. But it doesn't work in p55x. The "datax" can't be found in map file.

Would you please help find solution ?

Thanks,

Jeffrey