• 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?
    Study the traffic example bout RTX-51 and interrupt. I was so confused. Since I can not find any file called the function os_enable_isr(). And the serial file use the standard C51 interrupt function...