Question
STM32H743 STOP mode exit problem with LTDC
Entered into low power STOP mode
HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI);
Reconfigured LTDC when exiting from STOP mode, LTDC is not driving the display.
SystemClock_Config();
HAL_ResumeTick();
__enable_irq();
MX_LTDC_Init();
