Resolved! STM32H730ZB - LTDC RGB888 - some output not controlled by LTDC
I have a custom board with a STM32H730ZBI use a LCD 1024x600 controlled by LTDC.Here is the pinout :here is the config :When executing code :I break just after the HAL_LTDC_INIT function.I should have a white screen (R=255, G=255, B=255)But I have a ...