FreeRTOS for MK10DX256VMC7 in MCUXpresso SDK

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

FreeRTOS for MK10DX256VMC7 in MCUXpresso SDK

1,345 次查看
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

标签 (1)
标记 (1)
0 项奖励
回复
3 回复数

1,235 次查看
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 项奖励
回复

1,235 次查看
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 项奖励
回复

1,235 次查看
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 项奖励
回复