25AA02E48/25AA02E64
DS20002123F-page 4 2008-2016 Microchip Technology Inc.
TABLE 1-3: AC TEST CONDITIONS
15 TDIS Output Disable Time 40 ns 4.5V VCC 5.5V (Note 1)
—80ns2.5V V
CC 4.5V (Note 1)
160 ns 1.8V V
CC 2.5V (Note 1)
16 T
HS HOLD Setup Time 20 ns 4.5V VCC 5.5V
40 ns 2.5V V
CC 4.5V
80 ns 1.8V V
CC 2.5V
17 T
HH HOLD Hold Time 20 ns 4.5V VCC 5.5V
40 ns 2.5V V
CC 4.5V
80 ns 1.8V V
CC 2.5V
18 T
HZ HOLD Low to Output
High-Z
30 ns 4.5V VCC 5.5V (Note 1)
60 ns 2.5V V
CC 4.5V (Note 1)
160 ns 1.8V V
CC 2.5V (Note 1)
19 T
HV HOLD High to Output
Valid
30 ns 4.5V VCC 5.5V
60 ns 2.5V V
CC 4.5V
160 ns 1.8V V
CC 2.5V
20 T
WC Internal Write Cycle Time
(byte or page)
—5msNote 2
21 Endurance 1M E/W
cycles
25°C, VCC = 5.5V (Note 3)
TABLE 1-2: AC CHARACTERISTICS (CONTINUED)
AC CHARACTERISTICS Industrial (I): TA = -40°C to +85°C VCC = 1.8V to 5.5V
Param.
No.
Symbol Characteristic Min. Max. Units Test Conditions
Note 1: This parameter is periodically sampled and not 100% tested.
2: T
WC begins on the rising edge of CS after a valid write sequence and ends when the internal write cycle
is complete.
3: 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 obtained from Microchip’s website
at www.microchip.com.
AC Waveform
VLO = 0.2V
V
HI = VCC - 0.2V Note 1
V
HI = 4.0V Note 2
CL = 100 pF
Timing Measurement Reference Level
Input 0.5 V
CC
Output 0.5 VCC
Note 1: For VCC 4.0V
2: For V
CC 4.0V
2008-2016 Microchip Technology Inc. DS20002123F-page 5
25AA02E48/25AA02E64
FIGURE 1-1: HOLD TIMING
FIGURE 1-2: SERIAL INPUT TIMING
FIGURE 1-3: SERIAL OUTPUT TIMING
CS
SCK
SO
SI
HOLD
17
16
16
17
19
18
Don’t Care
5
High-Impedance
n + 2 n + 1 n n - 1
n
n + 2 n + 1 n
n
n - 1
CS
SCK
SI
SO
65
8
7
11
3
LSB In
MSB In
High-Impedance
12
Mode 1,1
Mode 0,0
2
4
CS
SCK
SO
10
9
13
MSB Out
ISB Out
3
15
Don’t Care
SI
Mode 1,1
Mode 0,0
14
25AA02E48/25AA02E64
DS20002123F-page 6 2008-2016 Microchip Technology Inc.
2.0 FUNCTIONAL DESCRIPTION
2.1 Principles of Operation
The 25AA02EXX is a 256-byte Serial EEPROM
designed to interface directly with the Serial Peripheral
Interface (SPI) port of many of today’s popular
microcontroller families, including Microchip’s PIC
®
microcontrollers. It may also interface with
microcontrollers that do not have a built-in SPI port by
using discrete I/O lines programmed properly in
software to match the SPI protocol.
The 25AA02EXX contains an 8-bit instruction register.
The device is accessed via the SI pin, with data being
clocked in on the rising edge of SCK. The CS
pin must
be low and the HOLD
pin must be high for the entire
operation.
Table 2-1 contains a list of the possible instruction
bytes and format for device operation. All instructions,
addresses, and data are transferred MSb first, LSb last.
Data (SI) is sampled on the first rising edge of SCK
after CS
goes low. If the clock line is shared with other
peripheral devices on the SPI bus, the user can assert
the HOLD
input and place the 25AA02EXX in ‘HOLD’
mode. After releasing the HOLD
pin, operation will
resume from the point when the HOLD
was asserted.
2.2 Read Sequence
The device is selected by pulling CS low. The 8-bit
READ instruction is transmitted to the 25AA02EXX
followed by an 8-bit address. See Figure 2-1 for more
details.
After the correct READ instruction and address are sent,
the data stored in the memory at the selected address
is shifted out on the SO pin. Data stored in the memory
at the next address can be read sequentially by
continuing to provide clock pulses to the slave. The
internal Address Pointer automatically increments to
the next higher address after each byte of data is
shifted out. When the highest address is reached
(FFh), the address counter rolls over to address 00h
allowing the read cycle to be continued indefinitely. The
read operation is terminated by raising the CS
pin
(Figure 2-1).
2.3 Write Sequence
Prior to any attempt to write data to the 25AA02EXX,
the write enable latch must be set by issuing the WREN
instruction (Figure 2-4). This is done by setting CS
low
and then clocking out the proper instruction into the
25AA02EXX. After all eight bits of the instruction are
transmitted, CS
must be driven high to set the write
enable latch. If the write operation is initiated
immediately after the WREN instruction without CS
driven high, data will not be written to the array since
the write enable latch was not properly set.
After setting the write enable latch, the user may
proceed by driving CS
low, issuing a WRITE instruction,
followed by the remainder of the address, and then the
data to be written. Up to 16 bytes of data can be sent to
the device before a write cycle is necessary. The only
restriction is that all of the bytes must reside in the
same page. Additionally, a page address begins with
XXXX 0000 and ends with XXXX 1111. If the internal
address counter reaches XXXX 1111 and clock signals
continue to be applied to the chip, the address counter
will roll back to the first address of the page and
over-write any data that previously existed in those
locations.
For the data to be actually written to the array, the CS
must be brought high after the Least Significant bit (D0)
of the n
th
data byte has been clocked in. If CS is driven
high at any other time, the write operation will not be
completed. Refer to Figure 2-2 and Figure 2-3 for more
detailed illustrations on the byte write sequence and
the page write sequence, respectively. While the write
is in progress, the STATUS register may be read to
check the status of the WIP, WEL, BP1 and BP0 bits
(Figure 2-6). Attempting to read a memory array
location will not be possible during a write cycle. Polling
the WIP bit in the STATUS register is recommended in
order to determine if a write cycle is in progress. When
the write cycle is completed, the write enable latch is
reset.
Note: Page write operations are limited to
writing bytes within a single physical page,
regardless of the number of bytes
actually being written. Physical page
boundaries start at addresses that are
integer multiples of the page buffer size
(or ‘page size’) and, end at addresses that
are integer multiples of page size – 1. If a
Page Write command attempts to write
across a physical page boundary, the
result is that the data wraps around to the
beginning of the current page (overwriting
data previously stored there), instead of
being written to the next page as might be
expected. It is, therefore, necessary for
the application software to prevent page
write operations that would attempt to
cross a page boundary.

25AA02E48T-I/SN

Mfr. #:
Manufacturer:
Microchip Technology
Description:
EEPROM 2K, 256x8, 1.8V MAC Addressable
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union