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.

TMS320F28388D: 关于#pragma DATA_SECTION()问题

Part Number: TMS320F28388D

大家好,

我在CCS12.0版本中,在cpu1的一个c文件中编写下面代码

int32_t cpu1SendData[128];

#pragma DATA_SECTION(cpu1SendData,"MSGRAM_CPU_TO_CM")

编译完成后在CCS的Memory Allocation上发现并没有正常放入该段,也就是说并没有显示占用512字节内存,不知道是什么原因,烦请帮忙解答一下,谢谢。