• Disabling interrupts while working with IAP!!!
    Hello everybody, Quoted from the user manual of LPC178: " The on-chip flash memory is not accessible during erase/write operations. When the user application code starts executing the interrupt...
  • Disabling interrupts while working with IAP!!!
    Hello everybody, Quoted from the user manual of LPC178: " The on-chip flash memory is not accessible during erase/write operations. When the user application code starts executing the interrupt...
  • 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...
  • 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...
  • 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...