Can someone please explain to me HOW the following is used in the HUA demo for C6678
I am using:
CCS5.5.0.00077
mcsdk_2_01_02_06
bios_6_35_04_50
/*
* Enable Event Groups here and registering of ISR for specific GEM INTC is done using EventCombiner_dispatchPlug() and Hwi_eventMap() APIs
*/
Ecm.eventGroupHwiNum[0] = 7;
Ecm.eventGroupHwiNum[1] = 8;
Ecm.eventGroupHwiNum[2] = 9;
Ecm.eventGroupHwiNum[3] = 10;
I understand the CIC and the event combiner, but not sure how the above code is used in this demo and where the events are being mapped to interrupts.
Regards,
Murad