How to get MK51DX128CLH7 into MCUXpresso?

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

How to get MK51DX128CLH7 into MCUXpresso?

Jump to solution
2,361 Views
Bert2
Contributor II

Hi,

I'm trying to find out how to work with the MK51DX128CLH7 in Xpresso. I found the MK51DX256CLK10 in a SDK but not the 128.

Do I have to use the generic M4?

Thanks in advance,

regards,

Bert

0 Kudos
Reply
1 Solution
2,347 Views
ErichStyger
Specialist I

Just an idea: KDS (Kinetis Design Studio) with Processor Expert supports that device:

ErichStyger_0-1647593299440.png

 

What I did for similar cases:

a) using the possibility to install Processor Expert in to MCUXpresso IDE (did that for earlier versions, have not checked if this is still possible with 11.5). see https://mcuoneclipse.com/2017/04/09/mcuxpresso-ide-installing-processor-expert-into-eclipse-neon/ how this would look like. Otherwise: I used KDS to generate everything and then used MCUXpresso (see b))

b) import/port the KDS project with Processor Expert. https://mcuoneclipse.com/2018/07/27/porting-processor-expert-projects-to-mcuxpresso-ide/

I know this is a bit challenging, but worked for me for several projects with devices which are not supported by the NXP MCUXpresso SDK.

I hope this helps,

Erich

 

View solution in original post

4 Replies
2,357 Views
ErichStyger
Specialist I

If they share the same peripherals, but are only different by the flash size, you should be able to use the smaller part, but change the linker file for the larger memory size.

0 Kudos
Reply
2,352 Views
Bert2
Contributor II

Hi, thanks for your quick answer. Unfortunately the devices differ in pinout (case) and peripherals.

0 Kudos
Reply
2,348 Views
ErichStyger
Specialist I

Just an idea: KDS (Kinetis Design Studio) with Processor Expert supports that device:

ErichStyger_0-1647593299440.png

 

What I did for similar cases:

a) using the possibility to install Processor Expert in to MCUXpresso IDE (did that for earlier versions, have not checked if this is still possible with 11.5). see https://mcuoneclipse.com/2017/04/09/mcuxpresso-ide-installing-processor-expert-into-eclipse-neon/ how this would look like. Otherwise: I used KDS to generate everything and then used MCUXpresso (see b))

b) import/port the KDS project with Processor Expert. https://mcuoneclipse.com/2018/07/27/porting-processor-expert-projects-to-mcuxpresso-ide/

I know this is a bit challenging, but worked for me for several projects with devices which are not supported by the NXP MCUXpresso SDK.

I hope this helps,

Erich

 

2,341 Views
Bert2
Contributor II

Thank you Erich,

that will probably be my way. I did not look into the older IDE because the website did redirect me to the newer one...

Thanks very much!

0 Kudos
Reply