STM32WLE5 module not able to receive data through UART with baudrate 921600.
Hello everyone,
I'm using STM32WLE5 (LoRa E5) module for sending the data from one module to the other. The Lora transmitter will be receiving the data from the UART1 which is then transmitted over the radio.
I have used baudrate 115200 and tested, everything works fine. But when I change the baudrate from 115200 to the higher baudrate(921600), No data is being received by the STM32WLE5 module. Clock of the peripheral is running with 48MHz. Is there any configuration of UART that need to be changed for the uart baudrate to work properly?
