STM32H7 RTC BKUP registers issue
HiWe are using the STM32H7A3ZIT6 for one of our irrigation controllers that we are developing. To check the "power cuts" time, we always save the RTC value (uint_32 seconds value) before voltage goes down, using:HAL_PWR_EnableBkUpAccess();HAL_RTCEx_B...