interrupt inter-core on t1040

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

interrupt inter-core on t1040

571件の閲覧回数
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 返答(返信)

554件の閲覧回数
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 件の賞賛

551件の閲覧回数
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 件の賞賛