With CR_BYPSHAD=1 on STM32L4R5xx, is the RTC (RTCv2) SSR counter reset to RTC_PRER_PREDIV_S when calendar time is updated (HAL_RTC_SetTime)?
My testing appears to consistently show that whenever I update the calendar time and date, the RTC_SSR I read straight after the set operation is the RTC_PRER_PREDIV_S value.However, I fail to find this explicitly stated anywhere? Maybe its obvious, ...