Question
Problems when using USART and LPUART via RXNE interrupt (STM32WB55)
I use a GNSS connected to LPUART and a LoRaWAN module connected to USART1.
I use the two UARTs via the RXNE interrupt.
If I initialise and enable the two UART interrupts, USART1 no longer interrupts me and I do not receive any data. The problem is only in reception, as the transmission via USART1 is done correctly.
The LPUART, on the other hand, continues to interrupt and I receive data constantly.
I have tried to disable the LPUART and its RXNE interrupt to see if it interrupts the USART1 but I can't get anything.




