K64F IP example with FreeRTOS

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

K64F IP example with FreeRTOS

2,650 次查看
davenadler
Senior Contributor I

We're considering using K64F for an application requiring TCP/IP (DHCP, RFC2217, possibly http).

Is there a network example for Freedom FRDM-K64F board using FreeRTOS? Erich posted an example some years ago but that uses (deprecated) processor expert and KDS...

Thanks!

标签 (1)
0 项奖励
回复
4 回复数

2,181 次查看
ice0
Contributor II

Hi Dave,

Check my GitHub --> github.com/IceDefcon

You will find FreeRTOS.LWIP project implemented on K64F. Just need to download arm-none-eabi-gcc and compile it

In my case under Ubuntu.18.04.3 LTS with 5.0.0-29-generic

Enjoy,

Ice

0 项奖励
回复

2,181 次查看
davenadler
Senior Contributor I

Wow, a reply to a year-and-a-half old post!
We're not developing with NXP at the moment, though I am using LwIP 2.1.2 in another FreeRTOS project.
Thanks though,
Best Regards, Dave

0 项奖励
回复

2,181 次查看
davenadler
Senior Contributor I

I found frdmk64f_demo_apps_lwip_lwip_httpsrv_freertos. I'll give this one a try...

0 项奖励
回复

2,181 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi Dave:

There are several tcpip demos under folder lwip, most of them with freeRTOS.

pastedImage_1.png

Regards

Daniel

0 项奖励
回复