Add iMXRT1060X processor support to MCUXpresso 11.4.1

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

Add iMXRT1060X processor support to MCUXpresso 11.4.1

623件の閲覧回数
dh1
Contributor II

Hello

We have a bit of a special request. We have a firmware project which is compileable for different hardware platforms using the iMXRT1060.
We are using MCUxpresso 11.4.1 and do not want to change it, because changing the MCUX version means also changing the compiler, which is a risk.

Now we have a new hardware platform which uses the new iMXRT1060X. But it seems the MCUX 11.4.1 does not support newer SDKs which support this cpu.

Is there some kind of way to add support for iMXRT1060X to MCUX 11.4.1?

Thanks and regards,
Daniel

0 件の賞賛
返信
3 返答(返信)

608件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @dh1 ,

There isn't a special support for RT1060X.

If you look at RT1060X datasheet, you'll see their real name.

jingpan_0-1687329942921.png

jingpan_1-1687329967073.png

This has been added into fsl_device_registers.h

jingpan_2-1687330017127.png

So, what need to do is changing the predefine in project properties.

jingpan_3-1687330113294.png

 

Regards,

Jing

0 件の賞賛
返信

603件の閲覧回数
dh1
Contributor II

Hello Jing

Thanks for your reply.
That is true and we already did this. But to use the PinMux Tool inside MCUxpresso, this is not enough.

The processor type is not known by the PinMux Tool and a new SDK cannot be integrated because it seems the format changed and version 11.4.1 does not recognize them anymore.

Regards,
Daniel

0 件の賞賛
返信

568件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @dh1 ,

Yes, it's true. It seems RT106X isn't added into configure tool. I'll report this issue to software team.

 

Regards,

Jing

0 件の賞賛
返信