I am using STM32H743BI controller. I need to use backup RAM as nonvolatile ram. So I use external 3V battery and LSE 32.768 crystal for RTC. RTC works well but I can not use backup RAM. I use code like below;PWR->CR1 |= PWR_CR1_DBP;while(((PWR->CR1 &...