MPC5777C IPC shared memory

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

MPC5777C IPC shared memory

跳至解决方案
1,507 次查看
San_96
Contributor I

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

0 项奖励
回复
1 解答
1,483 次查看
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 项奖励
回复
1 回复
1,484 次查看
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 项奖励
回复