32F417: HAL_RCCEx_PeriphCLKConfig() questions
Hello All,The above function is used to config various clocks. For the RTC it contains this /* Enable Power Clock*/ __HAL_RCC_PWR_CLK_ENABLE(); /* Enable write access to Backup domain */ PWR->CR |= PWR_CR_DBP; // Wait for above to stabi...