16
FN8232.8
August 12, 2010
Standard Mode Power Switchover
Normal Operating Mode (V
DD
) to Battery Backup Mode
(V
BAT
)
To transition from the V
DD
to V
BAT
mode, both of the
following conditions must be met:
Condition 1:
V
DD
< V
BAT
- V
BATHYS
where V
BATHYS
50mV
Condition 2:
V
DD
< V
TRIP
where V
TRIP
2.2V
Battery Backup Mode (V
BAT
) to Normal Mode (V
DD
)
The ISL12027 device will switch from the V
BAT
to V
DD
mode
when one of the following conditions occurs:
Condition 1:
V
DD
> V
BAT
+ V
BATHYS
where V
BATHYS
50mV
Condition 2:
V
DD
> V
TRIP
+ V
TRIPHYS
where V
TRIPHYS
30mV
There are two discrete situations that are possible when
using Standard Mode: V
BAT
< V
TRIP
and V
BAT
> V
TRIP
.
These two power control situations are illustrated in
Figures 13 and 14.
OPTION 2 -LEGACY POWER CONTROL MODE
(ISL12027 DEFAULT)
The Legacy Mode follows conditions set in X1226 products.
In this mode, switching from V
DD
to V
BAT
is simply done by
comparing the voltages and the device operates from
whichever is the higher voltage. Care should be taken when
changing from Normal to Legacy Mode. If the V
BAT
voltage is
higher than V
DD
, then the device will enter battery back up
and unless the battery is disconnected or the voltage
decreases, the device will no longer operate from V
DD
. If that
is the situation on initial power-up, then I
2
C communication
may not be possible. For these applications, the ISL12027A
should be used.
To select the Option 2, BSW bit in the Power Register must
be set to “BSW = 1”.
Normal Mode (V
DD
) to Battery Backup Mode (V
BAT
)
To transition from the V
DD
to V
BAT
mode, the following
conditions must be met:
V
DD
< V
BAT
- V
BATHYS
Battery Backup Mode (V
BAT
) to Normal Mode (V
DD
)
The device will switch from the V
BAT
to V
DD
mode when the
following condition occurs:
V
DD
> V
BAT
+V
BATHYS
The Legacy Mode power control conditions are illustrated in
Figure 15.
Power On Reset
Application of power to the ISL12027 activates a Power On
Reset Circuit that pulls the RESET
pin active. This signal
provides several benefits.
It prevents the system microprocessor from starting to
operate with insufficient voltage.
It prevents the processor from operating prior to
stabilization of the oscillator.
It allows time for an FPGA to download its configuration
prior to initialization of the circuit.
It prevents communication to the EEPROM, greatly
reducing the likelihood of data corruption on power-up.
When V
DD
exceeds the device V
RESET
threshold value for
typically 250ms the circuit releases RESET
, allowing the
system to begin operation. Recommended slew rate is
between 0.2V/ms and 50V/ms.
NOTE: If the V
BAT
voltage drops below the data sheet
minimum of 1.8V and the V
DD
power cycles to 0V then back
to V
DD
voltage, then the RESET output may stay low and the
I
2
C communications will not operate. The V
BAT
and V
DD
power will need to be cycled to 0V together to allow normal
operation again.
BATTERY BACKUP
MODE
V
DD
2.2V
FIGURE 13. BATTERY SWITCHOVER WHEN V
BAT
< V
TRIP
V
BAT
V
TRIP
1.8V
V
BAT
+ V
BATHYS
V
BAT
- V
BATHYS
FIGURE 14. BATTERY SWITCHOVER WHEN V
BAT
> V
TRIP
V
TRIP
V
BAT
V
TRIP
+ V
TRIPHYS
BATTERY BACKUP
MODE
V
DD
V
TRIP
3.0V
2.2V
V
BAT
IN
VOLTAGE
V
DD
ON
OFF
FIGURE 15. BATTERY SWITCHOVER IN LEGACY MODE
ISL12027, ISL12027A
17
FN8232.8
August 12, 2010
Watchdog Timer Operation
The Watchdog timer timeout period is selectable. By writing
a value to WD1 and WD0, the Watchdog timer can be set to
3 different time out periods or off. When the Watchdog timer
is set to off, the watchdog circuit is configured for low power
operation (see Table 7).
Watchdog Timer Restart
The Watchdog Timer is started by a falling edge of SDA
when the SCL line is high (START condition). The start
signal restarts the watchdog timer counter, resetting the
period of the counter back to the maximum. If another
START fails to be detected prior to the Watchdog timer
expiration, then the RESET
pin becomes active for one reset
time out period. In the event that the start signal occurs
during a reset time out period, the start will have no effect.
When using a single START to refresh Watchdog timer, a
STOP condition should be followed to reset the device back
to stand-by mode.(see Figure 3).
In battery mode, the Watchdog timer function is disabled.
Low Voltage Reset (LVR) Operation
When a power failure occurs, a voltage comparator
compares the level of the V
DD
line versus a preset threshold
voltage (V
RESET
), then generates a RESET pulse if it is
below V
RESET
. The reset pulse will timeout 250ms after the
V
DD
line rises above V
RESET
. If the V
DD
remains below
V
RESET
, then the RESET output will remain asserted low.
Power-up and power-down waveforms are shown in
Figure 4. The LVR circuit is to be designed so the RESET
signal is valid down to V
DD
= 1.0V.
When the LVR signal is active, unless the part has been
switched into the battery mode
, the completion of an
in-progress non-volatile write cycle is unaffected, allowing a
non-volatile write to continue as long as possible (down to
the Reset Valid Voltage). The LVR signal, when active, will
terminate any in-progress communications to the device and
prevents new commands from disrupting any current write
operations. See “I
2
C Communications During Battery
Backup and LVR Operation” on page 24.
In battery mode, the RESET
signal output is asserted LOW
when the VDD voltage supply has dipped below the V
RESET
threshold. The RESET signal output will not return HIGH
until the device is back to VDD mode even if the VDD
voltage is above V
RESET
threshold.
Serial Communication
Interface Conventions
The device supports the I
2
C Protocol.
Clock and Data
Data states on the SDA line can change only during SCL
LOW. SDA state changes during SCL HIGH are reserved for
indicating start and stop conditions. (see Figure 16).
Start Condition
All commands are preceded by the start condition, which is a
HIGH to LOW transition of SDA when SCL is HIGH. The
device continuously monitors the SDA and SCL lines for the
start condition and will not respond to any command until
this condition has been met. (see Figure 17).
Stop Condition
All communications must be terminated by a stop condition,
which is a LOW to HIGH transition of SDA when SCL is
HIGH. The stop condition is also used to place the device
into the Standby power mode after a read sequence. A stop
condition can only be issued after the transmitting device
has released the bus. (see Figure 17).
Acknowledge
Acknowledge is a software convention used to indicate
successful data transfer. The transmitting device, either
master or slave, will release the bus after transmitting 8-bits.
During the ninth clock cycle, the receiver will pull the SDA
line LOW to acknowledge that it received the 8-bits of data.
Refer to Figure 18.
The device will respond with an acknowledge after
recognition of a start condition and if the correct Device
Identifier and Select bits are contained in the Slave Address
Byte. If a write operation is selected, the device will respond
with an acknowledge after the receipt of each subsequent
8-bit word. The device will not acknowledge if the slave
address byte is incorrect.
In the read mode, the device will transmit 8-bits of data,
release the SDA line, then monitor the line for an
acknowledge. If an acknowledge is detected and no stop
condition is generated by the master, the device will continue
to transmit data. The device will terminate further data
transmissions if an acknowledge is not detected. The master
must then issue a stop condition to return the device to
Standby mode and place the device into a known state.
TABLE 7.
WD1 WD0 DURATION
1 1 disabled
1 0 250ms
0 1 750ms
0 0 1.75s
ISL12027, ISL12027A
18
FN8232.8
August 12, 2010
SCL
SDA
DATA STABLE DATA CHANGE DATA STABLE
FIGURE 16. VALID DATA CHANGES ON THE SDA BUS
SCL
SDA
START STOP
FIGURE 17. VALID START AND STOP CONDITIONS
SCL FROM
MASTER
DATA OUTPUT
FROM TRANSMITTER
DATA OUTPUT
FROM RECEIVER
8
1
9
START ACKNOWLEDGE
FIGURE 18. ACKNOWLEDGE RESPONSE FROM RECEIVER
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 19. SLAVE ADDRESS, WORD ADDRESS, AND DATA BYTES (64 BYTE PAGES)
ISL12027, ISL12027A

ISL12027AIB27Z-T

Mfr. #:
Manufacturer:
Renesas / Intersil
Description:
Real Time Clock REAL TIME CLK/CLNDR W/EEPROM 2 63VSET
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union