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.

dma_memcpy with AM35x SDMA controller

Hi,


I try to get a memcpy replacement via DMA controller running on AM35xx based on the example in chapter 7.5.2 of the reference manual. Unfortunately the example is not working on my system. For that reason I have some questions:

  • Do I need a request line for copying from DRAM to DRAM?
  • Is there a size limitation? I want to copy 700kb starting at 0x80000000 to some higher address.
  • Should I normally get an interrupt when doing a RAM to RAM transfer (example doesn't contain an interrupt handler)
  • Can I use any free DMA channel or are there restrictions?

Thanks,

Martin