Understanding I2C - Part 6

Understanding I2C - Part 6

When we send address from MASTER to SLAVE, what should be the R/W bit state? 

Sending address from MASTER to SLAVE is always a WRITE operation. So, always send address from MASTER with WRITE bit and not READ bit.

After the above operation, SLAVE must send an ACK bit then only MASTER can continue the communication.

Post a Comment

0 Comments