• cypress cy7c64613
    Hi , I wish to build a USB programmer using cypress cy7c64613, do anyone have any ideas or any links or any related circuit diagram ???????
  • 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...
  • Cypress CY7C64613 Header Files
    Can someone tell me, from where can I download the header files for the Cypress CY7C64613 USB 8051 microcontroller. Cypress.com doesnt seem to have them and google couldnt help either. The files I need...
  • 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...
  • 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...