CAT25080, CAT25160
www.onsemi.com
4
Table 7. A.C. CHARACTERISTICS – New Product (Rev D)
(T
A
= 40°C to +85°C (Industrial) and T
A
= 40°C to +125°C (Extended), unless otherwise specified.) (Note 9)
Symbol
Parameter
V
CC
= 1.8 V 5.5 V
405C to +855C
V
CC
= 2.5 V 5.5 V
405C to +1255C
V
CC
= 4.5 V 5.5 V
405C to +855C
Units
Min Max Min Max Min Max
f
SCK
Clock Frequency DC 5 DC 10 DC 20 MHz
t
SU
Data Setup Time 20 10 5 ns
t
H
Data Hold Time 20 10 5 ns
t
WH
SCK High Time 75 40 20 ns
t
WL
SCK Low Time 75 40 20 ns
t
LZ
HOLD to Output Low Z 50 25 25 ns
t
RI
(Note 10) Input Rise Time 2 2 2
ms
t
FI
(Note 10) Input Fall Time 2 2 2
ms
t
HD
HOLD Setup Time 0 0 0 ns
t
CD
HOLD Hold Time 10 10 5 ns
t
V
Output Valid from Clock Low 70 35 20 ns
t
HO
Output Hold Time 0 0 0 ns
t
DIS
Output Disable Time 50 20 20 ns
t
HZ
HOLD to Output High Z 100 25 25 ns
t
CS
CS High Time 80 40 20 ns
t
CSS
CS Setup Time 30 30 15 ns
t
CSH
CS Hold Time 30 30 20 ns
t
CNS
CS Inactive Setup Time 20 20 15 ns
t
CNH
CS Inactive Hold Time 20 20 15 ns
t
WPS
WP Setup Time 10 10 10 ns
t
WPH
WP Hold Time 10 10 10 ns
t
WC
(Note 12) Write Cycle Time 5 5 5 ms
Table 8. POWERUP TIMING (Notes 10, 11)
Symbol Parameter Min Max Units
t
PUR
Powerup to Read Operation 0.1 1 ms
t
PUW
Powerup to Write Operation 0.1 1 ms
9. AC Test Conditions:
Input Pulse Voltages: 0.3 V
CC
to 0.7 V
CC
Input rise and fall times: 10 ns
Input and output reference voltages: 0.5 V
CC
Output load: current source I
OL
max
/I
OH
max
; C
L
= 30 pF
10.This parameter is tested initially and after a design or process change that affects the parameter.
11. t
PUR
and t
PUW
are the delays required from the time V
CC
is stable at the operating voltage until the specified operation can be initiated.
12.t
WC
is the time from the rising edge of CS after a valid write sequence to the end of the internal write cycle.
CAT25080, CAT25160
www.onsemi.com
5
Pin Description
SI: The serial data input pin accepts opcodes, addresses
and data. In SPI modes (0,0) and (1,1) input data is latched
on the rising edge of the SCK clock input.
SO: The serial data output pin is used to transfer data out of
the device. In SPI modes (0,0) and (1,1) data is shifted out
on the falling edge of the SCK clock.
SCK: The serial clock input pin accepts the clock provided
by the host and used for synchronizing communication
between host and CAT25080/160.
CS
: The chip select input pin is used to enable/disable the
CAT25080/160. When CS
is high, the SO output is tristated
(high impedance) and the device is in Standby Mode (unless
an internal write operation is in progress). Every
communication session between host and CAT25080/160
must be preceded by a high to low transition and concluded
with a low to high transition of the CS
input.
WP
: The write protect input pin will allow all write
operations to the device when held high. When WP
pin is
tied low and the WPEN bit in the Status Register (refer to
Status Register description, later in this Data Sheet) is set to
“1”, writing to the Status Register is disabled.
HOLD
: The HOLD input pin is used to pause transmission
between host and CAT25080/160, without having to
retransmit the entire sequence at a later time. To pause,
HOLD
must be taken low and to resume it must be taken
back high, with the SCK input low during both transitions.
When not used for pausing, the HOLD input should be tied
to V
CC
, either directly or through a resistor.
Functional Description
The CAT25080/160 devices support the Serial Peripheral
Interface (SPI) bus protocol, modes (0,0) and (1,1). The
device contains an 8bit instruction register. The instruction
set and associated opcodes are listed in Table 9.
Reading data stored in the CAT25080/160 is
accomplished by simply providing the READ command and
an address. Writing to the CAT25080/160, in addition to a
WRITE command, address and data, also requires enabling
the device for writing by first setting certain bits in a Status
Register, as will be explained later.
After a high to low transition on the CS
input pin, the
CAT25080/160 will accept any one of the six instruction
opcodes listed in Table 9 and will ignore all other possible
8bit combinations. The communication protocol follows
the timing from Figure 2.
Table 9. INSTRUCTION SET
Instruction Opcode Operation
WREN 0000 0110 Enable Write Operations
WRDI 0000 0100 Disable Write Operations
RDSR 0000 0101 Read Status Register
WRSR 0000 0001 Write Status Register
READ 0000 0011 Read Data from Memory
WRITE 0000 0010 Write Data to Memory
Figure 2. Synchronous Data Timing
CS
SCK
SI
SO
t
CNH
t
CSS
t
WH
t
WL
t
SU
t
H
HIZ
VALID
IN
VALID
OUT
t
CSH
t
RI
t
FI
t
V
t
V
t
HO
t
CNS
t
CS
HIZ
t
DIS
Status Register
The Status Register, as shown in Table 10, contains a
number of status and control bits.
The RDY
(Ready) bit indicates whether the device is busy
with a write operation. This bit is automatically set to 1 during
an internal write cycle, and reset to 0 when the device is ready
to accept commands. For the host, this bit is read only.
The WEL (Write Enable Latch) bit is set/reset by the
WREN/WRDI commands. When set to 1, the device is in a
Write Enable state and when set to 0, the device is in a Write
Disable state.
The BP0 and BP1 (Block Protect) bits determine which
blocks are currently write protected. They are set by the user
with the WRSR command and are nonvolatile. The user is
allowed to protect a quarter, one half or the entire memory,
by setting these bits according to Table 11. The protected
blocks then become readonly.
CAT25080, CAT25160
www.onsemi.com
6
Table 10. STATUS REGISTER
7 6 5 4 3 2 1 0
WPEN 0 0 0 BP1 BP0 WEL RDY
Table 11. BLOCK PROTECTION BITS
Status Register Bits
Array Address Protected Protection
BP1 BP0
0 0 None No Protection
0 1 25080: 030003FF
25160: 060007FF
Quarter Array Protection
1 0 25080: 020003FF
25160: 040007FF
Half Array Protection
1 1 25080: 000003FF
25160: 000007FF
Full Array Protection
Table 12. WRITE PROTECT CONDITIONS
WPEN WP WEL Protected Blocks Unprotected Blocks Status Register
0 X 0 Protected Protected Protected
0 X 1 Protected Writable Writable
1 Low 0 Protected Protected Protected
1 Low 1 Protected Writable Protected
X High 0 Protected Protected Protected
X High 1 Protected Writable Writable

CAV25080YE-GT3

Mfr. #:
Manufacturer:
ON Semiconductor
Description:
EEPROM 8KB SPI SER CMOS EEPROM
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union