10
FN8114.2
August 25, 2008
FIGURE 6. V
TRIPX
SET/RESET SEQUENCE (X = 1, 2, 3)
V
TRIPX
PROGRAMMING
APPLY V
CC
AND VOLTAGE
DECREASE
V
X
ACTUAL
V
TRIPX -
DESIRED
V
TRIPX
DONE
SET HIGHER V
X
SEQUENCE
ERROR < MDE
| ERROR | < | MDE |
YES
NO
ERROR > MDE
+
> DESIRED V
TRIPX
TO
V
X
DESIRED
PRESENT VALUE
V
TRIPX
<
EXECUTE
NO
YES
EXECUTE
V
TRIPX
RESET SEQUENCE
SET V
X
= DESIRED V
TRIPX
NEW V
X
APPLIED =
OLD V
X
APPLIED + | ERROR |
NEW V
X
APPLIED =
OLD V
X
APPLIED - | ERROR |
EXECUTE RESET V
TRIPX
SEQUENCE
OUTPUT SWITCHES?
NOTE: X = 1, 2, 3
LET: MDE = MAXIMUM DESIRED ERROR
VX = V
CC
, VXMON
MDE
+
DESIRED VALUE
MDE
ACCEPTABLE
ERROR RANGE
ERROR = ACTUAL - DESIRED
X40030, X40031, X40034, X40035
11
FN8114.2
August 25, 2008
WEL: Write Enable Latch (Volatile)
The WEL bit controls the access to the memory and to the
Register during a write operation. This bit is a volatile latch
that powers up in the LOW (disabled) state. While the WEL
bit is LOW, writes to any address, including any control
registers will be ignored (no acknowledge will be issued after
the Data Byte). The WEL bit is set by writing a “1” to the
WEL bit and zeroes to the other bits of the control register.
Once set, WEL remains set until either it is reset to 0 (by
writing a “0” to the WEL bit and zeroes to the other bits of the
control register) or until the part powers up again. Writes to
the WEL bit do not cause a high voltage write cycle, so the
device is ready for the next operation immediately after the
stop condition.
PUP1, PUP0: Power-Up Bits (Nonvolatile)
The Power-up bits, PUP1 and PUP0, determine the t
PURST
time delay. The nominal power-up times are shown in Table 2.
WD1, WD0: Watchdog Timer Bits (Nonvolatile)
The bits WD1 and WD0 control the period of the Watchdog
Timer. The options are shown in Table 3.
Writing to the Control Registers
Changing any of the nonvolatile bits of the control and trickle
registers requires the following steps:
Write a 02H to the Control Register to set the Write Enable
Latch (WEL). This is a volatile operation, so there is no
delay after the write (operation preceded by a start and
ended with a stop).
Write a 06H to the Control Register to set the Register
Write Enable Latch (RWEL) and the WEL bit. This is also
a volatile cycle. The zeros in the data byte are required
(operation proceeded by a start and ended with a stop).
Write one byte value to the Control Register that has all
the control bits set to the desired state. The Control
register can be represented as qxys 001r in binary, where
xy are the WD bits, s is the BP bit and qr are the power-up
bits. This operation proceeded by a start and ended with a
stop bit. Since this is a nonvolatile write cycle it will take up
to 10ms (max.) to complete. The RWEL bit is reset by this
cycle and the sequence must be repeated to change the
nonvolatile bits again. If bit 2 is set to ‘1’ in this third step
(qxys 011r) then the RWEL bit is set, but the WD1, WD0,
PUP1, PUP0, and BP bits remain unchanged. Writing a
second byte to the control register is not allowed. Doing so
aborts the write operation and returns a NACK.
A read operation occurring between any of the previous
operations will not interrupt the register write operation.
The RWEL bit cannot be reset without writing to the
nonvolatile control bits in the control register, or power
cycling the device or attempting a write to a write
protected block.
To illustrate, a sequence of writes to the device consisting of
[02H, 06H, 02H] will reset all of the nonvolatile bits in the
Control Register to 0. A sequence of [02H, 06H, 06H] will
leave the nonvolatile bits unchanged and the RWEL bit
remains set.
Note: t
PURST
is set to 200ms as factory default. Watchdog
Timer bits are shipped disabled.
Fault Detection Register (FDR)
The Fault Detection Register provides the user the status of
what causes the system reset active. The Manual Reset
Fail, Watchdog Timer Fail and Three Low Voltage Fail bits
are volatile.
The FDR is accessed with a special preamble in the slave
byte (1011) and is located at address 0FFh. It can only be
modified by performing a byte write operation directly to the
address of the register and only one data byte is allowed for
each register write operation.
There is no need to set the WEL or RWEL in the control
register to access this FDR.
At power-up, the FDR is defaulted to all “0”. The system
needs to initialize this register to all “1” before the actual
monitoring can take place. In the event of any one of the
monitored sources fail, the corresponding bit in the register
will change from a “1” to a “0” to indicate the failure. At this
moment, the system should perform a read to the register
and note the cause of the reset. After reading the register,
the system should reset the register back to all “1” again.
The state of the FDR can be read at any time by performing
a random read at address 0FFh, using the special preamble.
The FDR can be read by performing a random read at 0FFh
address of the register at any time. Only one byte of data is
read by the register read operation.
TABLE 2. NOMINAL POWER-UP TIMES
PUP1 PUP0 POWER-ON RESET DELAY (t
PURST
)
0 0 50ms
0 1 200ms (factory setting)
1 0 400ms
1 1 800ms
TABLE 3. WATCHDOG TIMER OPTIONS
WD1 WD0 WATCHDOG TIME OUT PERIOD
0 0 1.4s
0 1 200ms
1 0 25ms
1 1 Disabled (factory setting)
7 6543210
LV1F LV2F LV3F WDF MRF 0 0 0
X40030, X40031, X40034, X40035
12
FN8114.2
August 25, 2008
MRF: Manual Reset Fail Bit (Volatile)
The MRF bit will be set to “0” when Manual Reset input goes
active.
WDF: Watchdog Timer Fail Bit (Volatile)
The WDF bit will be set to “0” when the WDO goes active.
LV1F: Low V
CC
Reset Fail Bit (Volatile)
The LV1F bit will be set to “0” when V
CC
(V1MON) falls
below V
TRIP1
.
LV2F: Low V2MON Reset Fail Bit (Volatile)
The LV2F bit will be set to “0” when V2MON falls below
V
TRIP2
.
LV3F: Low V3MON Reset Fail Bit (Volatile)
The LV3F bit will be set to “0” when the V3MON falls below
V
TRIP3
.
Serial Interface
Interface Conventions
The device supports a bidirectional bus oriented protocol. The
protocol defines any device that sends data onto the bus as a
transmitter, and the receiving device as the receiver. The
device controlling the transfer is called the master and the
device being controlled is called the slave. The master always
initiates data transfers, and provides the clock for both
transmit and receive operations. Therefore, the devices in this
family operate as slaves in all applications.
Serial 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 7.
Serial 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 8.
Serial 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 8.
Serial 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.
See Figure 9.
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 acknowledge all incoming data
and address bytes, except for the Slave Address Byte when
the Device Identifier and/or Select bits are incorrect.
.
SCL
SDA
DATA STABLE DATA CHANGE DATA STABLE
FIGURE 7. VALID DATA CHANGES ON THE SDA BUS
SCL
SDA
START STOP
FIGURE 8. VALID START AND STOP CONDITIONS
X40030, X40031, X40034, X40035

X40035V14-CT1

Mfr. #:
Manufacturer:
Renesas / Intersil
Description:
IC VOLTAGE MONITOR TRPL 14-TSSOP
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union