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.

eventGroupHwiNum in evm.cfg



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