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