• EZUSB FX2 I2C EZUSB_WaitForEEPROMWrite() problem
    Hi, I'm trying to access an EEPROM with an EZUSB FX2 dev board. I have written the following code to write to the EEPROM eeprom_buf[0] = LSB(0); eeprom_buf[1] = value; eeprom_buf[2] = EZUSB_WriteI2C...
  • EZUSB FX2 I2C EZUSB_WaitForEEPROMWrite() problem
    Hi, I'm trying to access an EEPROM with an EZUSB FX2 dev board. I have written the following code to write to the EEPROM eeprom_buf[0] = LSB(0); eeprom_buf[1] = value; eeprom_buf[2] = EZUSB_WriteI2C...
  • Cypress ezusb siicon rev D issue : anyone ?
    Hello, Hope it is not off topic, I guess some guys are working with cypress an2131 chips on this forum ... My firmware works fine with Rev E silicon of AN2131SC. We have now ordered rev D (bcddevice...
  • Cypress ezusb siicon rev D issue : anyone ?
    Hello, Hope it is not off topic, I guess some guys are working with cypress an2131 chips on this forum ... My firmware works fine with Rev E silicon of AN2131SC. We have now ordered rev D (bcddevice...
  • Where is the EZUSB 'C ' Function Library Documentation
    In the EZUSB Development kit example programs there are 'C' Functions such as EZUSB_ReadI2C( variable, variable, variable). Where is the supporting documentation for this function?