English
Language : 

24C01C Datasheet, PDF (9/12 Pages) Microchip Technology – 1K 5.0V I 2 C ™ Serial EEPROM
24C01C
8.0 READ OPERATIONS
Read operations are initiated in the same way as write
operations with the exception that the R/W bit of the
slave address is set to one. There are three basic types
of read operations: current address read, random read,
and sequential read.
8.1 Current Address Read
The 24C01C contains an address counter that main-
tains the address of the last word accessed, internally
incremented by one. Therefore, if the previous read
access was to address n, the next current address read
operation would access data from address n + 1. Upon
receipt of the slave address with the R/W bit set to one,
the 24C01C issues an acknowledge and transmits the
eight bit data word. The master will not acknowledge
the transfer but does generate a stop condition and the
24C01C discontinues transmission (Figure 8-1).
8.2 Random Read
Random read operations allow the master to access
any memory location in a random manner. To perform
this type of read operation, first the word address must
be set. This is done by sending the word address to the
24C01C as part of a write operation. After the word
address is sent, the master generates a start condition
following the acknowledge. This terminates the write
operation, but not before the internal address pointer is
set. Then the master issues the control byte again but
with the R/W bit set to a one. The 24C01C will then
issue an acknowledge and transmits the eight bit data
word. The master will not acknowledge the transfer but
does generate a stop condition and the 24C01C dis-
continues transmission (Figure 8-2). After this com-
mand, the internal address counter will point to the
address location following the one that was just read.
8.3 Sequential Read
Sequential reads are initiated in the same way as a ran-
dom read except that after the 24C01C transmits the
first data byte, the master issues an acknowledge as
opposed to a stop condition in a random read. This
directs the 24C01C to transmit the next sequentially
addressed 8-bit word (Figure 8-3).
To provide sequential reads the 24C01C contains an
internal address pointer which is incremented by one at
the completion of each operation. This address pointer
allows the entire memory contents to be serially read
during one operation. The internal address pointer will
automatically roll over from address 7F to address 00.
FIGURE 8-1: CURRENT ADDRESS READ
S
BUS ACTIVITY
MASTER
T
A
R
CONTROL
BYTE
S
T
O
T
P
SDA LINE
S
P
BUS ACTIVITY
A
N
C
DATA
O
K
A
C
K
FIGURE 8-2: RANDOM READ
S
S
BUS ACTIVITY
MASTER
T
A
R
CONTROL
BYTE
WORD
ADDRESS (n)
T
A CONTROL
R
BYTE
S
T
O
T
T
P
S
S
P
SDA LINE
A
A
A
N
C
C
C DATA (n) O
K
K
K
BUS ACTIVITY
A
C
K
FIGURE 8-3: SEQUENTIAL READ
BUS ACTIVITY
MASTER
CONTROL
BYTE
DATA n
SDA LINE
A
C
BUS ACTIVITY
K
DATA n + 1
DATA n + 2
A
A
A
C
C
C
K
K
K
S
T
DATA n + X
O
P
P
N
O
A
C
K
© 1997 Microchip Technology Inc.
Preliminary
DS21201A-page 9