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.

EDMA test using QDMA channel

Other Parts Discussed in Thread: TMS320C6678

I have modified qdma_link_xfer_region() to transfer the ping buffer from L2SRAM to DDR space.  I have measured the time it takes to do a memcpy(srcBuff1, dstBuff1, 256) versus the time it takes for a QDMA transfer to set the IPR bit.  The memcpy is faster than the QDMA transfer.  Is this expected?

Farrah