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 agoThanks, correct me if I am wrong: For my peripheral now, I have to create a memory to fit in the peripheral, all the result of computation is stored in the memory first, then, use DMA to transfer it to SDRAM. Am I right? is that consider as peripheral to memory transfer or still memory to memory transfer?