目前在学习6678中断,按例程调试了下GPIO中断,采用 EventRecord.handler=&test_isr_handler; CSL_intePlugEventHandler(hTest,&EventRecord.handler);方式,中断触发后不响应。采用CSL_inteHookIsr(vectId,&test_isr_handler);就可以响应,不知道是什么问题?
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.
目前在学习6678中断,按例程调试了下GPIO中断,采用 EventRecord.handler=&test_isr_handler; CSL_intePlugEventHandler(hTest,&EventRecord.handler);方式,中断触发后不响应。采用CSL_inteHookIsr(vectId,&test_isr_handler);就可以响应,不知道是什么问题?