13
LTC3445
3445fa
micro-steps. The table below shows the register settings
and corresponding slew rates.
REG1 [1:0] SLEW RATE (mV/µs)
00 11.3
01 7.5
10 3.8
11 0.9
It should be noted that during DAC transistions, PGOOD
fault reporting is disabled.
LDO OPERATION
Adjustable Operation
The LTC3445 contains two 50mA LDOs with an output
voltage range of 0.6V to (V
CC2
– 0.3V). The output voltage
is set by the ratio of two external resistors as shown in
Figure 1. Each LDO servos the output voltage (Pin LDOx)
in order to maintain a feedback voltage (Pin LDOxFB) of
0.6V. The current in R1 and R2 is then equal to 0.6V/R2.
The regulated voltage is equal to:
V
OUT
= (0.6V/R2) • (R1+R2)
Frequency Compensation
The LT3445 is frequency compensated by an internal
dominant pole. An output capacitor of 2µF to 10µF is
usually large enough to provide good stability. In order to
insure stability, a feedforward capacitor may be needed
between the output pin and the feedback pin. This cancels
the pole formed by the stray capacitance in large value
feedback resistors. Also, a feedback capacitor minimizes
noise pickup and improves ripple rejection.
PowerPath OPERATION
The output of the PowerPath (V
CC
BATT) is controlled by
a combination of three inputs: main battery (V
CC1
), V
TRACK
,
and V
BACKUP
.
OPERATIO
U
(refer to Figure 1)
SPR = 00 (Spread Spectrum OFF)
NOISE
10dBm/DIV
SPR = 01
NOISE
10dBm/DIV
START FREQ: 100kHz, RBW: 10kHz, STOP FREQ: 30MHz
START FREQ: 100kHz, RBW: 10kHz, STOP FREQ: 30MHz
SPR = 10
NOISE
10dBm/DIV
SPR = 11
NOISE
10dBm/DIV
START FREQ: 100kHz, RBW: 10kHz, STOP FREQ: 30MHz
START FREQ: 100kHz, RBW: 10kHz, STOP FREQ: 30MHz
Figure 4. LTC3445 Output Noise Spectrum
14
LTC3445
3445fa
When V
CC1
rises above 2.8V, the PowerPath’s LDO is
enabled and set to the lesser of 3V or V
CC1
. Once V
TRACK
is 3V or higher, it controls the PowerPath’s LDO output
(V
CC
BATT) voltage to within 200mV of V
TRACK
. Note that
V
TRACK
needs to be less than or equal to V
CC1
.
When
V
TRACK
falls below 3V, V
CC1
is used to regulate the
PowerPath’s LDO (V
CC
BATT) to 3V. When V
CC1
falls
below 2.4V, the PowerPath LDO is disconnected and
V
BACKUP
is connected to V
CC
BATT.
The PowerPath’s fault detection circuit uses an open-drain
driver (BATTFAULT) to report when the main battery is
disconnected.
Figure 5 shows the different states of the PowerPath
circuits. Typically, V
BACKUP
is a coin cell; however, other
types of back up power supplies may be used.
General I
2
C Bus/SMBus Description
I
2
C Bus and SMBus are reasonably similar examples of
2-wire, bidirectional, serial communications busses. Call-
ing them 2-wire is not strictly accurate, as there is an
implied third wire, which is the ground line. Large ground
drops or spikes between the grounds of different parts on
the bus can interrupt or disrupt communications, as the
signals on the two wires are both inherently referenced to
a ground which is expected to be common to all parts on
the bus. Both bus types have one data line and one clock
line which are externally pulled to a high voltage when they
are not being controlled by a device on the bus. The
devices on the bus can only pull the data and clock lines
low, which makes it simple to detect if more than one
device is trying to control the bus; eventually, a device will
release a line and it will not pull high because another
device is still holding it low. Pull-ups for the data and clock
lines are usually provided by external discrete resistors,
but external current sources can also be used. Since there
are no dedicated lines to use to tell a given device if another
device is trying to communicate with it, each device must
have a unique address to which it will respond. The first
part of any communication is to send out an address on the
bus and wait to see if another device responds to it. After
a response is detected, meaningful data can be exchanged
between the parts.
Typically, one device will control the clock line at least
most of the time and will normally be sending data to the
other parts and polling them to send data back to it, and
this device is called the master. There can certainly be
more than one master, since there is an effective protocol
to resolve bus contentions, and non-master (slave) de-
vices can also control the clock to delay rising edges and
give themselves more time to complete calculations or
communications (clock stretching). Slave devices need to
OPERATIO
U
(refer to Figure 1)
Figure 6. Typical 2-Wire Serial I
2
C Waveforms
Figure 5
0V
2.4V
2.8V
3V
3.6V
4.2V
V
CC1
V
TRACK
3445 F05
V
BACKUP
BATTFAULT = 1
ADDRESSSTART
CONDITION
R/W
1-7
S
SCL
SDA
8 9 1-7 1-7 8 9
3445 F06
89
STOP
CONDITION
P
ACK ACK ACKDATA DATA
I
2
C OPERATION
Simple 2-wire interface
Multiple devices on same bus
Idle bus must have SDA and SCL lines high
LTC3445 is read/write
Master controls bus
Devices listen for unique address that precedes data
15
LTC3445
3445fa
be able to control the data line to acknowledge communi-
cations from the master, and some devices will need to
able to send data back to the master; they will be in control
of the data line while they are doing so. Many slave devices
will have no need to stretch the clock signal and will have
no ability to pull the clock line low, which is the case with
the LTC3445.
Data is exchanged in the form of bytes, which are 8-bit
packets. Any byte needs to be acknowledged by the slave
(data line pulled low) or not acknowledged by the master
(data line left high), so communications are broken up into
9-bit segments, one byte followed by one bit for acknowl-
edging. For example, sending out an address consists of
7 bits of device address, 1 bit that signals whether a read
or write operation will be performed, and then 1 more bit
to allow the slave to acknowledge. There is no theoretical
limit to how many total bytes can be exchanged in a given
transmission.
I
2
C and SMBus are very similar specifications, SMBus
having been derived from I
2
C. In general, SMBus is
targeted to low power devices (particularly battery-pow-
ered ones) and emphasizes low power consumption,
while I
2
C is targeted to higher speed systems where the
power consumption of the bus is not so critical. I
2
C has
three different specifications for three different maximum
speeds, these being standard mode (100kHz max), fast
mode (400kHz max) and HS mode (3.4MHz max). Stan-
dard and fast mode are not radically different, but HS mode
is very different from a hardware and software perspective
and requires an initiating command at standard or fast
speed before data can start transferring at HS speed.
SMBus simply specifies a 100kHz maximum speed.
The START and STOP Conditions
When the bus is not in use, both SCL and SDA must be
high. A bus master signals the beginning of a transmission
with a START condition by transitioning SDA from high to
low while SCL is high. When the master has finished
communicating with the slave, it issues a STOP condition
by transitioning SDA from low to high while SCL is high.
The bus is then free for another transmission.
Acknowledge
The acknowledge signal is used for handshaking between
the master and the slave. An acknowledge signal (LOW
active) as generated by the slave lets the master know that
the latest byte of information was received. The acknowl-
edge-related clock pulse is generated by the master. The
transmitter master releases the SDA line (HIGH) during
the acknowledge clock pulse. The slave receiver must pull
down the SDA line during the acknowledge clock pulse so
that it remains stable LOW during the HIGH period of this
clock pulse.
When a slave receiver doesn’t acknowledge the slave
address (for example, it’s unable to receive because it’s
performing some real-time function), the data line must be
left HIGH by the slave. The master can then generate a
STOP condition to abort the transfer.
If a slave receiver does acknowledge the slave address but,
some time later in the transfer cannot receive any more
data bytes, the master must again abort the transfer. This
is indicated by the slave generating the not acknowledge
on the first byte to follow. The slave leaves the data line
HIGH and the master generates the STOP condition. The
OPERATIO
U
(refer to Figure 1)
Figure 7
START
WRITE BYTE PROTOCOL
AA01011 XXXXXAAAWR ACK ACK ACK STOP
11
SDATA
BYTE
REGISTER
ADDRESS
SLAVE
ADDRESS
0
1
S
0
1
S
0
171
0
88
DDDDDDDD
START
READ BYTE PROTOCOL
AA01011 XXXXXAAAWR ACK ACK ACK STOP
11
M
3445 G07
DATA
BYTE
REGISTER
ADDRESS
SLAVE
ADDRESS
SLAVE
ADDRESS
1
1
S
0
1
S
0
171
START AA01011
17
0
RD ACK
1
S
0
1
1
88
DDDDDDDD

LTC3445EUF#TRPBF

Mfr. #:
Manufacturer:
Analog Devices / Linear Technology
Description:
Switching Voltage Regulators Controllable Buck Regulator w/ Two LDOs in QFN
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet