Multiple Sockets with FreeRTOS and LwIP
Hi,I have some code that I have working with FreeRTOS CMSIS v2 and LwIP that creates 2 separate threads, one listens on a TCP port the other listens on a different UDP port. This implementation works fine, however if I change to using CMSIS v1 then t...