Hello,
I used lwIP without FreeRTOS and it works very good. I can ping my microcontroller without any problem. And I can send or receive UDP and TCP packets.
But when I create a new project with HALCoGen and Code Composer Studio to do the same but via FreeRTOS, it is not possible anymore to ping or to send TCP/UDP packets to my microcontroller.
This is the output I get when my microcontroller starts up (left side) and what I get from pinging to it (right side).
I've been troubleshooting for more than a week and I can't find what's wrong.
I hope somebody can help me. I also attached my project (HALCoGen and Code Composer Studio).2018.lwIP_FreeRTOS_test.rar
Thank you in advance.