User Activity

 I'm trying to use the 4K backup RAM on the STM32H745XI. Using following code initialize RTC and backup domain. VBAT of 3V coin cell is used power RTC backup domain on VDD off.    HAL_PWR_EnableBkUpAccess(); while ((PWR->CR1 & PWR_CR1_DBP) == R...