Skip to main content
ronbud22
Associate
January 6, 2004
Question

I2C

  • January 6, 2004
  • 6 replies
  • 997 views
Posted on January 06, 2004 at 10:49

I2C

This topic has been closed for replies.

6 replies

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

Please see the attachment.

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

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

ronbud22
ronbud22Author
Associate
May 17, 2011
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
sbencke3
Associate III
May 17, 2011
Posted on May 17, 2011 at 11:57

Ok!

bbbodekar
Associate III
May 17, 2011
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.
jones2
Associate III
May 17, 2011
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?