Forum Discussion
Altera_Forum
Honored Contributor
12 years agoLCD Master interface and NIOS Pipeline issue
I all, I've a SoC based on a NIOSII/f and a LCD controller with a Master interface for accessing the memories in order to update the display content. Here is the function I use to "clear/f...
Altera_Forum
Honored Contributor
12 years agoIt was not a pipeling problem, it was a cache problem!
I've solved it by calling: alt_dcache_flush_all(); before calling the dma start function.