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.

AM5728: How to apply for EDMA?

Part Number: AM5728

Hi,

processor_sdk_04_03_00_05

The customer wants to use DMA to move data, but the DMA applied for using the kernel's EDMA is SDMA by default. How do I specify the EDMA?

At present, trying to specify in the device tree has no effect, and the applied DMA does not work properly.

In addition, check the DMA ENGINE framework of the kernel and find that there is no specified API for the DMA. The DMA directly applied for by the dma_request_channel is SDMA.