lwip raw api + freertos

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

lwip raw api + freertos

1,787 次查看
gionny
Contributor II

Hi all, I need to build a TCP echo server application using the lwip libraries.

I use i.MX RT1064 Evaluation Kit and MCUxpresso.

I started with the evkmimxrt1064_lwip_tcpecho_bm and evkmimxrt1064_lwip_tcpecho_freertos SDK examples. Perfect and working. But the _bm version, which uses the RAW API, is 30 times faster.

I tried to merge the two projects.

The idea is to have FreeRTOS and dedicate a task to LwIP and the TCP server working with callbacks.
I could not. Anyone have a working basic example?

Thanks,

Gionatha

0 项奖励
回复
1 回复

1,746 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi Gionatha

 

I would suggest you refer to below link,  some discussions about using raw API with FreeRTOS.

https://lists.gnu.org/archive/html/lwip-users/2009-03/msg00119.html

 

Regards

Daniel

0 项奖励
回复