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

背景28377D给CLA 分配的一共是LS0-LS5 6个Local shared RAM,

每个LS的长度是0x800;本来的用法是LS0和LS1分配给数据空间,

LS2-5分配给程序空间。由于程序空间紧张,想做如下修改:

数据空间长度由0x1000修改为0xC00;

程序空间长度由0x2000改为0x2400;

问题修改后CLA函数执行不正确,好像是不执行了。

附图是MemCfgRegs的配置以及cmd文件分配。