1.最近在用mcbsp与串口做通讯,网上看到的一些例程里面一般都用了IRQ_plug(rcvEventID, &readISR) 但是在我在csl库里面却没找到IRQ_plug这个
2.如果要让mcbsp产生的中断进入到自定义的中断处理函数里面,应该怎么做?
3. 用了IRQ_map(rcvEventId, 14),中断也无法进入interrupt void c_int14(void),是什么问题?
芯片是c6414
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.
1.最近在用mcbsp与串口做通讯,网上看到的一些例程里面一般都用了IRQ_plug(rcvEventID, &readISR) 但是在我在csl库里面却没找到IRQ_plug这个
2.如果要让mcbsp产生的中断进入到自定义的中断处理函数里面,应该怎么做?
3. 用了IRQ_map(rcvEventId, 14),中断也无法进入interrupt void c_int14(void),是什么问题?
芯片是c6414