10
FN9191.2
December 5, 2008
However, there could be some cases in which a highly
capacitive load on the output may cause a difficult start-up
when the dynamic protection is selected. This can be solved
by initiating any power start-up in static mode (DCL = HIGH)
and then switching to the dynamic mode (DCL = LOW) after
a predetermined interval. When in static mode, the OLF bit
goes HIGH when the current clamp limit is reached and
returns LOW when the overload condition is cleared. The
OLF/BCF bit will be LOW at the end of initial power-on soft-
start. In the static mode the output current through the linears
is limited to a 990mA typical.
When a 19.3V line is connected onto a VOUT1 or 2 that has
been set to 13.3V the linear will then enter a back current
limited state. When a back current of greater than 125mA
typical is sensed at the lower FET of the linear for a period
greater that 100µs, the output is disabled for a period of 5ms
and the BCF bit is set. If the 19.3V remains connected, the
output will cycle through the ON = 100µs/OFF = 5ms. The
output will recover when the fault is removed.
Thermal Protection
This IC is protected against overheating. When the junction
temperature exceeds 150°C (typical), the step-up converter
and the linear regulator are shut off and the OTF bit of the
SR is set HIGH. When the junction is cooled down to +130°C
(typical), normal operation is resumed and the OTF bit is
reset LOW.
In over temperature conditions, the OTF flag goes HIGH and
the I
2
C data will be cleared. The user may need to monitor
the I
2
C enable bits and OTF flag continuously and enable
the chip, if I
2
C data is cleared. OTF conditions may also
make the OLF flags go HIGH, when high capacitive loads
are present or self-heating conditions occur at higher loads.
External Output Voltage Selection
When the I
2
C bit VSPEN is set high the output voltage can
be selected by the I
2
C bus. Additionally, the package offers
the pin SELVTOP for independent 13V thru 19V output
voltage selection, when the VSPEN bit is set low. A
summary of the voltage control is given in the Table 1. For
further details refer to the individual registers SR1 and SR3
I
2
C Bus Interface for ISL6423
(Refer to Philips I
2
C Specification, Rev. 2.1)
Data transmission from main microprocessor to the ISL6423
and vice versa takes place through the two wire I
2
C bus
interface, consisting of the two lines SDA and SCL. Both
SDA and SCL are bidirectional lines, connected to a positive
supply voltage via a pull up resistor. (Pull-up resistors to
positive supply voltage must be externally connected). When
the bus is free, both lines are HIGH. The output stages of
ISL6423 will have an open drain/open collector in order to
perform the wired-AND function. Data on the I
2
C bus can be
transferred up to 100kbps in the standard-mode or up to
400kbps in the fast-mode. The level of logic “0” and logic “1”
is dependent of associated value of V
DD
as per electrical
specification table. One clock pulse is generated for each
data bit transferred.
Data Validity
The data on the SDA line must be stable during the HIGH
period of the clock. The HIGH or LOW state of the data line
can only change when the clock signal on the SCL line is
LOW. Refer to Figure 4.
START and STOP Conditions
As shown in Figure 5, START condition is a HIGH to LOW
transition of the SDA line while SCL is HIGH.
The STOP condition is a LOW to HIGH transition on the SDA
line while SCL is HIGH. A STOP condition must be sent
before each START condition.
TABLE 1.
VSPEN VTOP VBOT SELVTOP VOUT (V)
0 x 0 0 13.3
0 x 1 0 14.3
0 0 x 1 18.3
0 1 x 1 19.3
100x13.3
101x14.3
110x18.3
111x19.3
SDA
SCL
DATA LINE
STABLE
DATA VALID
CHANGE
OF DATA
ALLOWED
FIGURE 4. DATA VALIDITY
SDA
SCL
START
CONDITION
FIGURE 5. START AND STOP WAVEFORMS
STOP
CONDITION
SP
ISL6423
11
FN9191.2
December 5, 2008
Byte Format
Every byte put on the SDA line must be eight bits long. The
number of bytes that can be transmitted per transfer is
unrestricted. Each byte has to be followed by an
acknowledge bit. Data is transferred with the most significant
bit first (MSB).
Acknowledge
The master (microprocessor) puts a resistive HIGH level on
the SDA line during the acknowledge clock pulse (Figure 6).
The peripheral that acknowledges has to pull-down (LOW)
the SDA line during the acknowledge clock pulse, so that the
SDA line is stable LOW during this clock pulse. (Of course,
set-up and hold times must also be taken into account.)
The peripheral which has been addressed has to generate
an acknowledge after the reception of each byte, otherwise
the SDA line remains at the HIGH level during the ninth
clock pulse time. In this case, the master transmitter can
generate the STOP information in order to abort the transfer.
The ISL6423 will not generate the acknowledge if the
POWER OK signal from the UVLO is LOW.
Transmission Without Acknowledge
Avoiding detection of the acknowledgement, the
microprocessor can use a simpler transmission; it waits one
clock without checking the slave acknowledging, and sends
the new data.
This approach, though, is less protected from error and
decreases the noise immunity.
ISL6423 Software Description
Interface Protocol
The interface protocol is comprised of the following, as
shown below in Table 2:
A start condition (S)
A chip address byte (MSB on left; the LSB bit determines
read (1) or write (0) transmission) (the assigned I
2
C slave
address for the ISL6423 is 0001 0XXX)
A sequence of data (1 byte + Acknowledge)
A stop condition (P)
System Register Format
R, W = Read and Write bit
R = Read-only bit
All bits reset to 0 at Power-On
TABLE 6. CONTROL REGISTER (SR4)
Transmitted Data (I
2
C bus WRITE mode)
When the R/W bit in the chip is set to 0, the main
microprocessor can write on the system registers (SR2 thru
SR4) of the ISL6423 via I
2
C bus. These will be written by the
microprocessor as shown below. The spare bits of registers
can be used for other functions.
SDA
SCL
FIGURE 6. ACKNOWLEDGE ON THE I
2
C BUS
1
2
8
9
ACKNOWLEDGE
FROM SLAVE
MSB
START
TABLE 2. INTERFACE PROTOCOL
S00010A1A0R/WACKData (8 bits)ACKP
TABLE 3. STATUS REGISTER (SR1)
R, WR, WR, WRRRRR
SR1H SR1M SR1L OTF CABF OUVF OLF BCF
TABLE 4. TONE REGISTER (SR2)
R, W R, W R, W R, W R, W R, W R, W R, W
SR2H SR2M SR2L ENT MSEL TTH X X
TABLE 5. COMMAND REGISTER (SR3)
R, W R, W R, W R, W R, W R, W R, W R, W
SR3H SR3M SR3L DCL VSPEN X ISELH ISELL
R, W R, W R, W R, W R, W R, W R, W R, W
SR4H SR4M SR4L EN VTOP VBOT
ISL6423
12
FN9191.2
December 5, 2008
TABLE 7. STATUS REGISTER SR1 CONFIGURATION
SR1H SR1M SR1L OTF CABF OUVF OLF BCF FUNCTION
0 0 0 X X X X X SR1 is selected
000XXX0XIout set limit, normal operation
0 0 0 X X X 1 X Iout > static/dynamic limiting mode/power blocks disabled
000XXXX0Iobck set limit, normal operation
0 0 0 X X X X 1 Iobck > dynamic limiting mode/power blocks disabled
0 0 0 X X 0 X X Vin/Vout within specified range
0 0 0 X X 1 X X Vin/Vout is not within specified range
0 0 0 X 0 X X X Cable is connected, Io is > 20mA
0 0 0 X 1 X X X Cable is open, Io < 2mA
0000XXXXT
J
+130°C, normal operation
0001XXXXT
J
> +150°C, power blocks disabled
TABLE 8. TONE REGISTER SR2 CONFIGURATION
SR2H SR2M SR2L ENT MSEL TTH X X FUNCTION
0 0 1 X X X X X SR2 is selected
0 0 1 0 0 X X X Int Tone = 22kHz, modulated by EXTM, T
r
, T
f
= 10µs typical
0 0 1 0 1 X X X Ext 22k modulated input, T
r
, T
f
= 10µs typical
0 0 1 1 0 X X X Int Tone = 22kHz, modulated by ENT bit, T
r
, T
f
= 10µs typical
0 0 1 X X 0 X X TXT = 0; Decoder Rx threshold is set at 200mV maximum
0 0 1 X X 1 X X TXT = 0; Decoder Tx threshold is set at 400mV mininum
NOTE: X indicates “Read Only” and is a “Don’t Care” for the Write mode.
TABLE 9. COMMAND REGISTER SR3 CONFIGURATION
SR3H SR3M SR3L DCL VSPEN X ISELH ISELL FUNCTION
0 1 0 X X X X X SR3 is selected
0 1 0 0 X X 0 0 Iout1 = 275mA maximum
0 1 0 0 X X 0 1 Iout1 = 515mA maximum
0 1 0 0 X X 1 0 Iout1 = 635mA maximum
0 1 0 0 X X 1 1 Iout1 = 800mA maximum
0 1 0 1 X X X X Dynamic current limit NOT selected
0 1 0 0 X X X Dynamic current limit selected
0 1 0 X 0 X X X SELVTOP H/W pin enabled
0 1 0 X 1 X X X SELVTOP H/W pin disabled
NOTE: X indicates “Read Only” and is a “Don’t Care” for the Write mode.
ISL6423

ISL6423ERZ

Mfr. #:
Manufacturer:
Renesas / Intersil
Description:
Switching Controllers NOTCOMENDED FOR NEW DESIGN
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet