LWIP Free rtos UDP loopback: what is my mistake??
Posted on August 12, 2017 at 08:55Hi2 questions here:1. Why do I need the osDelay(1) before netbuff_delete()? Without it I get a statistical bug/crash. 2. why do I need lines x1-x3. Without it no second connection is possible./*--------------------...