STM32H750 LTDC Issues on Intermittent display abnormalities
Hello everyone,
I'm facing an issues with STM32H750 custom Board.
Configuration:
1. FMC connect 32MB SDRAM
2. 32MB QSPI (Code run at QSPI)
3. 1024x600 16bit TFT-LCD(Framebuffer locate at SDRAM 0xC0000000-0xC012C000)
4. CubeMX 6.9.0
5. LVGL 9.0
For The TFT-LCD Display issues please refer to the link:
Similar ltdc signal been interrupted.
I also have done following test :
Try to disable _DMA2D_Copy by set the global variable “disable_flush” to 1 in the route disp_flush in the lvgl disp port file lv_port_disp_template.c in order to stop any update on ltdc framebuffer.

But I still see the issues.
What could be the reason for this?
Has anyone faced a similar issue or have ideas on how we can resolve these problems?
Any help or suggestions would be greatly appreciated.
Thanks in advance!
