![Texas Instruments PanelBus TFP503 Manual Download Page 20](http://html.mh-extra.com/html/texas-instruments/panelbus-tfp503/panelbus-tfp503_manual_1097084020.webp)
PanelBus
SLDS149 − AUGUST 2004
20
POST OFFICE BOX 655303
•
DALLAS, TEXAS 75265
I
2
C interface (continued)
The start and stop conditions are shown in Figure 16. The high-to-low transition of DDC_SDA while DDC_SCL
is high defines the start condition. The low-to-high transition of DDC_SDA while DDC_SCL is high defines the
stop condition. Each cycle (data or address) consists of 8 bits of serial data followed by 1 acknowledge bit
generated by the receiving device. Thus, each data/address cycle contains 9 bits as shown in Figure 17.
DDC_SCL
1
2
3
4
5
6
7
8
9
DDC_SDA
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
1
Slave Address
MSB
Sub Address
Data
Stop
Figure 17. I
2
C Access Cycles
Following a start condition, each I
2
C device decodes the slave address. The TFP503 responds with an
acknowledge by pulling the DDC_SDA line low during the ninth clock cycle if it decodes the address as its
address. During subsequent subaddress and data cycles, the TFP503 responds with an acknowledge as shown
in Figure 18. The subaddress is autoincremented after each data cycle.
The transmitting device must not drive the DDC_SDA signal during the acknowledge cycle so that the receiving
device may drive the DDC_SDA signal low. The not acknowledge, A, condition is indicated by the master by
keeping the DDC_SDA signal high just before it asserts the stop, P, condition. This sequence terminates a read
cycle as shown in Figure 19.
The slave address consists of 7 bits of address along with 1 bit of read/write information as shown below in
Figures 18, 19, and 20. For the TFP503, the possible slave addresses (including the R/W bit) are 0x74, 0x76
for write cycles and 0x75 and 0x77 for read cycles. Refer to the register map section for additional base address
information.
In order to minimize the number of bits that must be transferred for the link integrity check, a second read format
is supported. This format, shown in Figure 20, has an implicit subaddress equal to 0x08, the starting location
of R
i
’.
Data
S
Slave Address
Sub Address
A
W
P
From Transmitter
From Receiver
W Write
A Acknowledge
S Start Condition
P Stop Condition
A
A
Data
A
Figure 18. I
2
C Write Cycle