• Global Interruption Disable/Enable
    Which is the easiest way for Global Interruptions Disable/Enable in CA for LPC2129? Varuzhan
  • RVCT ARM compiler 3.1
    Note: This was originally posted on 20th February 2009 at http://forums.arm.com Hi, Does RVCT 3.1 compiler is intelligent enough to identify which part of code can be NEON optimized and compiled in NEON...
  • Pin Interrupt Enable/Disable Confusion
    Note: This was originally posted on 11th June 2012 at http://forums.arm.com Hello, at the moment i study the LPC11U1x manual(Cortex-M0) and i found some very confusing thing, in the GPIO interrupt registers...
  • Disable and enable specific compiler warning
    Hi I want to disable a specific compiler warning for a code section. I tried the pragma warning #pragma warning disable = 138 which will work, but I am missing a possibility to enable the...
  • timer interrupt disable & enable - pending interrupts
    Hi, working with a LPC1758 I´ve installed a timer. In the interrupt routine I've several values which will be updated according to the current state. Is it the right approach to disable the timer...