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.
v210中cmd文件2837xD_RAM_CLA_lnk_cpu1.cmd中将RAMLS4和RAMLS5合并成一个区,并且将CLA的程序文件存放在该区域中,但是例子中的CLA存储空间初始化时只对LS5进行分配,未对LS4进行分配,导致调用CLA计算时,MIRUN.INTx一直为高,无法跳出ClaForceTask1andWait()函数。但C2000中的例子却进行了相关配置,所以可以正常使用CLA。