• Cypress EZ-USB FX2 firmware downloading
    Hi, I have a Cypress EZ-USB FX2 USB mass storage device. AFAIK firmware is only allowed to be downloaded to either the external EEPROM or internal RAM when the device either 1) Does not have an...
  • Cypress EZ-USB FX2 firmware downloading
    Hi, I have a Cypress EZ-USB FX2 USB mass storage device. AFAIK firmware is only allowed to be downloaded to either the external EEPROM or internal RAM when the device either 1) Does not have an...
  • Cypress FX2 and Keil
    Hi guys, I am using keil C51 to do the program and debugging the cypress FX2 ezusb chip. In my project options I selected Cypress FX2 as the device type. Should I add an include file in my .a51 file...
  • Cypress FX2 and Keil
    Hi guys, I am using keil C51 to do the program and debugging the cypress FX2 ezusb chip. In my project options I selected Cypress FX2 as the device type. Should I add an include file in my .a51 file...
  • Cannot write to I/O port of Cypress' EZ-USB FX2 cy7c68013.
    Hi everybody, I want to write to I/O port by vendor command. But it doennot work. The firmware is like this: case VR_WRITE_PORTA: //0xD5 while(EP0CS & bmEPBUSY); OEA = 0xff; SYNCDELAY; IOA...