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 agoIf your periphereal does not use a different clock, you might use a scfifo.
It might increase resource usage to use a dcfifo and connect both clocks to the same system clock, but yes, that should be no problem.