Page 1 of 1

ARM Interrupts and the Raspberry Pi

Posted: Sat Jul 27, 2013 6:45 pm
by mark3094
Hi,

I've started working with the Raspberry Pi, which is the first exposure I've had with the ARM architecture.
I'm interested in finding out more about how it handles interrupts. I'm familiar with how interrupts work on the x86 architecture, but not ARM.

Do all ARM devices handle interrupts in the same way, or does it vary from model to model?
If I can find a good tutorial on ARM interrupts, will all the information apply to the Raspberry Pi too?


Thank you for your help

Re: ARM Interrupts and the Raspberry Pi

Posted: Sun Jul 28, 2013 1:40 am
by dozniak

Re: ARM Interrupts and the Raspberry Pi

Posted: Tue Jul 30, 2013 2:58 am
by mark3094
Thanks,
I've found plenty of information on ART interrupts, so I should be fine now.