MIMX9302xxxxD doesn't support multicore middleware?

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

MIMX9302xxxxD doesn't support multicore middleware?

跳至解决方案
166 次查看
ab4978
Contributor II

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 解答
125 次查看
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 回复数
126 次查看
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 项奖励
回复
105 次查看
ab4978
Contributor II
Thanks, Aldo. Yes that's my assumption too, just wanted to call it out in case this was a bug in documentation or so!