external gram / vram / videoram - any experience?
Hello,
we are running a stm32f49xxx mcu with sdram which is used as a video ram.
now with higher product lines we have more traffic on the memory bus causing flickering. With code optimization we can reduce it but it appears again and again with every minor change we make in the stm32 application code.
as far as i understand the lcd controller requests in 60fps rates the data from for the picture from the sdram which interfers with the applications access to the sdram causing the flickering.
if we had a lcd controller with own framebuffer the flickering should disappear as the frame is buffered in the gram, right?
i just had a look on the solomon systech ssd1963...
Is there anyone who has experience with this issue, maybe can suggest a concrete model of lcd controller which works good with the stm32f49xxx? Some tips what i need to be aware off?
As far as i understand the gram should be adressable through the memory controller, in order dma2d can be used to transfer the frame to the gram. More 'major best practices' known for this?
Thanks so far.
