2024-11-17 11:58 PM - edited 2024-11-18 02:22 AM
Hello STM32 Community,
I am using the STM32H753 microcontroller in a project with the following setup:
The system is configured to use external SDRAM for the framebuffer and NOR flash for storing images and other assets.
Problem:
When switching screens in the GUI, the display flickers briefly. The flickering is particularly noticeable during transitions with animations or large screen changes.
What I Have Tried:
Despite these efforts, the flicker persists.
Additional Information:
Could this be related to memory access conflicts between the NOR flash and the framebuffer in SDRAM? Or is there something specific to the LTDC or DMA2D configuration that I might be missing?
Any advice, suggestions, or example configurations to resolve this issue would be greatly appreciated!
2024-11-21 04:18 AM
You choice display resolution on edge your MCU power. Your code must be perfectly optimal to handle this size of displays. How RGB bit depth ? LTDC clk ?
2024-11-21 09:08 PM
any example
2024-11-22 06:24 AM
Try reply some my ? And maybe too show code for example model.cpp
2024-11-22 06:44 AM
Hi @smj-11
Did you try to change screen from software, simulating a user inteaction ? Maybe try using NoTransition ?