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 agowhile (IORD_ALTERA_AVALON_DMA_STATUS(DMA_BASE) & 1)==0); ?
but I'd suggest using usleep until you confirm the DMA working.