How to Implement UDP over LwIP on STM32F769I-DISCO Using FreeRTOS
Hello STM32 Community,
I am working on the STM32F769I-DISCO board and would like to implement UDP communication using LwIP with FreeRTOS.
I have already downloaded the STM32F7 series example projects, and I see that the LwIP_HTTP_Server_Socket_RTOS example is available. This project uses FreeRTOS and a TCP socket for HTTP communication.
I would like to know how I can modify or use this example project to implement UDP-based communication (sending and receiving UDP packets). or any different way I should use.
Could anyone guide me on the steps required to convert or extend this example to support UDP communication over LwIP in FreeRTOS?
Any code examples or suggestions would be highly appreciated.
Thank you!
