• 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 interrupt
    Hi Im using a timer to generate interrupt based on the match registers. On one of those interrupt, I would like to start a SPI data transfer. The SPI transfer is also using vector based interrupt...
  • nested interrupts
    How can I install nested interrupts? With the key-word __irq is that not possible. Bernd
  • 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...