I'm learning how to move data by EDMA3 of omap-138 DSP, then I find a problem about the Edma3 completed interrupt:
Usually,after edma3 completes, the bit correponding to TCC will appear in reg “IPR”.
However a problem appears : when using omap-138, if the tcc number is same to the channel ID, the transfer and the completed interrupt is OK;
If the tcc number is different to the channel ID, the tranfer is succes, but the completed interrupt is abnormal: DSP can't run to ISR of edma3, and the value of IPR is always 0.
Is there some Bug in edma3 of omap-138? Thanks very much:)