Example of multicore interrupt each other of MPC5775k

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

Example of multicore interrupt each other of MPC5775k

653 Views
zhangsan123
Contributor I

Hello,

 

Does MPC5775K has the mechanism of multicore interrupt each other, could you give the example? thanks.

Labels (1)
0 Kudos
2 Replies

544 Views
zhangsan123
Contributor I

This is what I need. thanks. David!

0 Kudos

544 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Not sure if I understand what you need to know - but if you ask how to interrupt first core by second core and vice versa then you may need software interrupt (sources 0-15).

In particular INTC_PSRn register you are selecting which core is the interrupt request sent to. This way you can initiate interrupt to one core by code executed by second core.

0 Kudos