We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fecc56 commit 5c46becCopy full SHA for 5c46bec
targets/TARGET_STM/rtc_api.c
@@ -76,10 +76,6 @@ void rtc_init(void)
76
error("PeriphClkInitStruct RTC failed with LSE\n");
77
}
78
#else /* MBED_CONF_TARGET_LSE_AVAILABLE */
79
- // Reset Backup domain
80
- __HAL_RCC_BACKUPRESET_FORCE();
81
- __HAL_RCC_BACKUPRESET_RELEASE();
82
-
83
// Enable LSI clock
84
RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_LSI;
85
RCC_OscInitStruct.PLL.PLLState = RCC_PLL_NONE; // Mandatory, otherwise the PLL is reconfigured!
0 commit comments