ARM Interrupts and the Raspberry Pi

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
mark3094
Member
Member
Posts: 164
Joined: Mon Feb 14, 2011 10:32 pm
Location: Australia
Contact:

ARM Interrupts and the Raspberry Pi

Post 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
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

Re: ARM Interrupts and the Raspberry Pi

Post by dozniak »

Learn to read.
User avatar
mark3094
Member
Member
Posts: 164
Joined: Mon Feb 14, 2011 10:32 pm
Location: Australia
Contact:

Re: ARM Interrupts and the Raspberry Pi

Post by mark3094 »

Thanks,
I've found plenty of information on ART interrupts, so I should be fine now.
Post Reply