VF61/Vybrid, is this semaphore function

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

VF61/Vybrid, is this semaphore function

跳至解决方案
1,136 次查看
soichiyamamoto
Contributor V

Hi,

I have a question about A3.4 Synchronization and semaphores(A3-12)/ DDI0406BJ_arm_architecture_reference_manual.

In the multi-core (A5+M4) of Vybrid, is this semaphore function usable?

And is exclusive control possible between multi-core(A5+M4) ?

Best Regards,

soichi yamamoto

标签 (1)
0 项奖励
回复
1 解答
789 次查看
ed_nash
Contributor III

Hi-

Yes, there are hardware semaphores that can be (are intended to be) used between the M4 and A5.

In the case of MQX on both the A5 and M4 or Linux on the A5 and MQX on the M4, there are demos available in the Timesys BSP.

The MCC (multicore communication system) between MQX on both or Linux / MQX also uses them to protect shared memory.

One nice feature is that if access is denied, you can program the semaphore to issue an interrupt when it is freed.

I hope this helps.

Ed

在原帖中查看解决方案

0 项奖励
回复
1 回复
790 次查看
ed_nash
Contributor III

Hi-

Yes, there are hardware semaphores that can be (are intended to be) used between the M4 and A5.

In the case of MQX on both the A5 and M4 or Linux on the A5 and MQX on the M4, there are demos available in the Timesys BSP.

The MCC (multicore communication system) between MQX on both or Linux / MQX also uses them to protect shared memory.

One nice feature is that if access is denied, you can program the semaphore to issue an interrupt when it is freed.

I hope this helps.

Ed

0 项奖励
回复