Forum Discussion
Altera_Forum
Honored Contributor
14 years agoDMA Transfer problem
Hi, I am trying to do a simple DMA mem to mem transfer as per the "Chap24: DMA controller core " example. I have been at this for almost a week now and it is still not working for me. Can you p...
Altera_Forum
Honored Contributor
14 years agoAfter you have a minimal system, if you still see the problem I would simulate the software running on the CPU. You might see something in the simulation that will give you a clue as to what is happening.
Another thing you could try is using the macro file from the DMA driver and write the source, destination, and control fields directly to see if the behavior is any different. I forget what the file is called but it will probably be something like "altera_dma_regs.h".