Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHow is the LCD accessing the frame buffer?
It might be that it is using all the SRAM banwidth - so the nios's accesses all get stalled. If you are interfacing directly to an LCD panel you should be able to reduce the rate at which the pixel data is clocked into the panel (even mid-frame!). I've done that in the past to avoid LCD panel dma underruns when the cpu is doing slow cycles (ARM SoC part).