interrupt inter-core on t1040

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

interrupt inter-core on t1040

566 次查看
walter95
Contributor I

Hi, I'm looking for a mechanism for cores' synchronization. I was thinking of synchronizing cores using interrupt inter-core. A core is in busy wait on a memory location in cache and it waits for an interrupt whose interrupt routine will unlock the core by changing the value of the location mentioned before. How can I do it?

0 项奖励
2 回复数

549 次查看
r8070z
NXP Employee
NXP Employee

"core is in busy wait on a memory location in cache and it waits for an interrupt" Can you please provides more details of that core state. How it is implemented?

0 项奖励

546 次查看
walter95
Contributor I

I'm looking for a mechanism for implementing that. We can think to a core waiting in spinning on a variable blocked in its cache (so that the spinning does not interfere with other cores), waiting for an interrupt that will change its value, thus unlocking the core. I saw from the reference manual there is the possibility to use IPT (interpocessor interrupt)

0 项奖励