K64F IP example with FreeRTOS

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

K64F IP example with FreeRTOS

1,282 Views
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!

Labels (1)
0 Kudos
4 Replies

813 Views
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 Kudos

813 Views
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 Kudos

813 Views
davenadler
Senior Contributor I

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

0 Kudos

813 Views
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 Kudos