Please will someone explain to me what the following .cfg code does?
ECM.eventGroupHwiNum[0] = 7;
ECM.eventGroupHwiNum[1] = 8;
ECM.eventGroupHwiNum[2] = 9;
ECM.eventGroupHwiNum[3] = 10;
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.
Please will someone explain to me what the following .cfg code does?
ECM.eventGroupHwiNum[0] = 7;
ECM.eventGroupHwiNum[1] = 8;
ECM.eventGroupHwiNum[2] = 9;
ECM.eventGroupHwiNum[3] = 10;
Sorry, but no one who watches this forum can help you. Worse still, I don't recognize enough of this to recommend which forum can help. Which processor are you using? Perhaps the forum for that processor is the best one.
Thanks and regards,
-George
David,
please refer to Chapter 9 in http://www.ti.com/lit/ug/sprugw0b/sprugw0b.pdf ( This is for TCI6616 , C66X processor).
But the idea is the same.
It means all events in group 0 are combined to be given as interrupt to DSP through interrupt line 7 and so on.