• 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...
  • LPC 2148 timer o interrupt working once
    hi , I am configuring LPC 2148 timer 0 in interrupt mode, i am able to receive pnterrupt once but next time interrupt is not generating.(interrupt occurs at rate of 1 second) Following are the...
  • 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:...
  • LPC 2148 timer o interrupt working once
    hi , I am configuring LPC 2148 timer 0 in interrupt mode, i am able to receive pnterrupt once but next time interrupt is not generating.(interrupt occurs at rate of 1 second) Following are the...
  • rosThreadCreate uns once?
    Unless something else outside my main would cause this (middle ware or like) I'm out of ideas why this is not looping. in h file osThreadId KA; in main project osThreadDef(KA_CODE_MS, osPriorityNormal...