Forum Discussion
Altera_Forum
Honored Contributor
15 years agoSGDMA debug
Hello, I am trying to learn how to use SGDMA to transfer data to memory. First of all, I am trying to connect SGDMA TX directly to SGDMA RX and check results. You can find the source code ->here<-...
Altera_Forum
Honored Contributor
15 years agoAssuming the code hasn't changed much there is a flush after the buffers are populated.
The code previously populated the buffer 8 bits at a time (I think) so when you modified the code did you make sure to take that into account when populating 32 bit data?