16
FN6749.1
December 15, 2011
Device Addressing
Following a start condition, the master must output a Slave
Address Byte. The first four bits of the Slave Address Byte
specify access to either the EEPROM array or to the CCR.
Slave bits ‘1010’ access the EEPROM array. Slave bits
‘1101’ access the CCR.
When shipped from the factory, EEPROM array is
UNDEFINED, and should be programmed by the customer
to a known state.
Bit 3 through Bit 1 of the slave byte specify the device select
bits. These are set to ‘111’.
The last bit of the Slave Address Byte defines the operation
to be performed. When this R/W
bit is a one, then a read
operation is selected. A zero selects a write operation (see
Figure 15.)
After loading the entire Slave Address Byte from the SDA bus,
the ISL12024IRTCZ compares the device identifier and device
select bits with ‘1010111’ or ‘1101111’. Upon a correct compare,
the device outputs an acknowledge on the SDA line.
Following the Slave Byte is a two byte word address. The
word address is either supplied by the master device or
obtained from an internal counter. On power-up, the internal
address counter is set to address 0h, so a current address
read of the EEPROM array starts at address 0. When
required, as part of a random read, the master must supply
the 2 Word Address Bytes as shown in Figure 15.
In a random read operation, the slave byte in the “dummy
write” portion must match the slave byte in the “read”
section. That is if the random read is from the array the slave
byte must be 1010111x in both instances. Similarly, for a
random read of the Clock/Control Registers, the slave byte
must be 1101111x in both places.
SLAVE ADDRESS BYTE
BYTE 0
D7 D6 D5 D2D4 D3 D1 D0
A0A7 A2A4 A3 A1
DATA BYTE
BYTE 3
A6 A5
00 0 0 0A80
1
1
0
1
1
0
1
0
1
1
R/W
1
DEVICE IDENTIFIER
ARRAY
CCR
0
WORD ADDRESS 1
BYTE 1
WORD ADDRESS 0
BYTE 2
FIGURE 15. SLAVE ADDRESS, WORD ADDRESS, AND DATA BYTES (16 BYTE PAGES)
ISL12024IRTC
17
FN6749.1
December 15, 2011
Write Operations
Byte Write
For a write operation, the device requires the Slave Address
Byte and the Word Address Bytes. This gives the master
access to any one of the words in the array or CCR.
(Note: Prior to writing to the CCR, the master must write a
02h, then 06h to the status register in two preceding
operations to enable the write operation. See “Writing to the
Clock/Control Registers” on page 12). Upon receipt of each
address byte, the ISL12024IRTCZ responds with an
acknowledge. After receiving both address bytes the
ISL12024IRTCZ awaits the 8 bits of data. After receiving the
8 data bits, the ISL12024IRTCZ again responds with an
acknowledge. The master then terminates the transfer by
generating a stop condition. The ISL12024IRTCZ then
begins an internal write cycle of the data to the nonvolatile
memory. During the internal write cycle, the device inputs
are disabled, so the device will not respond to any requests
from the master. The SDA output is at high impedance. (See
Figure 16).
A write to a protected block of memory is ignored, but will still
receive an acknowledge. At the end of the write command,
the ISL12024IRTCZ will not initiate an internal write cycle,
and will continue to ACK commands.
Byte writes to all of the non-volatile registers are allowed,
except the DWAn registers which require multiple byte writes
or page writes to trigger non-volatile writes. See “Device
Operation” on page 12 for more information.
Page Write
The ISL12024IRTCZ has a page write operation. It is
initiated in the same manner as the byte write operation; but
instead of terminating the write cycle after the first data byte
is transferred, the master can transmit up to 15 more bytes
to the memory array and up to 7 more bytes to the
clock/control registers. The RTC registers require a page
write (8 bytes), individual register writes are not allowed.
(Note: Prior to writing to the CCR, the master must write a
02h, then 06h to the status register in two preceding
operations to enable the write operation. See “Writing to the
Clock/Control Registers” on page 12.)
After the receipt of each byte, the ISL12024IRTCZ responds
with an acknowledge, and the address is internally
incremented by one. The address pointer remains at the last
address byte written. When the counter reaches the end of
the page, it “rolls over” and goes back to the first address on
the same page. This means that the master can write 16
bytes to a memory array page or 8 bytes to a CCR section
starting at any location on that page. For example, if the
master begins writing at location 10 of the memory and loads
15 bytes, then the first 6 bytes are written to addresses 10
through 15, and the last 6 bytes are written to columns 0
through 5. Afterwards, the address counter would point to
location 6 on the page that was just written. If the master
supplies more than the maximum bytes in a page, then the
previously loaded data is over-written by the new data, one
byte at a time (see Figure 17). The master terminates the
Data Byte loading by issuing a stop condition, which causes
the ISL12024IRTCZ to begin the non-volatile write cycle. As
with the byte write operation, all inputs are disabled until
completion of the internal write cycle. See Figure 18 for the
address, acknowledge and data transfer sequence.
Stops and Write Modes
Stop conditions that terminate write operations must be sent
by the master after sending at least 1 full data byte and its
associated ACK signal. If a stop is issued in the middle of a
data byte, or before 1 full data byte + ACK is sent, then the
ISL12024IRTCZ resets itself without performing the write.
The contents of the array are not affected.
S
T
A
R
T
S
T
O
P
SLAVE
ADDRESS
WORD
ADDRESS 1
DATA
A
C
K
A
C
K
A
C
K
SDA BUS
SIGNALS FROM
THE SLAVE
SIGNALS FROM
THE MASTER
0
A
C
K
WORD
ADDRESS 0
1111
0000000
FIGURE 16. BYTE WRITE SEQUENCE
ISL12024IRTC
18
FN6749.1
December 15, 2011
Acknowledge Polling
Disabling of the inputs during non-volatile write cycles can
be used to take advantage of the 12ms (typ) write cycle time.
Once the stop condition is issued to indicate the end of the
master’s byte load operation, the ISL12024IRTCZ initiates
the internal non-volatile write cycle. Acknowledge polling can
begin immediately. To do this, the master issues a start
condition followed by the Memory Array Slave Address Byte
for a write or read operation (AEh or AFh). If the
ISL12024IRTCZ is still busy with the non-volatile write cycle
then no ACK will be returned. When the ISL12024IRTCZ has
completed the write operation, an ACK is returned and the
host can proceed with the read or write operation. See the
flow chart in Figure 20. Note: Do not use the CCR Slave byte
(DEh or DFh) for Acknowledge Polling.
Read Operations
There are three basic read operations: Current Address
Read, Random Read and Sequential Read.
CURRENT ADDRESS READ
Internally the ISL12024IRTCZ contains an address counter
that maintains the address of the last word read incremented
by one. Therefore, if the last read was to address n, the next
read operation would access data from address n + 1. On
power-up, the 16-bit address is initialized to 00h. In this way,
a current address read immediately after the power-on reset
can download the entire contents of memory starting at the
first location. Upon receipt of the Slave Address Byte with
the R/W
bit set to one, the ISL12024IRTCZ issues an
acknowledge, then transmits 8 data bits. The master
terminates the read operation by not responding with an
acknowledge during the ninth clock and issuing a stop
condition. See Figure 19 for the address, acknowledge, and
data transfer sequence.
ADDRESS
ADDRESS
10
6 BYTES
15
6 BYTES
ADDRESS = 5
ADDRESS POINTER ENDS
FIGURE 17. WRITING 12 BYTES TO A 16-BYTE MEMORY PAGE STARTING AT ADDRESS 10
AT ADDR = 5
WORD
ADDRESS 0
S
T
A
R
T
S
T
O
P
SLAVE
ADDRESS
WORD
ADDRESS 1
DATA
(n)
A
C
K
A
C
K
A
C
K
SDA BUS
SIGNALS FROM
THE SLAVE
SIGNALS FROM
THE MASTER
0
DATA
(1)
A
C
K
1 n 16 for EEPROM array
1 n 8 for CCR
1111
0000000
FIGURE 18. PAGE WRITE SEQUENCE
S
T
A
R
T
S
T
O
P
SLAVE
ADDRESS
DATA
A
C
K
SDA BUS
SIGNALS FROM
THE SLAVE
SIGNALS FROM
THE MASTER
11111
FIGURE 19. CURRENT ADDRESS READ SEQUENCE
ISL12024IRTC

ISL12024IRTCZ

Mfr. #:
Manufacturer:
Renesas / Intersil
Description:
Real Time Clock RTC OUTPUT PROGRAM TO 32KHZ W/EEPROM 8
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet