2004-01-06 01:49 AM
2011-05-17 02:57 AM
I'm looking for an example on how to implement I2C.
I show an example for the ST7, is it compatible with uPSD32xx2011-05-17 02:57 AM
Please see the attached I2C design example written for DK3200 eval board.
2011-05-17 02:57 AM
Please see the attachment.
2011-05-17 02:57 AM
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.2011-05-17 02:57 AM
Ok!
2011-05-17 02:57 AM
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?