2019-10-15 01:51 PM
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 the second thread I create whether it's the UDP listener or the TCP listener does not start. Any ideas why this changes from CMSIS v2 to v1?
Thanks,
Doug Burrell