• ARTX os_itv_wait breaks if execution takes longer than os_itv_set
    If I setup a interval wait timer for 100 clock ticks , os_itv_set(100) , and the execution from the os_itv_set(100) to the os_itv_wait() takes longer than 100 clock ticks, the os_itv_wait() waits for...
  • ARTX os_itv_wait breaks if execution takes longer than os_itv_set
    If I setup a interval wait timer for 100 clock ticks , os_itv_set(100) , and the execution from the os_itv_set(100) to the os_itv_wait() takes longer than 100 clock ticks, the os_itv_wait() waits for...
  • USB HID reports longer than 64 bytes on lpc1768
    Hi, I'm on the board MCB1700. I took the example of Keil (C:\Keil\ARM\Boards\Keil\MCB1700\RL\USB\RTX_HID) I modify the code following the instructions in this forum : http://www.keil.com/forum...
  • Newbie Question about looping through ranges longer than 256
    Hello forums, I started playing with a coding the 8051 after a long search for an assembly language to learn and it seemed like the way coolest one. I looked around a bit for how to do this but I probably...
  • USB HID reports longer than 64 bytes on lpc2141
    Hi everyone, I'm working on a custom system monitoring device and have a requirement for a USB HID input report longer than 64 bytes. From what I've read, it's possible to send it as multiple transactions...