• Flow control of BULK OUT endpoint
    Hi All, I've got an issue with flow control of a bulk OUT endpoint I'm struggling with. I'm using the NXP LPC1343, and the device code is based on their CDC class example. On the Host side, I'm using...
  • POLLING
    Hi all How polling is done in the C code ? Do I need to use interval timers for that ? Elico
  • Interrupt no. for Bulk EndPoint 2 for CY7C64613
    I have written a firmware to download bulk data from my pc to an onboard flash which is interfaced using a cypress EzUSB-Fx chip(CY7C64613). I am using bulk endpoint 2 to send the 64 byte packets from...
  • 8051 Stop Mode — External Interrupt Polling?
    I inherited a physical product that needs to function like this using an 8051 in STOP mode. My user manual is a little light on STOP mode implementation for 8051s. I can't get this to work, does...
  • How to enable and use DMA for USB bulk IN endpoints
    Hi, I'm using uVision 4 with the MCB2300 development board. I'm developing a software that periodically transmits data (status information) from the device to the host (as first step, the data are...