
R2023K/T
The second method to reading data from the internal register is to start reading immediately after writing to the
Internal Address Pointer and the Transmission Format Register. Although this method is not based on I
2
C-Bus
standard in a strict sense it still effective to shorten read time to ease load to the master. Set 4h to the transmission
format register when this method used.
Example 2 of data read (when data is read from internal addresses Eh to 1h)
27
1
S
A
A
Data
/A P
Master to slave
Slave to Master
S
Start Condition
A
A
/A
Acknowledge Signal
Address
Pointer
←
Eh
0 1
1
0 0
0
1
Transmission
Format
Register
←
4h
1
0
A
Slave Address
←
(0110010)
1
0
0 0
0
1
A
Data
A
Data
Reading of data from
the internal address Eh
R/W=0(Write)
P
Stop Condition
Data
Reading of data from
the internal address Fh
Reading of data from
the internal address 0h
Reading of data from
the internal address 1h
The third method to reading data from the internal register is to start reading immediately after writing to the Slave
Address and R/W bit. Since the Internal Address Pointer is set to Fh by default as described in the first method,
this method is only effective when reading is started from the Internal Address Fh.
Example 3 of data read (when data is read from internal addresses Fh to 3h)
S
A
A
Data
/A
P
Master to slave
Slave to master
S
Start Condition
A
A
/A
Acknowledge Signal
1
0
A
Slave Address
←
(0110010)
1
0
0 1
0
1
A
Data
A
Data
R/W=1(Read)
P
Stop Condition
Data
Data
Reading of data from
the Internal Address Fh
Reading of data from
the Internal Address 0h
Reading of data from
the Internal Address 1h
Reading of data from
the Internal Address 2h
Reading of data from
the Internal Address 3h