Forum Discussion
Altera_Forum
Honored Contributor
13 years agoSGDMA Descriptors not being set
So i am having difficulty getting with my SGDMA both sending and receiving. So from doing some debugging it looks like even after i call: alt_avalon_sgdma_do_sync_transfer(transmit_DMA, &transmit_d...
Altera_Forum
Honored Contributor
13 years agoIf your transmit_descriptors variable is also located in the main memory, then it should work. You can also place them in the TSE's descriptor memory if you want (just make sure you aren't using the first two positions, which are used by the TSE driver!) but then you will need to connect the two SGDMA descriptor masters to that memory.