Inter-Processor communication: rpmsg_char + tinycbor

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

Inter-Processor communication: rpmsg_char + tinycbor

跳至解决方案
201 次查看
gigi1291
Contributor I

I'm working on an i.MX8MM SoC and I would like to manage communication between the two cores using an rpmsg_char channel with TinyCBOR library. I couldn't find any NXP driver for rpmsg_char, only the standard imx_rpmsg_tty, While it works well, I "suspect" it has more overhead compared to rpmsg_char.

What are your thoughts on choice? Do you have any advice or suggestions?"
Thank you

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
152 次查看
Manuel_Salas
NXP TechSupport
NXP TechSupport

Hello @gigi1291 

I hope you are doing very well.

 

Actually, in our BSP you can find the rpmsg_char.c driver, but unfortunately, we have not an example of the integration with the SDK.

You can take as reference the multi core examples inside of the MCUXpresso SDK for cortex M.

 

Best regards,

Salas.

在原帖中查看解决方案

0 项奖励
回复
1 回复
153 次查看
Manuel_Salas
NXP TechSupport
NXP TechSupport

Hello @gigi1291 

I hope you are doing very well.

 

Actually, in our BSP you can find the rpmsg_char.c driver, but unfortunately, we have not an example of the integration with the SDK.

You can take as reference the multi core examples inside of the MCUXpresso SDK for cortex M.

 

Best regards,

Salas.

0 项奖励
回复