Forum Discussion
Altera_Forum
Honored Contributor
13 years agoStream to Memory sgdma problem
I am having two problems with the sg-dma in my system. My first issue is that the sg-dma ready signal goes low after the first element of streaming data, then returns high on the third. This causes...
Altera_Forum
Honored Contributor
13 years agoThe solution to the ready signal going low after the first piece of data was to put the sgdma in burst mode.
The solution to the second problem was to build the descriptors again. My new problem is that the descriptors are not built in a timely fashion for my system. I would like to use the PARK option in the control register map, so I can re-use the descriptor without rebuilding it. I have not had any success programming this configuration. Does anyone have some CODE that can show a working system that re-uses the descriptors? Thank you in advance for your help!