LTC2654
16
2654f
OPERATION
The LTC2654 is a family of quad voltage output DACs in
20-lead 4mm × 4mm QFN and in 16-lead narrow SSOP
packages. Each DAC can operate rail-to-rail in external
reference mode, or with its full-scale voltage set by an
integrated reference. Four combinations of accuracy (16-
bit and 12-bit), and full-scale voltage (2.5V or 4.096V)
are available. The LTC2654 is controlled using a 4-wire
SPI/MICROWIRE compatible interface.
Power-On Reset
The LTC2654-L/LTC2654-H clear the output to zero-scale
if PORSEL pin is tied to GND, when power is fi rst applied,
making system initialization consistent and repeatable.
For some applications, downstream circuits are active
during DAC power-up, and may be sensitive to nonzero
outputs from the DAC during this time. The LTC2654 con-
tains circuitry to reduce the power-on glitch. The analog
outputs typically rise less than 10mV above zero-scale
during power-on if the power supply is ramped to 5V in
1ms or more. In general, the glitch amplitude decreases
as the power supply ramp time is increased. See Power-
On-Reset Glitch in the Typical Performance Characteristics
section.
Alternatively, if PORSEL pin is tied to V
CC
(Pin 18/Pin 15),
The LTC2654-L/LTC2654-H set the output to mid-scale
when power is fi rst applied.
Power Supply Sequencing and Start-Up
For LTC2654 family of parts, the internal reference is
powered-up at start-up by default. If an external reference
is to be used, the REFCOMP pin (Pin 2/Pin 3) must be
hardwired to GND. Having REFCOMP hardwired to GND
at power up, will cause the REFIN/OUT pin to become
high-impedance and will allow for the use of an external
reference at start-up. However in this confi guration, internal
reference will still be ON, even though it is disconnected
from the REFIN/OUT pin and it will draw supply current. In
order to use external reference after power-up, the com-
mand Select External Reference (0111b) should be used
to turn the internal reference off (See Table 1).
The voltage at REFIN/OUT (Pin 4/Pin 5) should be kept
within the range –0.3V ≤ REFIN/OUT ≤ V
CC
+ 0.3V (see
Absolute Maximum Ratings). Particular care should be
taken to observe these limits during power supply turn-on
and turn-off sequences, when the voltage at V
CC
(Pin 18/
Pin 15) is in transition.
Transfer Function
The digital-to-analog transfer function is
V
OUT(IDEAL)
=
k
2
N
•2• V
REF
V
REFLO
+ V
REFLO
where k is the decimal equivalent of the binary DAC input
code, N is the resolution of the DAC, and V
REF
is the volt-
age at the REFIN/OUT Pin. The resulting DAC output span
is 0V to 2V
REF
, as it is necessary to tie REFLO to GND.
V
REF
is nominally 1.25V for LTC2654-L and 2.048V for
LTC2654-H, in Internal Reference Mode.
Table 1. Command and Address Codes
COMMAND*
C3 C2 C1 C0
0 0 0 0 Write to Input Register
n
0 0 0 1 Update (Power-Up) DAC Register
n
0 0 1 0 Write to Input Register
n
, Update (Power-Up) All
0 0 1 1 Write to and Update (Power-Up)
n
0 1 0 0 Power-Down
n
0 1 0 1 Power-Down Chip (All DAC’s and Reference)
0 1 1 0 Select Internal Reference (Power-Up Reference)
0 1 1 1 Select External Reference (Power-Down Reference)
1 1 1 1 No Operation
ADDRESS (
n
)*
A3 A2 A1 A0
0 0 0 0 DAC A
0 0 0 1 DAC B
0 0 1 0 DAC C
0 0 1 1 DAC D
1 1 1 1 All DACs
*Command and address codes not shown are reserved and should not
be used.
LTC2654
17
2654f
OPERATION
Serial Interface
The CS/LD input is level triggered. When this input is taken
low, it acts as a chip-select signal, powering on the SDI
and SCK buffers and enabling the input shift register. Data
(SDI input) is transferred at the next 24 rising SCK edges.
The 4-bit command, C3-C0, is loaded fi rst; followed by
the 4-bit DAC address, A3-A0; and fi nally the 16-bit data
word. For the LTC2654-16 the data word comprises the
16-bit input code, ordered MSB-to-LSB. For the LTC2654-
12 the data word comprises the 12-bit input code, ordered
MSB-to-LSB followed by four don’t-care bits. Data can
only be transferred to the LTC2654 when the CS/LD signal
is low. The rising edge of CS/LD ends the data transfer
and causes the device to carry out the action specifi ed in
the 24-bit input word. The complete sequence is shown
in Figure 2a.
The command (C3-C0) and address (A3-A0) assignments
are shown in Table 1. The fi rst four commands in the table
consist of write and update operations. A write operation
loads a 16-bit data word from the 32-bit shift register
into the input register of the selected DAC,
n
. An update
operation copies the data word from the input register to
the DAC register. Once copied into the DAC register, the
data word becomes the active 16- or 12-bit input code,
and is converted to an analog voltage at the DAC output.
The update operation also powers up the selected DAC
if it had been in power-down mode. The data path and
registers are shown in the block diagram.
While the minimum input word is 24 bits, it may option-
ally be extended to 32 bits. To use the 32-bit word width,
8 don’t-care bits are transferred to the device fi rst, followed
by the 24-bit word as just described. Figure 2b shows the
32-bit sequence. The 32-bit word is required for daisy
chain operation, and is also available to accommodate
microprocessors that have a minimum word width of
16 bits (2 bytes). The 16-bit data word is ignored for all
commands that do not include a write operation.
Daisy-Chain Operation
The serial output of the shift register appears at the SDO
pin. Data transferred to the device from the SDI input is
delayed 32 SCK rising edges before being output at the
next SCK falling edge. The SDO pin is continuously driven
and does not go high impedance when CS/LD is taken
active high.
The SDO output can be used to facilitate control of multiple
serial devices from a single 3-wire serial port (i.e., SCK,
SDI and CS/LD). Such a daisy-chain series is confi gured
by connecting SDO of each up-stream device to SDI of the
next device in the chain. The shift registers of the devices
are thus connected in series, effectively forming a single
input shift register which extends through the entire chain.
Because of this, the devices can be addressed and con-
trolled individually by simply concatenating their input
words; the fi rst instruction addresses the last device in
the chain and so forth. The SCK and CS/LD signals are
common to all devices in the series.
In use, CS/LD is fi rst taken low. Then the concatenated
input data is transferred to the chain, using SDI of the
rst device as the data input. When the data transfer is
complete, CS/LD is taken high, completing the instruction
sequence for all devices simultaneously. A single device
can be controlled by using the no-operation command
(1111b) for the other devices in the chain.
Power-Down Mode
For power-constrained applications, power-down mode
can be used to reduce the supply current whenever less
than four DAC outputs are needed. When in power-down,
the buffer amplifi ers, bias circuits and integrated reference
circuits are disabled, and draw essentially zero current.
The DAC outputs are put into a high-impedance state, and
the output pins are passively pulled to ground through
individual 80k resistors. Input- and DAC-register contents
are not disturbed during power-down.
LTC2654
18
2654f
OPERATION
Figure 2a. LTC2654-16 24-Bit Load Sequence (Minimum Input Word)
LTC2654-12 SDI Data Word: 12-Bit Input Code + 4 Don’t Care Bits
Figure 2b. LTC2654-16 32-Bit Load Sequence.
LTC2654-12 SDI/SDO Data Word: 12-Bit Input Code + 4 Don’t Care Bits
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
C2 C1 C0 A3 A2 A1 A0 D15 D14 D13 D12 D11 D10 D9 D8 D7 D6 D5 D4 D3 D2 D1 D0C3
CS/LD
SCK
SDI
COMMAND WORD ADDRESS DATA WORD
24-BIT INPUT WORD
2654 F02a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 25 26 27 28 29 30 31 32
C2 C1 C0 A3 A2 A1 A0 D15 D14 D13 D12 D11 D10 D9 D8 D7 D6 D5 D4 D3 D2 D1 D0C3XXXXXXXX
CS/LD
SCK
SDI
C2 C1 C0 A3 A2 A1 A0 D15 D14 D13 D12 D11 D10 D9 D8 D7 D6 D5 D4 D3 D2 D1 D0C3XXXXXXXX
SDO
COMMAND WORD DATA WORD
DON’T CARE ADDRESS WORD
2654 F02b
PREVIOUS 32-BIT INPUT WORD
CURRENT
32-BIT
INPUT WORD
t
2
t
1
t
3
t
4
t
8
PREVIOUS D15 PREVIOUS D14
D15
1817
SDI
SDO
SCK
D14

LTC2654BIGN-L16#TRPBF

Mfr. #:
Manufacturer:
Analog Devices Inc.
Description:
Digital to Analog Converters - DAC 16-Bit SPI Quad DAC (1.25V Reference, 4LSB INL)
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union