User's Manual

Table Of Contents
IIC-BUS INTERFACE S3C2450X RISC MICROPROCESSOR
18-4
1.3 DATA TRANSFER FORMAT
Every byte placed on the SDA line should be eight bits in length. The bytes can be unlimitedly transmitted per
transfer. The first byte following a Start condition should have the address field. The address field can be
transmitted by the master when the IIC-bus is operating in Master mode. Each byte should be followed by an
acknowledgement (ACK) bit. The MSB bit of the serial data and addresses are always sent first.
NOTES:
1. S: Start, rS: Repeat Start, P: Stop, A: Acknowledge
2. : From Master to Slave, : From Slave to Master
Write Mode Format with 7-bit Addresses
"0"
(Write)
Data Transferred
(Data + Acknowledge)
S Slave Address 7bits R/W A PDATA(1Byte) A
Read Mode Format with 7-bit Addresses
"1"
(Read)
Data Transferred
(Data + Acknowledge)
S Slave Address 7 bits R/W A PDATA A
Figure 18-3. IIC-Bus Interface Data Format