Forum Discussion
Altera_Forum
Honored Contributor
15 years agoUse the modular SGDMA available on altera.com. Just search for modular dma.
Or, do what you are doing, but you can only initiate the transfer after all the descriptors are created. Then alt_avalon_sgdma_do_sync_transfer(sgdma_sdram, &desc[0]); The reason the second call fails, is the first transaction has to complete the way you are calling it. --dalon