STM32F767zi - MX_LWIP_Process()
Hello,
I just started working with STM32f767zi board. I'm doing TCP Ethernet communication using lwip RAW API. I could be able to start the communication with the host. But the problem is, in my forever loop I put MX_LWIP_Process() function. If I put a 2 second delay in the while loop, then communication did not happen within that time period. Is there any solution for this matter? I want to do this in RAW API (without RTOS)
Thank you.
