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.

TMS320F28377D: .cla计算用到的变量,每一个都需要定义位置吗?

Part Number: TMS320F28377D

只在cla计算内部使用的变量,而不需要在cpu和cla之间调用的变量,还需要类似这种(#pragma DATA_SECTION(IA,"Cla1ToCpuMsgRAM");)的定义位置吗,能像.c文件中 直接定义吗?