FreeRTOS support for Freescale KEA128 CPU?
Hi,
Is there official support for the above CPU? If so, is there a sample project I can download and test?
FreeRTOS support for Freescale KEA128 CPU?
While there is no official demo for that chip I think it is a Cortex-M,
and FreeRTOS will run on any Cortex-M, so there is an official port.
Plus NXP may provide their own projects that use FreeRTOS. Some links
that might help:
https://www.freertos.org/Creating-a-new-FreeRTOS-project.html
https://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html
FreeRTOS support for Freescale KEA128 CPU?
Thanks, I’ll read those links over the weekend. It is a Cortex M0 we’re using.