• M4 Assembly - Set Enable also enables the Clear Enable Interrupt Register
    Hi, I have some assembly for Cortex M4 (Arm 7M Thumb), I want to enable an interrupt that is connected to a push button on an STM32 F407. It works, but for some reason when I enable the set enable register...
  • M4 Assembly - Set Enable also enables the Clear Enable Interrupt Register
    Hi, I have some assembly for Cortex M4 (Arm 7M Thumb), I want to enable an interrupt that is connected to a push button on an STM32 F407. It works, but for some reason when I enable the set enable register...
  • 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 Enable
    Hello, here's a question about the interrupt handling of a Siemens 80C165: I use the external interrupt 5, which works like it should. Sometimes, I want to disable that interrupt, so that the controller...