Hi Nxp,
I am using evkbmimxrt1170 board, currently i need to implement Free Rtos + TCP/IP stack without Lwip stack . If it is possible to implement this ? Can you please provide me example code for the same.
Regards,
Gurukiran MB
You can add freertos to your new project with the new-project wizard. Using TCP/IP will be more complicated, if you don't want to use the lwip stack then you will need to create your own stack to implement those layers.
Alternatively, you can use other examples such as azure netx stack.
Best regards,
Omar