• irq interrupt
    when i working on kiel ide then iwrote to isr routing __irq what is this ? but when i use spj ide then i have to write isr function name__attribute__((interrup("IRQ")))why ?what is this? iread book...
  • irq interrupt
    when i working on kiel ide then iwrote to isr routing __irq what is this ? but when i use spj ide then i have to write isr function name__attribute__((interrup("IRQ")))why ?what is this? iread book...
  • Interrupt IRQ LPC2148
    Hi all. I use ARM LPC2148 for my project and i use Keil uVision4. µVision V4.60.0.0 Tool Version Numbers: Toolchain: MDK-Lite Version: 4.60.0.0 Toolchain Path: C:\Keil\ARM\ARMCC\bin\ C...
  • Interrupt IRQ LPC2148
    Hi all. I use ARM LPC2148 for my project and i use Keil uVision4. µVision V4.60.0.0 Tool Version Numbers: Toolchain: MDK-Lite Version: 4.60.0.0 Toolchain Path: C:\Keil\ARM\ARMCC\bin\ C...
  • Issue with LPC2378 IRQ interrupts
    Hi there, I have 2 IRQ related ISR's in the program shown below. ISR's 1 and 2 do the task of making an LED (connected to P2.0 and P2.7) on and off. Iam seeing that when ISR1 is in execution(which...