flash EEPROM with I2C

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable
        Hi I would like to program the EEPROM attached to my FX2LP   
high speed Cypress USB chip with new firmware using following commands:   
EZUSB_WriteI2C(BYTE addr, BYTE length, BYTE xdata *dat);   
EZUSB_WaitForEEPROMWrite(BYTE addr);   
EZUSB_ReadI2C(I2C_Addr, length, read_buf);   
   
Does any one ave an example showing how to use this commands?   
   
Thanks, Malik   
0 Likes
1 Reply
Anonymous
Not applicable
        The vend_ax example and the dev_io example that come with FX2LP DVK display how these commands are used... u might wanna look into them...   
0 Likes