RTC_ISR.INIT is not quite write protected by PWR_CR.DBP
In 'F427 (and all RTCv2-containing STM32), some RTC registers are write protected: prior writing to them, it is necessary:1.enable backup domain access by setting PWR_CR.DBP2. unlock a RTC write protection by writing two key values into RTC_WPR Break...