Skip to content

Routing pio interrupts to a specific core #1803

Answered by earlephilhower
ardlc-1212 asked this question in Q&A
Discussion options

You must be logged in to vote

Each core has its own interrupt controller, so essentially the core which you call the NVIC commands will be the core that gets the interrupts. Just make sure only one core is responding to the PIO interrupt and make sure you're running on the right one to do the work...

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ardlc-1212
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ardlc-1212
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants