Using Cy7C64713 for I2C interface

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

cross mob
Anonymous
Not applicable

Can someone point me to example code or information how to implement a USB to Cy7C64713 I2C interface.  I'd prefer C# example code for Visual Studio.  I have custom software that needs to communicate over USB to I2C peripherals.

   

Thanks

0 Likes
1 Solution
Anonymous
Not applicable

Hi,

   

The app note in http://www.cypress.com/?rID=34485 implements a vendor command to talk to the EEPROM through I2C. It would be a useful reference on the firmware side.

   

On the host application side to send the commands download SuiteUSB, the control center example shows how to implement code for sending all the USB transfer types. You should find that useful.

   

Regards,

   

Anand

View solution in original post

0 Likes
1 Reply
Anonymous
Not applicable

Hi,

   

The app note in http://www.cypress.com/?rID=34485 implements a vendor command to talk to the EEPROM through I2C. It would be a useful reference on the firmware side.

   

On the host application side to send the commands download SuiteUSB, the control center example shows how to implement code for sending all the USB transfer types. You should find that useful.

   

Regards,

   

Anand

0 Likes