#145259 - Natso - Tue Nov 13, 2007 6:45 am
Ok, speaking strictly for the ARM7 here...
Situation:
Audio Interrupt triggers, and is in the proccess of handling it's data when all of a sudden...
Keypad Interrupt!
What my main question is how exactly will this resolve?
I hear that interrupts can't interrupt each other, so...
Will the interrupt simply never happen?
Will the interrupt happen after the resolution of the audio interrupt?
And... is the keypad interrupt continuous? (Like, until you release that key? or is it only triggered on key-press)
_________________
I'm a bomb technitian. If you see me running, try to keep up ;)
Situation:
Audio Interrupt triggers, and is in the proccess of handling it's data when all of a sudden...
Keypad Interrupt!
What my main question is how exactly will this resolve?
I hear that interrupts can't interrupt each other, so...
Will the interrupt simply never happen?
Will the interrupt happen after the resolution of the audio interrupt?
And... is the keypad interrupt continuous? (Like, until you release that key? or is it only triggered on key-press)
_________________
I'm a bomb technitian. If you see me running, try to keep up ;)