An issue with the LWIP UDP RX buffer (STM32H753)
Hello, community.
So, we are using STM32F753 and activated the LWIP library from the CubeMx.
We use a UDP socket to send strings (used as commands for our own made CLI protocol).
When reading the Rx buffer in the STM, we see that the strings are sometimes received wrong.
For example, we send the following strings over the UDP (the content itself is not important):
"ver 4d" - Received correctly in the Rx buffer
"pwmgen 100 ef" - Received as "pwer" (some kind of a mix with the previous packet)
This mix causes misreading of the string and therefore the CLI protocol not working.
We hope to find some direction to the solution.
If any more details are needed, I'll be happy to provide them.
Thanks,
Raz
