LTC1710IS8#TRPBF

4
LTC1710
TYPICAL PERFOR A CE CHARACTERISTICS
UW
TEMPERATURE (°C)
–50
STANDBY CURRENT (µA)
10
100
1710 G01
0
0
50
20
30
40
50
V
CC
= 3.3V
V
CC
= 5V
V
CC
= 2.7V
Standby Current vs Temperature
Switch R
DS(ON)
vs Temperature
(SO-8 Package)
TEMPERATURE (°C)
0
SWITCH R
DS(ON)
()
0.1
0.3
0.4
0.5
1.0
0.7
–50
050
1710 G04
0.2
0.8
0.9
0.6
100
V
CC
= 2.7V
V
CC
= 3.3V
V
CC
= 5V
I
OUT
= 300mA
SUPPLY VOLTAGE (V)
0
0
SUPPLY CURRENT (µA)
100
200
300
400
500
24
1710 G03
68
BOTH SW ON
SW1 ON
T
A
= 25°C
SW0 ON
Supply Current (I
Q
)
vs Supply Voltage
TEMPERATURE (°C)
DATA ACK V
OL
(mV)
200
300
100
1710 G06
100
0
–50
0
50
400
I
PULL-UP
= 350µA
TEMPERATURE (°C)
–50
SUPPLY CURRENT (µA)
100
100
1710 G02
0
0
50
200
300
400
500
BOTH SW ON
SW1 ON
V
CC
= 5V
SW0 ON
Supply Current (I
Q
)
vs Temperature
Switch R
DS(ON)
vs Temperature
(MSOP Package)
TEMPERATURE (°C)
0
SWITCH R
DS(ON)
()
0.6
0.8
1.0
80
1710 G05
0.4
0.2
0.5
0.7
0.9
0.3
0.1
0
20
40
60
100
V
CC
= 2.7V
V
CC
= 5V
V
CC
= 3.3V
I
OUT
= 300mA
Data ACK V
OL
vs Temperature
PIN FUNCTIONS
UUU
SW0D (Pin 1): Drain Supply of Switch 0. User-program-
mable from 0V to V
CC
.
OUT0 (Pin 2): Source Output of Switch 0. Maximum load
of 300mA; controlled by LSB of command byte.
AD1 (Pin 3): Three-State Programmable Address Pin.
Must be connected directly to V
CC
, GND or V
CC
/2 (using
two resistors 1M). Do not float this pin.
GND (Pin 4): Ground Connection.
CLK (Pin 5): Serial Clock Interface. Must be pulled high to
V
CC
with external resistor. The pull-up current must be
limited to 350µA.
DATA (Pin 6): Open-Drain Connected Serial Data Inter-
face. Must be pulled high to V
CC
with external resistor. The
pull-up current must be limited to 350µA.
OUT1 (Pin 7): Source Output of Switch 1. Maximum load
of 300mA; controlled by 2nd LSB of command byte.
V
CC
(Pin 8): Input Supply Voltage. Operating range from
2.7V to 5.5V.
5
LTC1710
BLOCK DIAGRA
W
V
CC
V
CC
OUT1
7
1
2
SW0D
OUT0
4
GND
1710 BD
UNDERVOLTAGE
LOCKOUT
POWER-ON
RESET
2V
V
CC
ACK
A
B
OUTPUT
LATCHES
SHIFT
REGISTER
ADDRESS
DECODER
COUNTER
INPUT
BUFFERS
THERMAL
SHUTDOWN
REGULATED
CHARGE
PUMPS
ADDRESS
COMPARATOR
LOGIC
START
AND
STOP
DETECTORS
3
AD1
5
CLK
6
8
DATA
TI I G DIAGRA
UW W
CLK
DATA
START STOP
1710 TD
t
SU:STO
t
LOW
t
HIGH
t
HD:DAT
t
SU:DAT
t
HD:STA
t
SU:STA
t
f
t
r
OPERATIO
U
SMBus Operation
SMBus is a serial bus interface that uses only two bus lines,
DATA and CLK, to control low power peripheral devices in
portable equipment. It consists of masters, also known as
hosts, and slave devices. The master of the SMBus is
always the one to initiate communications to the slave
devices by varying the status of the DATA and CLK lines.
The SMBus specification establishes a set of protocols that
devices on the bus must follow for communications.
The protocol that the LTC1710 uses is the Send Byte Pro-
tocol. In this protocol, the master first sends out a Start
signal by switching the DATA line from high to low while
CLK is high. (Because there may be more than one master
on the same bus, an arbitration process takes place if two
masters attempt to take control of the DATA line simulta-
neously; the first master that outputs a one while the other
master is zero loses the arbitration and becomes a slave
itself.) Upon detecting this Start signal, all slave devices on
the bus wake up and prepare to shift in the next byte of data.
6
LTC1710
OPERATIO
U
The master then sends out the first byte. The first seven
bits of this byte consist of the address of the device that the
master wishes to communicate with. The last bit indicates
whether the command will be a read (logic one) or write
(logic zero). Because the LTC1710 is a slave device that
can only be written to by a master, it will ignore the ensuing
commands of the master if it wants to read from the
LTC1710, even if the address sent by the master matches
that of the LTC1710. After reception of the first byte, the
slave device (LTC1710) with the matching address then
acknowledges the master by pulling the DATA line low
before the next rising clock edge.
By now all other nonmatching slave devices will have gone
back to their original standby states to wait for the next
Start signal. Meanwhile, upon receiving the acknowledge
from the matching slave, the master then sends out the
command byte (see Table 1).
Table 1. Switch Control Table
COMMAND XXXXXX00 XXXXXX01 XXXXXX10 XXXXXX11
Switch 0 SW0 Off SW0 On SW0 Off SW0 On
Switch 1 SW1 Off SW1 Off SW1 On SW1 On
After receiving the command byte, the slave device
(LTC1710) needs to acknowledge the master again by
pulling the DATA line low on the following clock cycle. The
master then ends this Send Byte Protocol by sending the
Stop signal, which is a transition from low to high on the
DATA line while the CLK line is high. Valid data is shifted
into the output latch on the last acknowledge signal; the
output switch will not turn on, however, until the Stop
signal is detected. This double buffering feature of the
output latch allows the user to “daisy-chain” multiple
SMBus devices such that their outputs are synchronously
executed on the Stop signal despite the fact that valid data
were loaded into their output latches at different times. An
example is shown in Figure 1. If somehow either the Start
or the Stop signal is detected in the middle of a byte, the
slave device (LTC1710) will regard this as an error and
reject all previous data.
Address
The LTC1710 has an address of 10110XX; the five MSBs
are hardwired, but the two LSBs are programmable by the
user with the help of a three-state address pin. Refer to
Table 2 for the pin configurations and their corresponding
addresses.
Table 2. Address Pin Truth Table
AD1 ADDRESS
GND 1011000
V
CC
/2 1011001
V
CC
1011010
To conserve standby current, it is preferable to tie the
address pins to either V
CC
or GND. If three LTC1710s are
needed, then the address pin can be tied to the third state
of V
CC
/2 by using two equal value resistors (1M), see
Figure 2.
CLK
DATA
ACK
1710 TA03
1
(SW0
ON)
1
(SW1
ON)
000000001101START 0
(PROGRAMMABLE)
ACK0
(WRITE)
STOP
ADDRESS BYTE COMMAND BYTE
Figure 2. The LTC1710 Programmed with Address 1011001
START ADDR1 ADDR2COMMAND COMMANDA START STARTA A A A AADDR3 COMMAND
EXECUTION OF DATA STORED IN
OUTPUT LATCH OF DEVICES WITH
ADDR1, ADDR2 AND ADDR3
STOP
1710 F01
Figure 1. Daisy-Chain Example
5
3
6
4
1
2
1M
5V
8
7
1710 F02
DATA
CLK
AD1
SW0D
OUT0
V
CC
LTC1710
OUT1
GND
LOAD 1
LOAD 2
1M
Example of Send Byte Protocol to Slave Address 1011000 Turning SW0 and SW1 On

LTC1710IS8#TRPBF

Mfr. #:
Manufacturer:
Analog Devices / Linear Technology
Description:
Gate Drivers SMBus 2x Hi Side Switch
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union