• Trouble with Bulk Out transfer using Cypress CY7C64613 & uv2
    I am developing a device that must send out data through the FIFO at speeds up to 4 Mbit/s. I have implemented a bulk transfer as follows: void TD_Poll(void) // Called repeatedly while the device is...
  • Trouble with Bulk Out transfer using Cypress CY7C64613 & uv2
    I am developing a device that must send out data through the FIFO at speeds up to 4 Mbit/s. I have implemented a bulk transfer as follows: void TD_Poll(void) // Called repeatedly while the device is...
  • Bulk IN endpoint stops polling for packets
    Hi All, I am facing an issue with USB driver on ARM platform. the bulk in rx endpoint stops polling for rx packets after some time, when the issue occurs I see(with USB analyzer) all the other endpoints...
  • Bulk IN endpoint stops polling for packets
    Hi All, I am facing an issue with USB driver on ARM platform. the bulk in rx endpoint stops polling for rx packets after some time, when the issue occurs I see(with USB analyzer) all the other endpoints...
  • 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...