• Global Interruption Disable/Enable
    Which is the easiest way for Global Interruptions Disable/Enable in CA for LPC2129? Varuzhan
  • interrupt disabling.
    Hello, If I disable the C51 INT0 just after entering the INT0 interrupt service routine and enable it just before exiting the ISR, would I be doing the right thing? Is this recommended so that interrupts...
  • Disable interrupts in IAP
    Hai all; I am doing an automotive project in LPC2368. Here I am using 512k FLASH of LPC2368 for storing some critical (real time) data .I reffered C:\Keil\ARM\Flash\LPC_IAP2_512 for flash programming...
  • Disabling Interrupts in the ARM core
    I have tried to globally disable interrupts using the assembly defines mentioned in the Keil note about nested interrupts. http://www.keil.com/support/docs/2910.htm When I try to call IENABLE or...
  • disabling an interrupt like in a task
    hello, I have a task that needs to query the value of a global variable that is also accessed in an ISR. it is a mistake to have the task scheduler preempt my task while the interrupt like is disabled...