Hi,
I want to port Free RTOS in MK10DX256VMC7 but couldn't find SDK for it at "https://mcuxpresso.nxp.com/en/welcome". Please help.
Thanks and best regards,
Sameeha
Hi Sameeha:
As far as I know, MK10DX256VLH7 is an old MCU, currently no plan to support it in MCUXpresso SDK. You can use the bare metal code.
About the sample code, you can refer to the K20 72M code:
TWR-K20D72M Labs and Code Examples
Regards
Daniel
FreeRTOS is not device specific: all what FreeRTOS depends on is if it is a ARM Cortex-M0(+) or the M4 or the M7, etc.
So you can use the FreeRTOS port for M4 (e.g. the one in the SDK for MK10DX256).
I hope this helps,
Erich
Hi Erich,
Thanks for your help.
I tried using sdk of MK10DX256xxx10 but i am facing problems while using pin configuration tool in MCUXpresso IDE. MK10DX256xxx10 is 144 pin conroller series whereas MK10DX256VMC7 is a 121 pin controller.
Please suggest SDK for MK10DX256VMC7.
Thanks and best regards,
Sameeha