Any documentation for using LWIP + FreeRTOS + STM32H7?
Hi,
I use STM32H7+LWIP+FreeRTOS. With using STM32IDE and this forum I can now ping to my board from PC and get answer - perfect.
Now I want to send and recieve some UDP packets - I can browse the code and try to understand how it all works (how to TX/RX). E.g. Is there any callback UDP_Packet_Recieved(..).. ?
But is there any documentation for this combo of LWIP + STM32 + FreeRTOS?
Or example how to send or recieve data?
Thank you.
