Skip to content

Commit 5ae219c

Browse files
committed
doc: update RTC clock source description
Fixes #99 Signed-off-by: Frederic Pillon <[email protected]>
1 parent 07ec58f commit 5ae219c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ enable an I2C peripheral in low power mode. See board documentation for low powe
5151

5252
HardwareSerial used as Wakeup source will configure it to use HSI clock source even if another peripheral clock is configured.
5353

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.
5555

5656
The board will restart when exit shutdown mode.
5757

0 commit comments

Comments
 (0)