How to implement FreeRTos + TCP/IP stack without Lwip stack
‎08-19-2024
05:50 AM
413 Views
gurukiran
Contributor I
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 Reply
‎08-19-2024
01:27 PM
391 Views
Omar_Anguiano
NXP TechSupport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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