Is it possible to run FreeRTOS, or any other RTOS on Kinetis K28F MCU? I bought a few FRDM-K28F boards, installed MCUXpresso and the SDK for K28F. But I don't see any example code or demos for FreeRTOS or any RTOS, as implied in the "Getting Started Guide". Can anyone from NXP, or someone with experience, confirm whether I can use FreeRTSO on K28F, or do I have to select another MCU, e.g. LPC or iMX.RT series?
FreeRTOS really does not depend on the type of MCU and it supports all Cortex-M.
I assume you are using the SDK for the FRDM-K28F. By default the SDK does not include extra middleware. Have you added them to your SDK build? Maybe you missed that part?
I hope this helps,
Erich
Thank you for your reply! That's what I missed.