Hi all,
I'm debuging the i2c communication in my board. To do read and write operations I'm using an I/O Expander, PCF8575.
After enabling the i2c, if my first operation is read in I/O Expander I get an error and read operation isn't done. If a try to do same operation I get an error again. But I'm able to do a write operation, and after this it's possible to do the read operations, without erros.
I read in some code examples that sometimes we can have this problem. What is the great solution to this problem?
Regards,