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.

c6678使用csl_Intc,退出中断服务函数后进入NMI死循环



ti工程师您好,我的程序中有srio中断和ipc中断,ipc中断映射到4号中断,srio中断映射到5号中断,现在出现的情况是core0在退出ipc中断服务函数后进入到NMI死循环,程序进入csl_intcIsrDispatch.asm函数中,也就是会出现我上次提问的问题

查阅论坛后我猜测是不是csl_vect中断向量表与我程序中设定的冲突了?我该怎么解决,急求帮助