Altera_Forum
Honored Contributor
15 years agoNiosII DMA Tutorial
Hello, may I know where can I get NiosII DMA Tutorial? Currently, I am doing a project to implement DMA on FPGA board. So I would to refer to some tutorials that can help me. Thanks.
Hi,
I saw you opened a thread on this topic yesterday, but I had no certain solution, so I didn't answer. The only thing I can think about it is timing problems; is your design fully constrained and does it meet timing? Have you also checked interrupt or arbitration priorities; is it possible you have a highest priority interrupt which is blocking everything? I'd run in debug mode and step into alt_dma_rxchan_open to see the exact point where code hangs.