English
Language : 

24AA256 Datasheet, PDF (9/12 Pages) Microchip Technology – 256K I 2 C CMOS Serial EEPROM
24AA256/24LC256
8.0 READ OPERATION
Read operations are initiated in the same way as write
operations with the exception that the R/W bit of the
control byte 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 24xx256 contains an address counter that
maintains the address of the last word accessed, inter-
nally incremented by one. Therefore, if the previous
read access was to address n (n is any legal address),
the next current address read operation would access
data from address n + 1.
Upon receipt of the control byte with R/W bit set to one,
the 24xx256 issues an acknowledge and transmits the
8-bit data word. The master will not acknowledge the
transfer but does generate a stop condition and the
24xx256 discontinues transmission (Figure 8-1).
FIGURE 8-1: CURRENT ADDRESS READ
BUS ACTIVITY
MASTER
SDA LINE
BUS ACTIVITY
S
T
A CONTROL
R
BYTE
T
S
1
0
1
0
A
2
AA
10
1
A
C
K
S
DATA
T
BYTE
O
P
P
N
O
A
C
K
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
24xx256 as part of a write operation (R/W bit set to 0).
After the word address is sent, the master generates a
start condition following the acknowledge. This
terminates the write operation, but not before the inter-
nal address pointer is set. Then, the master issues the
control byte again but with the R/W bit set to a one. The
24xx256 will then issue an acknowledge and transmit
the 8-bit data word. The master will not acknowledge
the transfer but does generate a stop condition which
causes the 24xx256 to discontinue transmission
(Figure 8-2). After a random read command, 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
random read except that after the 24xx256 transmits
the first data byte, the master issues an acknowledge
as opposed to the stop condition used in a random
read. This acknowledge directs the 24xx256 to transmit
the next sequentially addressed 8-bit word (Figure 8-
3). Following the final byte transmitted to the master,
the master will NOT generate an acknowledge but will
generate a stop condition. To provide sequential reads,
the 24xx256 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 automati-
cally roll over from address 7FFF to address 0000 if the
master acknowledges the byte received from the array
address 7FFF.
FIGURE 8-2: RANDOM READ
BUS ACTIVITY
MASTER
SDA LINE
BUS ACTIVITY
S
T
A CONTROL
R
BYTE
T
ADDRESS
HIGH BYTE
S
1
0
1
0
A
2
A
1
A
0
0
X
A
A
C
C
K
K
X = Don’t Care Bit
ADDRESS
LOW BYTE
S
T
A
R
CONTROL
BYTE
T
S
1
0
1
0
A
2
A
1
A
0
1
A
A
C
C
K
K
DATA
BYTE
S
T
O
P
P
N
O
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
© 1998 Microchip Technology Inc.
DS21203C-page 9