Other Parts Discussed in Thread: TMS320C6424
Hi.
I am using EDMA_event_trig_dspL137 example for my C6745 board. It is work ok.
But I don't understand the next:
1) CSL_FINST(edma3ccRegs->DRA[CSL_EDMA3_REGION_1].DRAE, EDMA3CC_DRAE_E10, ENABLE); // Enable Channel 10 to DSP (Region 1)
I don't understand why Channel number is 10 -> [DRAE_E10].
For example I want using McASP0 with EDMA, what channel number must be ?
2) CSL_FINST(edma3ccRegs->DMAQNUM[1], EDMA3CC_DMAQNUM_E2, Q0); // Assign Channel 10 to Queue 0
I don't understand this entry: EDMA3CC_DMAQNUM_E2, Q0. Why E2 ?
I am reading sprufl1c document, but i am find only the next information:
Thanks.











