• UART0 interrupt only once.
    Hi , I need help, here is the problem. I am using STR91X-SK/KEIL EVAL board. I can run the example code called measure from keil website. however, I can't run the UART0 in interrupt mode by use the example...
  • Problem ISR jumping only once
    Hi, I've been searching for two days now without any result so I post this message and hope that someone could help me. I'm writing a program using ISR on the timer 0 and a button, on a processor...
  • USBD_HID_GetReportTrigger problem: works only once
    I am writing USB HID Device driver for ARM M0+ and got a problem with sending data from device to host. The device can send data only on the first call of USBD_HID_GetReportTrigger(). The all others...
  • lpc2387 timer0 irq works only once
    I'm trying to blink diode, using timer0 MR0 irq. The problem is that the irq works only one time. I see diode is just blinking once and nothing else. I localized the issue and here's the code:...
  • Timer 0 Interrupt runs only once
    Hello, My interrupt routine runs only once and then it stops. I don't know what to do, I googled for help but no success. Can anyone help me with this ? I am using keil uVision3 and LPC2364...