Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5005

SDK • Re: acknloweging IRQs created by irq_set_pending()

$
0
0
I think I have found the problem.

https://www.raspberrypi.com/documentati ... 7ab37233ef

Code:

void irq_set_pending ( uint num ) Force an interrupt to be pending on the executing core. 
So it seems that even if the ISR is linked to an event on the other core, there is no way to trigger execution on core1 from core0.

I'll have to go via a FIFO.

Statistics: Posted by pie_face — Thu Aug 08, 2024 3:43 pm



Viewing all articles
Browse latest Browse all 5005

Trending Articles