STM32: can we use LPUART1 and USART1 simultaneously

Thread Starter

Mohammed Faheem

Joined Apr 28, 2022
2
Hey I am new to STM32, I am using CMWX1ZZABZ_LoRa_Module. Can someone tell me if I can use LPUART1 and USART1 simultaneously? Are they Independent?
 

MrChips

Joined Oct 2, 2009
30,824
Welcome to AAC!

You need to tell us which STM32 part you are using.
Many STM32 have multiple UARTs on board. You can use each one independently from the other.
You cannot configure the same module to be a UART and USART at the same time. You need to choose one or the other.
 

Thread Starter

Mohammed Faheem

Joined Apr 28, 2022
2
Hi Thanks for reply, I am using STM32L0 series. I am not confused between UART and USART. I am confused bewteen LPUART and USART.

Welcome to AAC!

You need to tell us which STM32 part you are using.
Many STM32 have multiple UARTs on board. You can use each one independently from the other.
You cannot configure the same module to be a UART and USART at the same time. You need to choose one or the other.
 
Top