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?
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
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
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