LPUART can't display a large message
Hi everyone!
I'm using a NucleoWB55 and the LPUART protocole to communicate with a SIMCOM module. I'm able to send via the LPUART the AT commands that I want and to receive it's answers. I'm now trying to print on my terminal the content of my web page. I connected a USB to TTL (CP2102 module) to observe the UART RX of the SIMCOM module. The module transmits the entire content of the web page but I can't get it on my STM32 via LPUART. To make it easy to understand here are some screenshots :
Here is the terminal where I transmit via UART the received data:

Here is the terminal where the transmit data of the SIMCOM module is connected:

We can see the entire content of the web page.
Finally the interesting parts of my code :
Commands and reception buffers:




I presume there's a problem in receiving and displaying the data received. I know my "received" buffer doesn't contain many characters at the moment, but I should still be able to receive the start of the page, shouldn't I?
Does anyone know what the problem might be?
Thanks a lot!
