Hi all,
My customer is debugging C6657 MCBSP EDMA.
When edma init, he set 36/37/38/39 event to Q0/1/2/3. But Q0 and Q3 not working.
So customer set 36/37 to Q1 and 38/39 to Q2, it can work.
Customer want to know the reason? And how to check who used the Q0 and Q3.
Customer change code:
gpEDMA_CC2_regs->TPCC_DMAQNUM[4]= 0x32103210;
to
gpEDMA_CC2_regs->TPCC_DMAQNUM[4]= 0x22113210;
BR,
Denny