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死循环



芯片是6678,平台是ccs5.3,win7 64位。

在使用hyperlink时,在按照配置使用csl_intc配置好后,在cmd文件中加入了.csl_vect后,进入仿真,成功进入中断服务函数,但是在退出函数时出问题,显示

找到对应的文件后,便进入_CSL_intcDispatcher.c文件的_CSL_intcDispatcher()函数中运行,之后跳转到了_CSL_intcIsrDispatch.asm文件的_CSL_intcIsrNMI:CALLDISP 1中死循环。

有没有哪位大神知道这是为什么,怎么解决,提供下思路么????