Leighton, Nesting interrupts is possible with ARM (switch to system_mode & clear the I-bit to reanable interrupts). Without the VIC, it's not possible to priotitize among interrupts. With the VIC, I am not sure. Cheers, -Mike. --- Leighton Rowe <leightonsrowe@...> wrote: > > I just have a small question on IRQ Interrupts...can > an IRQ channel > interrupt another IRQ routine (lower IRQ priority) > that's currently > executing? > > To make this question more practical, let's say I > assign TIMER0 & > UART0 as IRQs where: > TIMER0 --> VIC Vector Control 0 > UART0 --> VIC Vector Control 1 > > Can TIMER0 interrupt UART0 even if UART0's being > serviced? If yes, > what would be the best way to avoid possible > data-share problems? > > thanks in advance, > Leighton > > > > > __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo
Message
Re: [lpc2000] IRQ Priority - Small Question
2004-12-06 by Michael Anburaj
Attachments
- No local attachments were found for this message.