MIMX9302xxxxD doesn't support multicore middleware?

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

MIMX9302xxxxD doesn't support multicore middleware?

ソリューションへジャンプ
96件の閲覧回数
ab4978
Contributor I

I'm creating MCUXpresso SDK for i.MX 93. When I select 9302 variant (https://mcuxpresso.nxp.com/builder?hw=MIMX9302xxxxD) for multicore middleware it says:

This optional component doesn't support MIMX9302xxxxD. However, it does support the following evaluation device(s): MCIMX93-EVK and thus it is available for selection. When selected, respective support will be added into configured package.

If I select a 9352 variant (e.g. https://mcuxpresso.nxp.com/builder?hw=MIMX9352xxxxM), it does seem to be supported. I also just checked MIMX9352xxxxK, which does _not_ support multicore. 

What's going on here? Presumably they need to support multicore since the A and M cores need to speak to each other?

0 件の賞賛
返信
1 解決策
55件の閲覧回数
AldoG
NXP TechSupport
NXP TechSupport

Hello,

I do not see any specific issue on the chip that could cause the RPMSG to not be functional, there may be some limitations on the demo examples because of some differences between the chips.

I would double check anyways, but at least looking into the public documentation there is no reason as to why this shouldn't be used.

Best regards/Saludos,
Aldo.

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
56件の閲覧回数
AldoG
NXP TechSupport
NXP TechSupport

Hello,

I do not see any specific issue on the chip that could cause the RPMSG to not be functional, there may be some limitations on the demo examples because of some differences between the chips.

I would double check anyways, but at least looking into the public documentation there is no reason as to why this shouldn't be used.

Best regards/Saludos,
Aldo.

0 件の賞賛
返信
35件の閲覧回数
ab4978
Contributor I
Thanks, Aldo. Yes that's my assumption too, just wanted to call it out in case this was a bug in documentation or so!