Wakeup by USART (SerialDeepSleep example from STM32LowPower) #2398
Closed
tshcherban
started this conversation in
General
Replies: 1 comment 9 replies
-
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I've looked at the
SerialDeepSleep
example from theSTM32LowPower
library and found out that USART is losing an incoming data. MCU is woken up fromsleep
/deepSleep
modes butSerial
reads garbage.Is that normal behavior?
I'm using Nucleo-L053R8. Have also tried manually override
SystemClock_Config
to useHSI
but that didn't change the behavior.UPD.
On a long lines it catches first, misses next 4, and the rest is ok at 38400 bauds.
Or catches first, misses next one, and the rest is ok if 9600 bauds.
UPD2.
can it be related to this?
@fpistm
Beta Was this translation helpful? Give feedback.
All reactions