STM32U3 never wakes up from Stop Mode 3
Hello,i'm using a NUCLEO-U385RG-Q. I want to wake up the STM32U3 with the RTC wake up timer:HAL_RTCEx_SetWakeUpTimer_IT(&hrtc, 16000, RTC_WAKEUPCLOCK_RTCCLK_DIV16, 0)As clock source i have configured LSI for the RTC.When i start the program by the de...