STM32H7 Real Time Clock: Set Date and Time with HAL "Bypasses" RTC_EnterInitMode function
Hi,I have a project that automatically sets the MCU's RTC from the network time on a routine basis using HAL_RTC_SetDate(...) and HAL_RTC_SetTime(...)I realised this was potentially hazardous as rollover of the time or the data could occur between th...