目前在学习6678中断,按例程调试了下GPIO中断,采用 EventRecord.handler=&test_isr_handler; CSL_intePlugEventHandler(hTest,&EventRecord.handler);方式,中断触发后不响应。采用CSL_inteHookIsr(vectId,&test_isr_handler);就可以响应,不知道是什么问题?
Shine:
请参考下面wiki网站上的例子写法。http://processors.wiki.ti.com/index.php/Configuring_Interrupts_on_Keystone_Devices#Configuring_CIC