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在执行完TASK后怎么进入ISR?

Other Parts Discussed in Thread: CONTROLSUITE

看了controlSUITE例子,在所有的例子程序中CLA的中断触发都是通过强行调用Cla1ForceTask1andWait();来实现CLA任务,并等待N个延时后获得CLA执行的结果,且在CLA任务完成后所触发的中断中调用执行的结果。 我想知道CLA在执行完TASK1后会触发什么中断,不应该是CLA1_INT1_ISR么?可是我在调试的过程中执行完TASK后并没有回到CLA1_INT1_ISR中,反而提示我“CPU1_CLA1 : Can"t Single Step Target Program : (Error -2060 @ 0x0) Requested operation cannot done while device is running. Hale the device , and retry the operation .(Emulation package 5.1.641.0)

我想知道CLA在执行完TASK后怎么进入ISR?还是说在仿真器状态下无法进入啊?

请TI的大神来回复下,谢谢!