FreeRTOS for MK10DX256VMC7 in MCUXpresso SDK

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

FreeRTOS for MK10DX256VMC7 in MCUXpresso SDK

816件の閲覧回数
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 返答(返信)

706件の閲覧回数
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 件の賞賛
返信

706件の閲覧回数
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 件の賞賛
返信

706件の閲覧回数
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 件の賞賛
返信