• 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...
  • 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...
  • 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...
  • 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...