Forum Discussion
Altera_Forum
Honored Contributor
15 years agoSimply change to 32 the DMA length (which is now 0x10 in your example)
Then, you probably want the tx channel to get data from a constant address, since usually FIFOs work this way; so, you need to set the RCON bit in the DMA control register (this applies to the standard Altera DMA core; in other cores there will be a similar control bit).