• FX2 renumerate after firmware download in RAM
    Hello, I am using the development board of Cypress for the FX2 and I have a little problem concerning renumeration. I developped an application on the host using CyUSB.dll and a firmware using fw...
  • Interface of 8052 (UART0) with EZUSB FX2 on keil board
    hi how do we interface a 8052 UART0 with EZUSB FX2(UART 0) on a keil board. thanks
  • Cypress EZUSB
    when i try writing a simply code for EZUSB,i use inlude :"EZRegs.h", a error missing ";". But i don't Why, i try clear a ";" as comment but the Debug has this error. Help me, please! #ifdef ALLOCATE_EXTERN...
  • 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 data to EEProm(24LC64 from Microchip)
    Hi: I am using the (CY7C68013-128AC) uController from Cypress. I am trying to write a simple data to EEProm(24LC64 from Microchip). I am using Cypress's library functions, EZUSB_WriteI2C(byte addr, byte...