Forum Discussion
Altera_Forum
Honored Contributor
13 years agoCould it be a data cache problem? When you write to the SDRAM you should flush the data cache before starting the DMA. If you don't flush the cache the SDRAM could still have the old values and not the new ones you wrote. Alternatively you can also use uncached access to the SDRAM.