RTC register write strangeness, F429-446
Posted on February 17, 2018 at 02:53/******************************* Unlock and set clock sources **********************/PWR->CR = (1<<8); //Disable Backup Domain write protectionRCC->BDCR |= RCC_BDCR_RTCEN; //RTC clock enabledRCC->BDCR |= RCC_BD...