I use HAL to go to STOP mode with interrupt (WFI), but the microcontroller immediately exits stop mode.I have LPTIM setup with HAL_LPTIM_Counter_Start_IT() to give interrupt after a few seconds, but even without setting up LPTIM I can't get the micro...