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.

TMS320F28379D: CLB 的HLC中的Event触发的program, 是否会被主CPU执行的中断打断或冲突。

Part Number: TMS320F28379D

CLB 的HLC中的Event触发的program, 是否会被主CPU执行的中断打断或冲突。

谢谢

Best Regards

  • 你好,这个要看一下你的触发任务是在中断中进行的吗?如果是中断中进行的,那么除非你的“主CPU执行的中断”设置了中断嵌套,否则C2000的中断机制是不能被打断的。

    但是如果设置的中断触发条件冲突了的话是会发生中断冲突的,即如果两个中断同时发生,那么CPU会先响应中断优先级高的那个中断。