Inter-Processor communication: rpmsg_char + tinycbor

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

Inter-Processor communication: rpmsg_char + tinycbor

Jump to solution
199 Views
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

Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
150 Views
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.

View solution in original post

0 Kudos
Reply
1 Reply
151 Views
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 Kudos
Reply