How to pass data i.MX6SX M4 <--> A9 core each other.

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

How to pass data i.MX6SX M4 <--> A9 core each other.

Jump to solution
1,801 Views
satoshishimoda
Senior Contributor I

Hi community,

I have a question about i.MX6SX.

Acctually, our customer want to pass data from M4 core to A9 core, or A9 to M4.

What module can be used this usage?

(e.g. OCRAM, DDR, MU, etc...)

Best Regards,

Satoshi Shimoda

Labels (1)
1 Solution
1,077 Views
igorpadykov
NXP Employee
NXP Employee

Hi Satoshi

shared memory is used for data communication between cores,

please refer to attached document Chapter 53

i.MX 6 SoloX Multi-Core Communication (MCC)

and Figure 53-1. New multi-core, multi-OS architecture

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

View solution in original post

2 Replies
1,078 Views
igorpadykov
NXP Employee
NXP Employee

Hi Satoshi

shared memory is used for data communication between cores,

please refer to attached document Chapter 53

i.MX 6 SoloX Multi-Core Communication (MCC)

and Figure 53-1. New multi-core, multi-OS architecture

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

1,077 Views
sharmila_devada
Contributor III

Hi igor,

In Remote Processor Messaging (RPMsg), IPC APIs is supported in software ? How secure it is ? I am planning to use sc_ipc_open() sc_ipc_read(), sc_ipc_write() APIs for communication between Cortex A-35 to Cortex -M4. Can you please suggest on this .

Regards,

Sharmila

0 Kudos