Concept Flow - I2C acknowledge and NACK behavior
Start Condition
Send 7-bit Address + R/W bit
Wait for ACK from Receiver
Continue
Send/Receive Data
This flow shows how the I2C master sends an address and waits for an ACK from the slave. If ACK received, communication continues; if NACK, the master stops or retries.