I'm triggering 2D QDMAs on a DM647 using the EDMA3 LLD. It seems to be working, but in the completion routine which is specified in EDMA3_DRV_requestChannel() routine, I'm getting a lot of EDMA3_RM_E_CC_QDMA_EVT_MISS errors. Is this something I should expect with 2D transfers, or is this an indication that's something's wrong?
Thanks