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 249f42f commit 9a7ac10Copy full SHA for 9a7ac10
libraries/SrcWrapper/inc/backup.h
@@ -69,8 +69,11 @@ static inline void resetBackupDomain(void)
69
*/
70
HAL_PWR_EnableBkUpAccess();
71
#endif
72
+#if defined(__HAL_RCC_BACKUPRESET_FORCE)
73
__HAL_RCC_BACKUPRESET_FORCE();
74
__HAL_RCC_BACKUPRESET_RELEASE();
75
+ // TBD: WB0 enable RTC Clock ?
76
+#endif
77
}
78
79
static inline void enableBackupDomain(void)
0 commit comments