• Nested Interrupts
    Hello everybody, I'm using LPC2148 ARM7, programming with uVision3. Now, I need nesting Interrupts. Following lines were used: AREA NESTED_IRQ, CODE, READONLY ARM EXPORT nested_irq_enable...
  • nested interrupts
    How can I install nested interrupts? With the key-word __irq is that not possible. Bernd
  • Nested interrupts
    Hi, I'm trying to get an idea of the best (only?) way to implement interrupt nesting (i.e. a lower priority ISR being interrupted by a higher priority one). I'm using only the VIC IRQ of an STR91...
  • nested Interrupts
    Hello all, i use the RealView Compiler but by Compiling the lower C-Code the Compiler reports: error: #20: identifier "LR" is undefined error: #20: identifier "SP" is undefined Thank you for your...
  • nesting interrupts
    Hi all, I have tried to use 3 vectorized interrupts at the same time for LPC2468. These are timer1, adc and uart1. But after a while timer interrupt stops. I declared all interrupt priorities...