cancel
Showing results for 
Search instead for 
Did you mean: 

I2C

ronbud22
Associate
Posted on January 06, 2004 at 10:49

I2C

6 REPLIES 6
ronbud22
Associate
Posted on May 17, 2011 at 11:57

I'm looking for an example on how to implement I2C.

I show an example for the ST7, is it compatible with uPSD32xx
joseph2399
Associate II
Posted on May 17, 2011 at 11:57

Please see the attached I2C design example written for DK3200 eval board.

sbencke3
Associate II
Posted on May 17, 2011 at 11:57

Please see the attachment.

bbbodekar
Associate II
Posted on May 17, 2011 at 11:57

Hello,

The file which was attached seems to be having some characters, like spaces, which are not allowed. So not able to download the code, as it gives error.

Kinldy re-attach the file with no spaces in it. You can put underscore

( _ ) in place of spaces.

Bhushan.
sbencke3
Associate II
Posted on May 17, 2011 at 11:57

Ok!

jones2
Associate II
Posted on May 17, 2011 at 11:57

It is clear how to implement the master side,

but what is the implementation for the slave side.

since I want two uPSD's to comunicate on I2C channel.

Do I just implement the isr to fill a buffer and send the ack?