• invoking Timer 0 interrupt from the serial ISR
    Does anybody have any idea ? within the serial ISR ET0 = enabled PT0 = high TF0 overflows but the timer ISR not invoked.... Guy
  • 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...
  • Invoking a function
    An assembly question here. Whenever we want to invoke a function, say "TESTING", we would have to use the commands like CALL, JMP ...ETC.. TESTING: MOV R0,#33 ; ; ; Is it possible that...
  • IRQ INTERRUPT DOES NOT GO TO ISR
    HI, I use GNU compiler. I have written code that send the Character string to COM-1 when I make the external interrupt (EXTINT-2) pin low. Interrupt is active low edge sensitive. Interrupt...
  • Assertion of IRQS is not causing calling of ISR
    Note: This was originally posted on 4th September 2012 at http://forums.arm.com Hi, With my current flow, when I am asserting legacy nIRQ I am able to jump to ISR, but not when asserting IRQS[0]. I have...