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网口通信程序中的MISC中断是什么



TI工程师您好,我用的是C6678,自制板,在STK中GE例程的基础上修改,

1、现在可以实现DSP向PC端的数据发送,但是PC端向DSP发送数据无法触发中断,目前是用的高优先级累加器中断,channel0,48号事件,中断未触发,请问可能原因是什么?

用的是CSL库进行的中断映射;中断映射部分应该没问题;

程序运行在0核,GE_QMSS_Accumulation_config(0, 1, Qmss_AccPacingMode_LAST_INTERRUPT); 这个函数还是和例程中一样没有变

2、GbE例程中的MISC中断指的是什么?