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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

776 次查看
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 项奖励
回复
1 回复

754 次查看
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 项奖励
回复