Forum Discussion
Altera_Forum
Honored Contributor
15 years agoLittle help with DMA reading from a source
Hello i have a fifo that get's filled after 10 seconds and i want to read half of the fifo from my DMA. How can i do that? I am recieving a half_full signal from my fifo, which generates an IRQ. ...
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).