• Intterupt not working...
    Hi, I'm using a timer and external interrupt to detect the pulse, i can set the timer to run for 5 secs and loop back. But the program cannot vector to the external interrupt. This is my interrupt...
  • Atomicity
    Is the operation below an atomic operation in a multitasking environment like RTX-51? If it is not, then what is supposed to do to make it an atomic one except using locking mechanisms? void func...
  • FIQ intterupt Function
    I want to write function for fiq interrupt on LPC2378, Here the program which I have try to run. But it gives error. void T0isr(void) __fiq //__irq { T0IR = 1; /* clear interrupt flag */ ...
  • atomic - LPC313x
    Hello to everyone, can anyone please advise me whether it exists a way to execute on an LPC313x more than one instruction atomically (like for instance _atomic_ for C16x)? Thanks and best regards...
  • atomic operations
    Note: This was originally posted on 31st August 2010 at http://forums.arm.com Hi all, I have to migrate Windows Code to Linux for an ARM processor. The Windows code uses the InterlockedIncrement function...