How to implement FreeRTos + TCP/IP stack without Lwip stack

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to implement FreeRTos + TCP/IP stack without Lwip stack

413 Views
gurukiran
Contributor I

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

0 Kudos
Reply
1 Reply

391 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply