ZHCSD35B November 2014 – August 2019 DS90UH949-Q1
PRODUCTION DATA.
This serializer may also be configured by the use of a I2C-compatible serial control bus. Multiple devices may share the serial control bus (up to 8 device addresses supported). The device address is set through a resistor divider (R1 and R2 — see Figure 21 below) connected to the IDx pin.
The serial control bus consists of two signals, SCL and SDA. SCL is a Serial Bus Clock Input. SDA is the Serial Bus Data Input / Output signal. Both SCL and SDA signals require an external pullup resistor to VDD18 or VDD33. For most applications, a 4.7-kΩ pullup resistor is recommended. However, the pullup resistor value may be adjusted for capacitive loading and data rate requirements. The signals are either pulled High, or driven Low.
The IDx pin configures the control interface to one of 8 possible device addresses. A pullup resistor and a pulldown resistor may be used to set the appropriate voltage on the IDx input pin See Table 10. 1% or 5% resistors can be used.
# | RATIO
VR2 / VDD18 |
IDEAL VR2
(V) |
SUGGESTED RESISTOR R1 kΩ (1% tol) | SUGGESTED RESISTOR R2 kΩ (1% tol) | 7-BIT ADDRESS | 8-BIT ADDRESS |
---|---|---|---|---|---|---|
1 | 0 | 0 | OPEN | Any value less than 100(1) | 0x0C | 0x18 |
2 | 0.208 | 0.374 | 118 | 30.9 | 0x0E | 0x1C |
3 | 0.323 | 0.582 | 107 | 51.1 | 0x10 | 0x20 |
4 | 0.440 | 0.792 | 113 | 88.7 | 0x12 | 0x24 |
5 | 0.553 | 0.995 | 82.5 | 102 | 0x14 | 0x28 |
6 | 0.668 | 1.202 | 68.1 | 137 | 0x16 | 0x2C |
7 | 0.789 | 1.420 | 56.2 | 210 | 0x18 | 0x30 |
8 | 1 | 1.8 | Any value less than 100(1) | OPEN | 0x1A | 0x34 |
The Serial Bus protocol is controlled by START, START-Repeated, and STOP phases. A START occurs when SCL transitions Low while SDA is High. A STOP occurs when SDA transitions High while SCL is also HIGH. See Figure 22.
To communicate with an I2C slave, the host controller (master) sends the slave address and listens for a response from the slave. This response is referred to as an acknowledge bit (ACK). If a slave on the bus is addressed correctly, it Acknowledges (ACKs) the master by driving the SDA bus Low. If the address does not match a slave address of the device, it Not-acknowledges (NACKs) the master by letting SDA be pulled High. ACKs also occur on the bus when data is being transmitted. When the master is writing data, the slave ACKs after every data byte is successfully received. When the master is reading data, the master ACKs after every data byte is received to let the slave know that the host is ready to receive another data byte. When the master wants to stop reading, it NACKs after the last data byte and creates a stop condition on the bus. All communication on the bus begins with either a Start condition or a Repeated Start condition. All communication on the bus ends with a Stop condition. A READ is shown in Figure 23 and a WRITE is shown in Figure 24.
The I2C Master located at the serializer must support I2C clock stretching. For more information on I2C interface requirements and throughput considerations, refer to the TI Application Note AN-2173 I2C Communication Over FPD-Link III with Bidirectional Control Channel (SNLA131).