MPC5777C IPC shared memory

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

MPC5777C IPC shared memory

Jump to solution
1,029 Views
San_96
Contributor I

What are the chapters in MPC5777C describe about data sharing between two Core processors ?

0 Kudos
Reply
1 Solution
1,005 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

there's no such chapter. Both cores have an access to whole memory map, so you can use any part of RAM memory as shared memory. I can only recommend to configure this shared memory as cache inhibited - this can be done using MMU. And to ensure data coherency, you can use semaphores (SEMA4 module).

Regards,

Lukas

 

View solution in original post

0 Kudos
Reply
1 Reply
1,006 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

there's no such chapter. Both cores have an access to whole memory map, so you can use any part of RAM memory as shared memory. I can only recommend to configure this shared memory as cache inhibited - this can be done using MMU. And to ensure data coherency, you can use semaphores (SEMA4 module).

Regards,

Lukas

 

0 Kudos
Reply