FreeRTOS for MK10DX256VMC7 in MCUXpresso SDK

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FreeRTOS for MK10DX256VMC7 in MCUXpresso SDK

732 Views
sameehashirish_
Contributor I

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

Labels (1)
Tags (1)
0 Kudos
Reply
3 Replies

622 Views
danielchen
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply

622 Views
BlackNight
NXP Employee
NXP Employee

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

0 Kudos
Reply

622 Views
sameehashirish_
Contributor I

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

0 Kudos
Reply