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.

关于28035的CLA模块的清中断处理



专家您好:

我想请问下,CLA的清中断处理是在什么时候进行的?

从例程上我看不出是刚进入中断程序清掉的还是退出中断程序退出的?

只是在初始化的时候指向了清中断的地址。。

谢谢

  • 初始化的时候是需要先进行清中断,而CLA的清中断处理是在中断函数的最后执行,先执行其他内容最后执行清中断处理,具体语句是:PieCtrlRegs.PIEACK.bit.ACK11 = 1;