does KSDK2.0 supports TCP/IP stack like LWIP,MQX,FREE RTOS example? If so, any examples to use the same?, does KSDK2.0 supports TCP/IP stack like LWIP,MQX,FREE RTOS example? If so, any examples to use the same?

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

does KSDK2.0 supports TCP/IP stack like LWIP,MQX,FREE RTOS example? If so, any examples to use the same?, does KSDK2.0 supports TCP/IP stack like LWIP,MQX,FREE RTOS example? If so, any examples to use the same?

807 Views
girishkumarch
Contributor II

I am using K64F microcontroller with the ethernet interface. As NXP released KSDK2.0, i have not found any application example projects like earlier in KSDK 1.2.0 or 1.3.0 including LWIP/MQX etc.

 

Does anybody tried using TCP/UDP/IP applications with KSDK 2.0?

Labels (1)
0 Kudos
2 Replies

513 Views
chadwilliams
Contributor III

There are demos located in the \boards\frdmk64f\demo_apps\lwip    directory of your copy of the KSDK for the FRDM-K64F

I know that releases of MQX for the TWR-K64F did have some large examples using LWIP demonstrating TCP/IP with a http server with FAT & so on, but to my knowledge there is nothing so comprehensive for KSDK2/FreeRTOS/LWIP

0 Kudos

513 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Girish,

As Chad said that we provide the ethernet stack  LWIP which is based on bare metal and FreeRtos os.

Pls go to the website and download SDK2.0

http://www.nxp.com/ksdk

Now, we suggest customer use FreeRTOS rather than MQX, the freeRTOS os is free of charge.

we provide TCP and UDP, and http server, ping example code.

Pls refer to the directory after you download SDK2.0 as Chad pointed:

C:\Freescale\SDK2.0_K64F\boards\frdmk64f\demo_apps\lwip

Hope it can help you

BR

XiangJun Rong

0 Kudos