I've created and installed the a K60 SDK package but found that there is no examples of LWIP with FreeRTOS. Are there any examples available?
All examples are based on bare metal, and there seems to be many hooks into the code that does not make a clean port directly to freeRTOS.
The SDK package for the K64 does provided examples for both bare metal AND FreeRTOS so it is easy to see how the code should work in freeRTOS.
Are there any examples or directions to easy port lwip onto K60 with freeRTOS?
Thanks
Terry
Hi Terry:
K60 is an old MCU. The latest SDK version is 2.2.0
For K64, the latest SDK version is 2.7.0.
Unfortunately there is no docs available for port lwip onto K60 with FreeRTOS.
You can compare the code difference for the lwip stack and lwip applications.
Regards
Daniel