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.
CLA是不是只有进入中断程序了才知道CLA运行完成?
在pwm中断中如何得知CLA运算已经完成
CLA有个寄存器叫MIRUN,可以知道CLA是否在运行还是已经停止。
楼上的信息很有用, 可以通过MIRUN寄存器查看运行状态,哪个CLA任务(也即CLA中断)正在运行。
当CLA task运行完成,CLA会产生中断(CLA_INT1~8, LVF, LUF)给C28x PIE让主CPU知道CLA已经完成,附件的图片希望对你有帮助。