2026-05-26 5:18 AM - last edited on 2026-05-26 6:05 AM by Andrew Neil
Hello,
From STM32CubeMx we can see that USART1 can be drived from LSE. LSE is active in Stop mode2.
From datasheet, USART1 is off in stop mode 2.
Is it sure that USART1 can not work from Stop mode 2 with low datarate?
Best regards
Michel
2026-05-26 5:41 AM
Correct, none of the USARTs can operate in STOP 2, as you can read in the datasheet, table 8. The LPUART was developed for this case, and it can operate in STOP 2.
Hope that answers your question?
Regards
/Peter
2026-05-26 6:04 AM
@Peter BENSCH wrote:The LPUART was developed for this cases
@MLe M.1 the clue is in the name, "LPUART" - the "LP" stands for Low Power
2026-05-26 6:11 AM
what is the maximum bps of LPUART1 using LSE?
2026-05-26 6:16 AM
I would like to have a 2nd LPUART .....