Forum Discussion
Altera_Forum
Honored Contributor
15 years agoDirect Memory Access (DMA)
hello, i am having a problem with using dma. my dma seems like never finish the transaction because it cannot call the done function and keep on looping in the while(!rx_done). I dont know why. can a...
Altera_Forum
Honored Contributor
15 years agoHi, I have a question here. I tried to use DMA to transfer data within the same SDRAM, src = SDRAM + 0x200000 and dst = SDRAM_BASE + 0x300000. However, the data in the src and dst is different after transmission. the receive channel seems like cannot write into dst.