Technical Note
7/21
BR24T□□□□Series
www.rohm.com 2011.03 - Rev.A
© 2011 ROHM Co., Ltd. All rights reserved.
●I2C BUS communication
○I2C BUS data communication
I2C BUS data communication starts by start condition input, and ends by stop condition input. Data is always 8bit long,
and acknowledge is always required after each b yte. I2C BUS carries out data transmission with plur al devices con nect ed
by 2 communication lines of serial data (SDA) and serial clock (SCL).
Among devices, there are “master” that generates clock and control communication start and end, and “slave” that is
controlled by address peculiar to devices. EEPROM becomes “slave”. And the device that outputs data to bus during
data communication is called “transmitter”, and the device that receives data is called “receiver”.
○Start condition (Start bit recognition)
・Before executing each command, start condition (start bit) where SDA goes from 'HIGH' down to 'LOW' when SCL is
'HIGH' is necessary.
・This IC always detects whether SDA and SCL are in start condition (start bit) or not, therefore, unless this confdition is
satisfied, any command is executed.
○Stop condition (stop bit recongnition)
・Each command can be ended b y SDA rising from 'LOW' to ' HIGH' when stop condition (stop bit), namely, SCL is 'HIGH'
○Acknowledge (ACK) signal
・This acknowledge (ACK) signal is a software rule to show whether data transfer has been made normally or not. In
master and slave, the device (µ-COM at slave address input of write command, read command, and this IC at data
output of read command) at the transmitter (sending) side releas es the bus after output of 8bit data.
・The device (this IC at slave address input of write command, read command, and µ-COM at data output of read
command) at the receiver (receiving) side sets SDA 'LOW' during 9 clock cycles, and outputs ackno wledge signal (ACK
signal) showing that it has received the 8bit data.
・This IC, after recognizing start condition and slave address (8bit), outputs acknowledge signal (ACK signal) 'LOW'.
・Each write action outputs acknowledge signal (ACK signal) 'LOW', at receiving 8bit data (word address and write data).
・Each read action outputs 8bit data (read data), and detects acknowledge signal (ACK signal) 'LOW'. When
acknowledge signal (ACK signal) is detected, and stop condition is not sent from the master (µ-COM) side, this IC
continues data output. When acknowledge signal (ACK signal) is not detected, this IC stops data transfer, and
recognizes stop cindition (stop bit), and ends read action. And this IC gets in status.
○Device addressing
・Output slave address after start condition from master.
・The significant 4 bits of slave address are used for reco gnizing a device type.
The device code of this IC is fixed to '1010' .
・Next slave addresses (A2 A1 A0 --- device addr ess) are for selecting devices, an d plural ones can be used o n a same
bus according to the number of device addresses.
・The most insignificant bit (R/W --- READ / WRITE ) of slave address is used for designating write or read action,
and is as shown belo w.
Setting W/R to 0 ------- write (setting 0 to word address setting of random read)
Setting W/R to 1 ------- read
Type Slave a ddress Maximum number of
Connected buses
BR24T01-W,BR24T02-W 1 0 1 0 A2 A1 A0 R/W
―― 8
BR24T04-W 1 0 1 0 A2 A1 P0 R/W
―― 4
BR24T08-W 1 0 1 0 A2 P1 P0 R/W
―― 2
BR24T16-W 1 0 1 0 P2 P1 P0 R/W
―― 1
BR24T32-W,BR24T64-W,BR24T128-W,
BR24T256-W,BR24T512-W 1 0 1 0 A2 A1 A0 R/W
―― 8
BR24T1M-W 1 0 1 0 A2 A1 P0 R/W
―― 4
P0~P2 are page select bits.
89 89 89
S P
condition condition
ACK STOPACKDATA DATAADDRES
START R/W ACK
1-7
SDA
SCL 1-7 1-7
Fig.37 Data transfer timing