AD5551BRZ Analog Devices Inc, AD5551BRZ Datasheet - Page 14

IC DAC 14BIT SERIAL-IN 8-SOIC

AD5551BRZ

Manufacturer Part Number
AD5551BRZ
Description
IC DAC 14BIT SERIAL-IN 8-SOIC
Manufacturer
Analog Devices Inc
Datasheet

Specifications of AD5551BRZ

Data Interface
Serial
Settling Time
1µs
Number Of Bits
14
Number Of Converters
1
Voltage Supply Source
Single Supply
Power Dissipation (max)
6.05mW
Operating Temperature
-40°C ~ 85°C
Mounting Type
Surface Mount
Package / Case
8-SOIC (3.9mm Width)
Resolution (bits)
14bit
Sampling Rate
1MSPS
Input Channel Type
Serial
Supply Voltage Range - Analog
2.7V To 5.5V
Supply Current
300µA
Digital Ic Case Style
SOIC
Number Of Channels
1
Resolution
14b
Interface Type
Serial (3-Wire, SPI, QSPI, Microwire)
Single Supply Voltage (typ)
3/5V
Dual Supply Voltage (typ)
Not RequiredV
Architecture
R-2R
Power Supply Requirement
Single
Output Type
Voltage
Integral Nonlinearity Error
±1LSB
Single Supply Voltage (min)
2.7V
Single Supply Voltage (max)
5.5V
Dual Supply Voltage (min)
Not RequiredV
Dual Supply Voltage (max)
Not RequiredV
Operating Temp Range
-40C to 85C
Operating Temperature Classification
Industrial
Mounting
Surface Mount
Pin Count
8
Package Type
SOIC N
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
AD5551BRZ
Manufacturer:
AD
Quantity:
128
Part Number:
AD5551BRZ
Manufacturer:
ADI/亚德诺
Quantity:
20 000
AD5551/AD5552
MICROPROCESSOR INTERFACING
Microprocessor interfacing to the AD5551/AD5552 is via a
serial bus that uses standard protocol compatible with DSP
processors and microcontrollers. The communications channel
requires a 3-wire interface consisting of a clock signal, a data
signal and a synchronization signal. The AD5551/AD5552
require a 14-bit data word with data valid on the rising edge of
SCLK. The DAC update may be done automatically when all
the data is clocked in or it may be done under control of LDAC
(AD5552 only).
ADSP-21xx TO AD5551/AD5552 INTERFACE
Figure 25 shows a serial interface between the AD5551/AD5552
and the ADSP-21xx. The ADSP-21xx should be set to operate in
the SPORT (serial port) transmit alternate framing mode. The
ADSP-21xx is programmed through the SPORT control register
and should be configured as follows: internal clock operation,
active low framing, 16-bit word length. The first 2 bits are don’t
care as AD5551/AD5552 keeps the last 14 bits. Transmission is
initiated by writing a word to the Tx register after the SPORT
has been enabled. Because of the edges-triggered difference, an
inverter is required at the SCLKs between the DSP and the DAC.
68HC11 TO AD5551/AD5552 INTERFACE
Figure 26 shows a serial interface between the AD5551/AD5552
and the 68HC11 microcontroller. SCK of the 68HC11 drives the
SCLK of the DAC, while the MOSI output drives the serial data
line DIN. CS signal is driven from one of the port lines. The
68HC11 is configured for master mode; MSTR = 1, CPOL = 0,
and CPHA = 0. Data appearing on the MOSI output is valid on
the rising edge of SCK.
*ADDITIONAL PINS OMITTED FOR CLARITY.
**AD5552 ONLY.
*ADDITIONAL PINS OMITTED FOR CLARITY.
**AD5552 ONLY.
Figure 26. 68HC11/68L11 to AD5551/AD5552 Interface
Figure 25. ADSP-21xx to AD5551/AD5552 Interface
ADSP-21xx*
68HC11/
68L11*
SCLK
MOSI
SCK
PC6
PC7
TFS
FO
DT
LDAC**
CS
DIN
SCLK
LDAC**
CS
DIN
SCLK
AD5552 *
AD5552 *
AD5551/
AD5551/
Rev. A | Page 14 of 16
MICROWIRE TO AD5551/AD5552 INTERFACE
Figure 27 shows an interface between the AD5551/AD5552 and
any MICROWIRE-compatible device. Serial data is shifted out
on the falling edge of the serial clock and into the AD5551/
AD5552 on the rising edge of the serial clock. No glue logic is
required as the DAC clocks data into the input shift register on
the rising edge.
80C51/80L51 TO AD5551/AD5552 INTERFACE
A serial interface between the AD5551/AD5552 and the 80C51/
80L51 microcontroller is shown in Figure 28. TxD of the micro-
controller drives the SCLK of the AD5551/AD5552, while RxD
drives the serial data line of the DAC. P3.3 is a bit programmable
pin on the serial port which is used to drive CS .
The 80C51/80L51 provides the LSB first, while the AD5551/
AD5552 expect the MSB of the 14-bit word first. Take care to
ensure that the transmit routine takes this into account. Usually
it can be done through software by shifting out and accumu-
lating the bits in the correct order before inputting to the DAC.
Also, 80C51 outputs 2 byte words/16 bits data, thus the first
two bits, after rearrangement, should be don’t care as they are
dropped from the 14-bit word of the DAC.
When data is to be transmitted to the DAC, P3.3 is taken low.
Data on RxD is valid on the falling edge of TxD, so the clock must
be inverted as the DAC clocks data into the input shift register
on the rising edge of the serial clock. The 80C51/80L51 transmits
its data in 8-bit bytes with only eight falling clock edges occur-
ring in the transmit cycle. As the DAC requires a 14-bit word,
P3.3 (or any one of the other programmable bits) is the CS
input signal to the DAC, so P3.3 should be brought low at the
beginning of the 16-bit write cycle 2 × 8 bit words and held low
until the 16-bit 2 × 8 cycle is completed. After that, P3.3 is
brought high again and the new data loads to the DAC. Again,
the first two bits, after rearranging, should be don’t care. LDAC
on the AD5552 may also be controlled by the 80C51/80L51
serial port output by using another bit programmable pin, P3.4.
*ADDITIONAL PINS OMITTED FOR CLARITY.
*ADDITIONAL PINS OMITTED FOR CLARITY.
**AD5552 ONLY.
Figure 28. 80C51/80L51 to AD5551/AD5552 Interface
Figure 27. MICROWIRE to AD5551/AD5552 Interface
MICROWIRE*
80C51/
80L51*
SCLK
P3.4
P3.3
RxD
TxD
CS
SO
LDAC**
CS
DIN
SCLK
CS
DIN
SCLK
AD5552*
AD5551/
AD5552*
AD5551/

Related parts for AD5551BRZ