You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ enable an I2C peripheral in low power mode. See board documentation for low powe
51
51
52
52
HardwareSerial used as Wakeup source will configure it to use HSI clock source even if another peripheral clock is configured.
53
53
54
-
RTC used as Wakeup source will configure it to use LSE clock source even if another RTC clock source is selected.
54
+
RTC used as Wakeup source requires to have LSE or LSI as clock source. If one of them is used nothing is changed else it will configure it to use LSI clock source. One exception exists when `SHUTDOWN_MODE` is requested and `PWR_CR1_LPMS`is defined, in that case LSE is used.
0 commit comments