interrupt inter-core on t1040

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

interrupt inter-core on t1040

561 Views
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 Kudos
2 Replies

544 Views
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 Kudos

541 Views
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 Kudos