Stm32h7 Lwip - Slow Communication Problem
Hello, I'm using ST32H743ZI2 nucleo board as TCP client. When I setup the ethernet configuration/initialization, I considered the https://community.st.com/s/article/How-to-create-project-for-STM32H7-with-Ethernet-and-LwIP-stack-working article.
Additionally, I'm using Lwip Raw Api, I do not use Rtos.
My program is working, I can connect the server, I can communicate with the server, there is no problem. But communication speed is very slow. When I transmit data, which lengths about 30 bytes, from server to client, which is my nucleo board, in 1 ms period, it can not catch the data at time. When the period about 50ms there is no problem. And also I'm in trouble in transmitting packet from my board. It is also slow. By the way, pinging to board, replied <1ms.
I checked some questions in the forum, I tried something but I could not handle the solution.
Thanks a lot.
