Hi,
I'm a new user to NXP processor solutions, recently I'm interested in iMXRT series mcu, I wonder if I can create my new solution on it with the standalone LWIP stack, are there any existed FW solution to help me make this? or it must be bundled with FreeRTOS?
Thanks
Solved! Go to Solution.
Hi Calvin:
LWIP can be as a standalone stack, you can download the SDK for imxRT from below link,
Welcome | MCUXpresso SDK Builder
You will see some lwip demos in this package, some are based on freertos, some not. Let's take rt1051 for example, the lwip folder is:
SDK_2.5.0_MIMXRT1051xxxxB\boards\evkbimxrt1050\lwip_examples
Regards
Daniel
Hi Calvin:
LWIP can be as a standalone stack, you can download the SDK for imxRT from below link,
Welcome | MCUXpresso SDK Builder
You will see some lwip demos in this package, some are based on freertos, some not. Let's take rt1051 for example, the lwip folder is:
SDK_2.5.0_MIMXRT1051xxxxB\boards\evkbimxrt1050\lwip_examples
Regards
Daniel
Hi Daniel,
Great to hear that, I think it may satisfy my application.
Thanks for your guidance