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.

TMS320F280025C: 常量数组无法定义在FLASH固定地址

Part Number: TMS320F280025C
#pragma DATA_SECTION(Name,"myconstants");

const unsigned int Name[10] = {0,1,2,3,4,5,6,7,8,9};


myconstants : > FLASH_BANK0_SEC2,PAGE = 0, ALIGN(4)
在TMS320F28035上可以固化,在TMS320F280025C就不行