24AA65/24LC65/24C65
DS21073K-page 4 © 2008 Microchip Technology Inc.
TABLE 1-2: AC CHARACTERISTICS
FIGURE 1-2: BUS TIMING DATA
Parameter Symbol
V
CC = 1.8V-6.0V
STD. Mode
VCC = 4.5-6.0V
FAST Mode
Units Remarks
Min Max Min Max
Clock frequency F
CLK —100 400kHz
Clock high time THIGH 4000 600 ns
Clock low time T
LOW 4700 1300 ns
SDA and SCL rise time TR 1000 300 ns (Note 1)
SDA and SCL fall time TF 300 300 ns (Note 1)
Start condition setup time T
HD:STA 4000 600 ns After this period the first
clock pulse is generated
Start condition setup time T
SU:STA 4700 600 ns Only relevant for
repeated Start condition
Data input hold time T
HD:DAT 0— 0 ns
Data input setup time TSU:DAT 250 100 ns
Stop condition setup time T
SU:STO 4000 600 ns
Output valid from clock T
AA 3500 900 ns (Note 2)
Bus free time TBUF 4700 1300 ns Time the bus must be
free before a new
transmission can start
Output fall time from V
IH min to
V
IL max
T
OF 250 20 + 0.1
C
B
250 ns (Note 1), CB 100 pF
Input filter spike suppression
(SDA and SCL pins)
T
SP 50 50 ns (Note 3)
Write cycle time T
WR 5 5 ms/page (Note 4)
Endurance
High Endurance Block
Rest of Array
10M
1M
10M
1M
cycles 25°C, (Note 5)
Note 1: Not 100 percent tested. C
B = total capacitance of one bus line in pF.
2: As a transmitter, the device must provide an internal minimum delay time to bridge the undefined region
(minimum 300 ns) of the falling edge of SCL to avoid unintended generation of Start or Stop conditions.
3: The combined T
SP and VHYS specifications are due to new Schmitt Trigger inputs which provide improved
noise and spike suppression. This eliminates the need for a Ti specification for standard operation.
4: The times shown are for a single page of 8 bytes. Multiply by the number of pages loaded into the write
cache for total time.
5: This parameter is not tested but ensured by characterization. For endurance estimates in a specific
application, please consult the Total Endurance™ Model which can be downloaded at www.microchip.com.
SCL
SDA
IN
SDA
OUT
T
SU:STA
TSP
TAA
TF
TLOW
THIGH
THD:STA
THD:DAT
TSU:DAT
TSU:STO
TBUF
TAA
TR
© 2008 Microchip Technology Inc. DS21073K-page 5
24AA65/24LC65/24C65
2.0 FUNCTIONAL DESCRIPTION
The 24XX65 supports a bidirectional two-wire bus and
data transmission protocol. A device that sends data
onto the bus is defined as transmitter, and a device
receiving data as receiver. The bus must be controlled
by a master device which generates the serial clock
(SCL), controls the bus access and generates the Start
and Stop conditions, while the 24XX65 works as slave.
Both master and slave can operate as transmitter or
receiver, but the master device determines which mode
is activated.
3.0 BUS CHARACTERISTICS
The following bus protocol has been defined:
Data transfer may be initiated only when the bus
is not busy.
During data transfer, the data line must remain
stable whenever the clock line is high. Changes in
the data line while the clock line is high will be
interpreted as a Start or Stop condition.
Accordingly, the following bus conditions have been
defined (Figure 3-1).
3.1 Bus not Busy (A)
Both data and clock lines remain high.
3.2 Start Data Transfer (B)
A high-to-low transition of the SDA line while the clock
(SCL) is high determines a Start condition. All
commands must be preceded by a Start condition.
3.3 Stop Data Transfer (C)
A low-to-high transition of the SDA line while the clock
(SCL) is high determines a Stop condition. All
operations must be ended with a Stop condition.
3.4 Data Valid (D)
The state of the data line represents valid data when,
after a Start condition, the data line is stable for the
duration of the high period of the clock signal.
The data on the line must be changed during the low
period of the clock signal. There is one clock pulse per
bit of data.
Each data transfer is initiated with a Start condition and
terminated with a Stop condition. The number of the
data bytes transferred between the Start and Stop
conditions is determined by the master device.
3.5 Acknowledge
Each receiving device, when addressed, is obliged to
generate an acknowledge after the reception of each
byte. The master device must generate an extra clock
pulse which is associated with this Acknowledge bit.
A device that acknowledges must pull down the SDA
line during the Acknowledge clock pulse in such a way
that the SDA line is stable low during the high period of
the acknowledge related clock pulse. Of course, setup
and hold times must be taken into account. During
reads, a master must signal an end of data to the slave
by NOT generating an Acknowledge bit on the last byte
that has been clocked out of the slave. In this case, the
slave (24XX65) must leave the data line high to enable
the master to generate the Stop condition.
FIGURE 3-1: DATA TRANSFER SEQUENCE ON THE SERIAL BUS
Note: The 24XX65 does not generate any
Acknowledge bits if an internal program-
ming cycle is in progress.
SCL
SDA
(A) (B) (D) (D) (A)(C)
Start
Condition
Address or
Acknowledge
Valid
Data
Allowed
To Change
Stop
Condition
24AA65/24LC65/24C65
DS21073K-page 6 © 2008 Microchip Technology Inc.
3.6 Device Addressing
A control byte is the first byte received following the
Start condition from the master device. The control byte
consists of a four-bit control code, for the 24XX65 this
is set as ‘1010’ binary for read and write operations.
The next three bits of the control byte are the device
select bits (A2, A1, A0). They are used by the master
device to select which of the eight devices are to be
accessed. These bits are in effect the three Most
Significant bits of the word address. The last bit of the
control byte defines the operation to be performed.
When set to a one a read operation is selected, when
set to a zero a write operation is selected. The next two
bytes received define the address of the first data byte
(Figure 4-1). Because only A12..A0 are used, the
upper three address bits must be zeros. The Most
Significant bit of the Most Significant Byte is transferred
first. Following the Start condition, the 24XX65
monitors the SDA bus checking the device type
identifier being transmitted. Upon receiving a ‘1010
code and appropriate device select bits, the slave
device (24XX65) outputs an Acknowledge signal on the
SDA line. Depending upon the state of the R/W
bit, the
24XX65 will select a read or write operation.
FIGURE 3-2: CONTROL BYTE
ALLOCATION
4.0 WRITE OPERATION
4.1 Byte Write
Following the Start condition from the master, the con-
trol code (four bits), the device select (three bits), and
the R/W bit which is a logic low, is placed onto the bus
by the master transmitter. This indicates to the
addressed slave receiver (24XX65) that a byte with a
word address will follow after it has generated an
Acknowledge bit during the ninth clock cycle. There-
fore, the next byte transmitted by the master is the
high-order byte of the word address and will be written
into the Address Pointer of the 24XX65. The next byte
is the Least Significant Address Byte. After receiving
another Acknowledge signal from the 24XX65, the
master device will transmit the data word to be written
into the addressed memory location. The 24XX65
acknowledges again and the master generates a Stop
condition. This initiates the internal write cycle, and
during this time the 24XX65 will not generate
Acknowledge signals (Figure 4-1).
4.2 Page Write
The write control byte, word address and the first data
byte are transmitted to the 24XX65 in the same way as
in a byte write. But instead of generating a Stop
condition, the master transmits up to eight pages of
eight data bytes each (64 bytes total), which are
temporarily stored in the on-chip page cache of the
24XX65. They will be written from the cache into the
EEPROM array after the master has transmitted a Stop
condition. After the receipt of each word, the six lower
order Address Pointer bits are internally incremented by
one. The higher order seven bits of the word address
remain constant. If the master should transmit more
than eight bytes prior to generating the Stop condition
(writing across a page boundary), the address counter
(lower three bits) will roll over and the pointer will be
incremented to point to the next line in the cache. This
can continue to occur up to eight times or until the cache
is full, at which time a Stop condition should be
generated by the master. If a Stop condition is not
received, the cache pointer will roll over to the first line
(byte 0) of the cache, and any further data received will
overwrite previously captured data. The Stop condition
can be sent at any time during the transfer. As with the
byte write operation, once the Stop condition is received
an internal write cycle will begin. The 64-byte cache will
continue to capture data until a Stop condition occurs or
the operation is aborted (Figure 4-2).
Operation Control Code Device Select R/W
Read 1010 Device Address 1
Write 1010 Device Address 0
SLAVE ADDRESS
1010A2 A1 A0
R/W A
START READ/WRITE

24LC65/SM

Mfr. #:
Manufacturer:
Microchip Technology
Description:
EEPROM 8kx8 2.5V Smart
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union