Forum Discussion
Altera_Forum
Honored Contributor
15 years agoURGENT: Peripheral to Memory DMA Transaction
Hello, may I know how to transfer data from peripheral to memory using DMA? It is quite confusing from memory-to-memory transfer. please help! thanks!
Altera_Forum
Honored Contributor
15 years agoA RAM1port needs address inputs to decide what data to access. A fifo just gives you the first one (remember: first in, first out).
So, a FIFO looks just like any other register of your periphereal, but queues incoming or outgoing data. That's why it's your choice here.