2023-10-14 12:50 AM
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.
2023-10-16 7:56 AM
Hello @sjkarthick
You need to configure system clock after wake-up from STOP: enable HSE, PLL ...
You can try this example as a reference using RTC wakeup timer associated to EXTI line flag:
STM32Cube\Repository\STM32Cube_FW_H7_V1.11.1\Projects\STM32H743IEVAL\Examples\PWR\PWR_STOP_RTC
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.