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.
工具/软件:Code Composer Studio
在 CLA 程序从 C 更改为汇编后、当 CLA 任务8由 C 程序主函数中的 asm (" IACK #0x0080")触发时、CLA 程序_Cla1Task8不会运行、这与之前的 CLA C 程序相同。 参阅 TI//c2000/c2000Ware_1_00_06_00/////device_support/f2837xd/examples//CPU1//CLA_ADC_fir32//cpu01//fir32.asm 中的示例、 已将"Sect "Cla1Prog" 指令添加到汇编文件中。 在 C 程序的初始化阶段、CLA 程序被复制到 由 Cla1Prog 指定的 RAMLS3中。
在与主程序相同的条件下、之前的 CLA C 程序正常运行。
是什么原因导致了这种情况?