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.

edma3 example: why use eventcombiner?

Other Parts Discussed in Thread: SYSBIOS

Hello,

while studying the examples of  edma3, edma3_lld_02_11_02_04/examples/edma3_driver/evmTI816x/rtsc_config/edma3_drv_bios6_ti816x_st_sample.cfg to be exact, I don't get these lines:


var ECM = xdc.useModule ("ti.sysbios.family.c64p.EventCombiner");

ECM.eventGroupHwiNum[0] = 7;
ECM.eventGroupHwiNum[1] = 8;
ECM.eventGroupHwiNum[2] = 9;
ECM.eventGroupHwiNum[3] = 10;

The event combiners seems to be documented poorly: I found nothing in spruex3g and bios_6_31_04_27/docs/cdoc/ti/sysbios/family/c64p/EventCombiner.html does not explain how it is used.

Could you please:

- Tell me the pupose of the mentioned lines and

- Point me to more in depth documentation of Event Combiner?

Many thanks!

Markus