I am reading interrupt controller part in megamodule User's Guide.(C6747)
I have some questoin as below:
Q1. Can only one event be allocated into CPU Interrupt by Interrupt Selector?
Ex. (Yes) EVT5 -> CPUINT4 , EVT5 -> CPUINT5
(No) EVT4,EVT5 -> CPUINT4
Q2. Can I allocate two or more events into CPU interrupt by use of Event Combiner?
Ex. EVT4,EVT5 -> Event Combiner -> EVT0 -> CPUINT4
Can we detect which event occur in ISR of CPUINT4 by reading EVT4's Flag and EVT5's Flag?
I need expert advice. ^ . ^ ;