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.   intcContext.eventhandlerRecord = EventHandler;    intcContext.numEvtEntries = 10;例程里做初始化的时候eventhandlerRecord 和numEvtEntries 这两个参数应该怎么理解?

2.请问CIC中的channel 是如何理解的,是CIC(0-3)的channel加起来一共256个吗?

3.手册中说到CIC中channel和host interrupt的对应关系是固定的, 意思是说4个cic加起来一共有256个host interrupt吗?他们之间的关系是如何确定的?

   就是说我把一些sys interrupt 映射到一个通道上,我怎么知道我要使能的是哪个host interrupt?