• Cortex M3 ASM Taking Longer Than it Should
    Note: This was originally posted on 14th December 2011 at http://forums.arm.com I'm doing some digital filtering in Cypress' PSoC5, but my filtering subroutine is taking much longer than it should.  It...
  • Cortex M3 ASM Taking Longer Than it Should
    Note: This was originally posted on 14th December 2011 at http://forums.arm.com I'm doing some digital filtering in Cypress' PSoC5, but my filtering subroutine is taking much longer than it should.  It...
  • 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...
  • 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...