Hi everyone
I am developing a program based on FreeRTOS and I need to use network communication. I have successfully run the official example of lwip+FreeRTOS,which includes UDP echo and TCP echo.
I want to know how I can periodically send data without receiving any messages?I found that the program always runs on the thread enetif_poll when it does not receive external messages.