Author |
Message |
Topic: I2C - The real thing |
mbalderas
Replies: 5
Views: 5876
|
Forum: General CCS C Discussion Posted: Sat Apr 20, 2013 1:08 pm Subject: I2C - The real thing |
Hi,
I actually have read the differences, and seems to me that SSP is enought for me, since I'm only writing the slave device. The master is a computer based controller, which takes care of speed o ... |
Topic: I2C - The real thing |
mbalderas
Replies: 5
Views: 5876
|
Forum: General CCS C Discussion Posted: Fri Apr 19, 2013 2:18 pm Subject: I2C - The real thing |
Thanks for your support.
The device is a 16f690. The datasheet says that the interrupt would fire only if the address matched, but in practice it fires no matter if you are writing this device or a ... |
Topic: I2C - The real thing |
mbalderas
Replies: 5
Views: 5876
|
Forum: General CCS C Discussion Posted: Thu Apr 18, 2013 8:14 pm Subject: I2C - The real thing |
Hi,
This is the code I've been using for a while, for creating a fully functional I2C slave, where I have placed up to 8 slaves like this one with no issues.
Recently, a partner told me that the ... |
|