Hello everyone, I am encountering an issue with UART1 while using STM32WL for LoRa Communication with SubGHz_Phy_Per and STM32WL-SubGHz-PhyBasic-Tx-Rx examples from the STM32 Github.
In my application, I receive a message from LoRa and intend to transmit it via UART1 which is set to PA9 and PA10. However, when I check the UART RX using a logic analyzer, I do not receive anything.
I have tested the UART1 alone in a simple project, and it works fine. But, when I integrate UART1 into the SubGHz_Phy_Per and STM32WL-SubGHz-PhyBasic-Tx-Rx examples, it does not work.
I have added HAL-UART to the OnTxDone function, main function, and other parts of the code, but the issue persists. Can someone please suggest a solution to this problem?
#[UART/USART] #LoRa #STM32WL
