Hello,
I have I2C working (using LM3S6965) with a few I2C slaves and would like to implement acknowledge polling but it isn't clear from the stellarisware manual how to do this. I'd like to have the master only send the slave address and then check if it's acknowledged. Right now I have it sending START, the address, and then one byte of data (0). I'd prefer not to have to send the data byte. While it works, it's sloppy. How do I do this?
Thanks,Derek
fixituntilitsbroken.blogspot.com