SLASFM1A June 2025 – December 2025 AFE10004-EP
PRODUCTION DATA
The device is I2C-compatible and Table 6-12 lists the bus definitions. See Figure 6-18 and Figure 6-19 for the write and read timing diagram formats.
| CONDITION | SYMBOL | SOURCE | DESCRIPTION |
|---|---|---|---|
| START | S | Controller | Begins all bus transactions. A change in the state of the SDA line, from high to low, while the SCL line is high, defines a start condition. Each data transfer initiates with a START condition. |
| STOP | P | Controller | Terminates all transactions and resets bus. A change in the state of the SDA line from low to high while the SCL line is high defines a STOP condition. Each data transfer terminates with a repeated START or STOP condition. |
| IDLE | I | Controller | Bus idle. Both SDA and SCL lines remain high. |
| ACK (Acknowledge) | A | Controller-Target | Handshaking bit (low). Each receiving device, when addressed, is obliged to generate an acknowledge bit. A device that acknowledges must pull down the SDA line during the acknowledge clock pulse in such a way that the SDA line is stable low during the high period of the acknowledge clock pulse. Take setup and hold times into account. |
| NACK (Not Acknowledge) | A | Controller-Target | Handshaking bit (high). On a controller receive, data transfer termination can be signaled by the controller generating a not-acknowledge on the last byte that has been transmitted by the target. |
| READ | R | Controller | Active-high bit that follows immediately after the target address sequence. Indicates that the controller is initiating the target-to-controller data transfer. The number of data bytes transferred between a START and a STOP condition is not limited and is determined by the controller device. The receiver acknowledges data transfer. |
| WRITE | W | Controller | Active-low bit that follows immediately after the target address sequence. Indicates that the controller is initiating the controller-to-target data transfer. The number of data bytes transferred between a START and a STOP condition is not limited and is determined by the controller device. The receiver acknowledges data transfer. |
| REPEATED START | Sr | Controller | Generated by the controller, same function as the START condition (highlights the fact that STOP condition is not strictly necessary.) |
| BLOCK ACCESS | B | Controller | Active-high bit that replaces bit 7 of the register address. This bit indicates the controller is initiating a block access data transfer. |