Forum Discussion
Altera_Forum
Honored Contributor
16 years agoAfter reading your control register, I saw that you enabled the WCON bit. You shouldn't enable it, the DMA musn't always write to the same address. Try this:
IOWR_ALTERA_AVALON_DMA_CONTROL(DMA_BASE,0X89); If it stills doesn't work, you should put a signaltap probe and see what the controller is doing.