STM32L433CCT6 RTC calendar incorrect after coming out of shutdown whilst using an external VBAT and LSE
My current code configures the RTC and updates date/time on initial turn on only.void set_date(void) { /* Select LSE as RTC Input */ __HAL_RCC_RTC_CONFIG(RCC_RTCCLKSOURCE_LSE); /* Enable RTC */ __HAL_RCC_RTC_ENABLE(); RCC_OscInitTypeD...