Question
How to unlock the write protection for the Real time clock in stm32f407
Hi,
I'm currently trying out the configuration of RTC in the STM32F407G-DISC1 using Atollic truestudio.
I was successful in enabling RTC registers write access by setting the DBP bit in PWR_CR registers after system reset, but I'm unable to write the key values (0xca ,0x53) in the RTC_WPR registers so as to unlock the write protection on all the RTC registers.
How to fix this problem?