STM32L475 Exits from HAL_PWREx_EnterSTOPxMode immediatly
Helloi want to exit from STOP mode using RTC has in the example of STM32Cube\Repository\STM32Cube_FW_L4_V1.12.0\Projects\NUCLEO-L476RG\Examples\PWRBut the STM32 exits immediatly after the WFI execution.It works well with the HAL_PWR_EnterSTANDBYMode ...