7
FN8127.4
November 12, 2015
SPI Serial Memory
The memory portion of the device is a CMOS serial EEPROM
array with Intersil’s block lock protection. The array is
internally organized as x 8. The device features a Serial
Peripheral Interface (SPI) and software protocol allowing
operation on a simple four-wire bus.
The device utilizes Intersil’s proprietary Direct Write
cell,
providing a minimum endurance of 100,000 cycles and a
minimum data retention of 100 years.
The device is designed to interface directly with the
synchronous Serial Peripheral Interface (SPI) of many
popular microcontroller families.
The device monitors the bus and asserts RESET
output if the
watchdog timer is enabled and there is no bus activity within
the user selectable time out period or the supply voltage falls
below a preset minimum V
TRIP
.
The device contains an 8-bit instruction register. It is
accessed via the SI input, with data being clocked in on the
rising edge of SCK. CS
must be LOW during the entire
operation.
All instructions (Table 1), addresses and data are transferred
MSB first. Data input on the SI line is latched on the first
rising edge of SCK after CS
goes LOW. Data is output on the
SO line by the falling edge of SCK. SCK is static, allowing
the user to stop the clock and then start it again to resume
operations where left off.
Write Enable Latch
The device contains a Write Enable Latch. This latch must
be SET before a Write Operation is initiated. The WREN
instruction will set the latch and the WRDI instruction will
reset the latch (Figure 7). This latch is automatically reset
upon a power-up condition and after the completion of a
valid Write Cycle.
Status Register
The RDSR instruction provides access to the status register.
The status register may be read at any time, even during a
write cycle. The status register is formatted as follows.
Block Lock Memory
Intersil’s block lock memory provides a flexible mechanism to
store and lock system ID and parametric information. There
are seven distinct block lock memory areas within the array
which vary in size from one page to as much as half of the
entire array. These areas and associated address ranges are
block locked by writing the appropriate two byte block lock
instruction to the device as described in Table 1 and Figure 9.
Once a block lock instruction has been completed, that block
lock setup is held in the nonvolatile status register until the
next block lock instruction is issued. The sections of the
memory array that are block locked can be read but not
written until block lock is removed or changed.
Status Register/Block Lock/WDT Byte
765 4 3 210
0 0 0 WD1 WD0 BL2 BL1 BL0
TABLE 1. INSTRUCTION SET AND BLOCK LOCK PROTECTION BYTE DEFINITION
INSTRUCTION FORMAT INSTRUCTION NAME AND OPERATION
0000 0110 WREN: set the write enable latch (write enable operation)
0000 0100 WRDI: reset the write enable latch (write disable operation)
0000 0001 Write status instruction—followed by:
Block lock/WDT byte: (See Figure 1)
000WD
1
WD
2
000 --->no block lock: 00h-00h--->none of the array
000WD
1
WD
2
001 --->block lock Q1: 0000h-00FFh--->lower quadrant (Q1)
000WD
1
WD
2
010 --->block lock Q2: 0100h-01FFh--->Q2
000WD
1
WD
2
011 --->block lock Q3: 0200h-02FFh--->Q3
000WD
1
WD
2
100 --->block lock Q4: 0300h-03FFh--->upper quadrant (Q4)
000WD
1
WD
2
101 --->block lock H1: 0000h-01FFh--->lower half of the array (H1)
000WD
1
WD
2
110 --->block lock P0: 0000h-000Fh--->lower page (P0)
000WD
1
WD
2
111 --->block lock Pn: 03F0h-03FFh--->upper page (PN)
0000 0101 READ STATUS: reads status register & provides write in progress status on SO pin
0000 0010 WRITE: write operation followed by address and data
0000 0011 READ: read operation followed by address
X5083
8
FN8127.4
November 12, 2015
Watchdog Timer
The watchdog timer bits, WD0 and WD1, select the
watchdog time out period. These nonvolatile bits are
programmed with the WRSR instruction. A change to the
Watchdog Timer, either setting a new time out period or
turning it off or on, takes effect, following either the next
command (read or write) or cycling the power to the device.
The recommended procedure for changing the Watch-dog
Timer settings is to do a WREN, followed by a write status
register command. Then execute a soft-ware loop to read
the status register until the MSB of the status byte is zero. A
valid alternative is to do a WREN, followed by a write status
register command. Then wait 10ms and do a read status
command.
Read Sequence
When reading from the EEPROM memory array, CS is first
pulled low to select the device. The 8-bit READ instruction is
transmitted to the device, followed by the 16-bit address.
After the READ opcode and address are sent, the data
stored in the memory at the selected address is shifted out
on the SO line. The data stored in memory at the next
address can be read sequentially by continuing to provide
clock pulses. The address is automatically incremented to
the next higher address after each byte of data is shifted out.
When the highest address is reached, the address counter
rolls over to address $0000 allowing the read cycle to be
continued indefinitely. The read operation is terminated by
taking CS
high. Refer to the read EEPROM array sequence
(Figure 5).
To read the status register, the CS
line is first pulled low to
select the device followed by the 8-bit RDSR instruction.
After the RDSR opcode is sent, the contents of the status
register are shifted out on the SO line. Refer to the read status
register sequence (Figure 6).
Write Sequence
Prior to any attempt to write data into the device, the “Write
Enable” Latch (WEL) must first be set by issuing the WREN
instruction (Figure 7). CS
is first taken LOW, then the WREN
instruction is clocked into the device. After all eight bits of the
instruction are transmitted, CS
must then be taken HIGH. If
the user continues the write operation without taking CS
HIGH after issuing the WREN instruction, the write operation
will be ignored.
To write data to the EEPROM memory array, the user then
issues the WRITE instruction followed by the 16 bit address
and then the data to be written. Any unused address bits are
specified to be “0s”. The WRITE operation minimally takes
32 clocks. CS
must go low and remain low for the duration of
the operation. If the address counter reaches the end of a
page and the clock continues, the counter will roll back to the
first address of the same page and overwrite any data that
may have been previously written.
For a write operation (byte or page write) to be completed,
CS
can only be brought HIGH after bit 0 of the last data byte
to be written is clocked in. If it is brought HIGH at any other
time, the write operation will not be completed (Figure 8).
To write to the status register, the WRSR instruction is
followed by the data to be written (Figure 9). Data bits 5, 6
and 7 must be “0”.
Read Status Operation
If there is not a nonvolatile write in progress, the read status
instruction returns the block lock setting from the status
register which contains the watchdog timer bits WD1, WD0,
and the block lock bits IDL2-IDL0 (Figure 6). The block lock
bits define the block lock condition (Table 1). The watchdog
timer bits set the operation of the watchdog timer (Table 2).
The other bits are reserved and will return ’0’ when read. See
Figure 6.
During an internal nonvolatile write operaiton, the Read
Status Instruction returns a HIGH on SO in the first bit
following the RDSR instruction (the MSB). The remaining
bits in the output status byte are undefined. Repeated Read
Status Instructions return the MSB as a ‘1’ until the
nonvolatile write cycle is complete. When the nonvolatile
write cycle is completed, the RDSR instruction returns a ‘0’
in the MSB position with the remaining bits of the status
register undefined. Subsequent RDSR instructions return
the Status Register Contents. See Figure 10.
RESET Operation
The RESET output is designed to go LOW whenever V
CC
has dropped below the minimum trip point and/or the
watchdog timer has reached its programmable time out limit.
The RESET
output is an open drain output and requires a
pull up resistor.
Operational Notes
The device powers-up in the following state:
The device is in the low power standby state.
A HIGH to LOW transition on CS
is required to enter an
active state and receive an instruction.
SO pin is high impedance.
The write enable latch is reset.
Reset signal is active for t
PURST
.
TABLE 2. WATCHDOG TIMER DEFINITION
STATUS REGISTER BITS
WATCHDOG TIME OUT
(TYPICAL)WD1 WD0
0 0 1.4s
0 1 600ms
1 0 200ms
1 1 disabled (factory default)
X5083
9
FN8127.4
November 12, 2015
Data Protection
The following circuitry has been included to prevent
inadvertent writes:
A WREN instruction must be issued to set the write enable
latch.
•CS must come HIGH at the proper clock count in order to
start a nonvolatile write cycle.
When V
CC
is below V
TRIP
, communications to the device
are inhibited.
0123456789
CS
SCK
SI
SO
High Impedance
Read Instruction
(1 Byte)
Byte Address (2 Byte)
Data Out
1514 3210
20 21 22 23 24 25 26 27 28 29 30
76543210
FIGURE 5. READ OPERATION SEQUENCE
01234567
CS
SCK
SI
SO
Read Status
Instruction
SO = Status Reg When no Nonvolatile
Write Cycle
...
...
...
B
L
2
B
L
1
B
L
0
W
D
0
W
D
1
FIGURE 6. READ STATUS OPERATION SEQUENCE
X5083

X5083S8IZ-2.7AT1

Mfr. #:
Manufacturer:
Renesas / Intersil
Description:
Supervisory Circuits CPU SUP/WDT 8K SPI EE RST LW 2 7-3 6V
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union