Communication between Cortex-A53 and Cortex-M4 using Messaging Unit(MU)

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

Communication between Cortex-A53 and Cortex-M4 using Messaging Unit(MU)

1,219 Views
Bhargava
Contributor I

Hi,

I have a requirement to setup inter-processor communication between A53 and M4 using Messaging Unit. I know there is RPMsg available but the requirement demands IPC realization directly on MU.

Is it possible to realize IPC directly on MU?

And if yes, please share the procedure and test application for the same.

The SoC I am working on is IMX8M MINI and Yocto Dunfell.

 

Regards,

Bhargava

0 Kudos
4 Replies

1,004 Views
shivumatha
Contributor I

Hello,

 

I needed one information. Do you have mcmgr in your SDK which you downloaded from NXP site?

 

0 Kudos

1,206 Views
b36401
NXP Employee
NXP Employee

Please note that inter process_communication depends on the software. I mean the OS.
So you need to reference to Linux in point of inter process_communication.

0 Kudos

1,175 Views
Bhargava
Contributor I

Hi,

Could the issue be addressed please?

 

 

Regards,

Bhargava

0 Kudos

1,196 Views
Bhargava
Contributor I

Hi,

Thanks for replying.

Actually I am referring to Asymmetric Multiprocessing between Cortex-A53 and Cortex-M4.

Instead of using RPMsg (Remote Processor Messaging) for the same, is there a possibility to realize inter-processor communication directly on Messaging Unit(MU)?

Are these APIs [sc_ipc_open() , sc_ipc_read(), sc_ipc_write(), sc_ipc_close()] available in the linux mainline, Because I could not find any of them in the entire kernel source.

Please provide information about how those APIs can be used along with an user space application(if any).

 

Regards,

Bhargava

0 Kudos