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