REV. B
AD7470/AD7472
–16–
SUPPLY (V)
69.2
2.50
SNR (dB)
2.75 3.00 3.25 3.50 3.75 4.00 4.25 4.50 4.75 5.00 5.25
69.4
69.6
69.8
70.0
70.2
70.4
70.6
+85C
+25C
–40C
TPC 7. Typical SNR vs. Supply
FREQUENCY (kHz)
–120
0
dB
100 200 300 400 500 600
–100
–80
–60
–40
–20
0
TPC 8. Typical SNR @ 500 kHz Input Tone
FREQUENCY (kHz)
–3.8
10
dB
100 1000 10000 100000
–3.3
–2.8
–2.3
–1.8
–1.3
–0.8
0.2
–0.3
5V
3V
TPC 9. Typical Bandwidth
REV. B
AD7470/AD7472
–17–
GROUNDING AND LAYOUT
The analog and digital power supplies are independent and
separately pinned out to minimize coupling between the analog
and digital sections within the device. To complement the excel-
lent noise performance of the AD7470/AD7472, it is imperative
that care be given to the PCB layout. Figure 16 shows a recom-
mended connection diagram for the AD7470/AD7472.
All of the AD7470/AD7472 ground pins should be soldered
directly to a ground plane to minimize series inductance. The
AV
DD
, DV
DD
,
and V
DRIVE
pins should be decoupled to both the
analog and digital ground planes. The large value capacitors will
decouple low frequency noise to analog ground; the small value
capacitors will decouple high frequency noise to digital ground.
All digital circuitry power pins should be decoupled to the
digital ground plane. The use of ground planes can physically
separate sensitive analog components from the noisy digital
system. The two ground planes should be joined in only one
place and should not overlap so as to minimize capacitive
coupling between them. If the AD7470/AD7472 is in a
system where multiple devices require AGND to DGND
connections, the connection should still be made at one point
only, a star ground point, which should be established as close
as possible to the AD7470/AD7472.
Noise can be minimized by applying some simple rules to the
PCB layout: analog signals should be kept away from digital
signals; fast switching signals like clocks should be shielded with
digital ground to avoid radiating noise to other sections of the
board and clock signals should never be run near the analog
inputs; avoid running digital lines under the device as these will
couple noise onto the die; the power supply lines to the AD7470/
AD7472 should use as large a trace as possible to provide a low
impedance path and reduce the effects of glitches on the power
supply line; avoid crossover of digital and analog signals and
place traces that are on opposite sides of the board at right angles
to each other.
Noise to the analog power line can be further reduced by use of
multiple decoupling capacitors as shown in Figure 16. Decou-
pling capacitors should be placed directly at the power inlet to
the PCB and also as close as possible to the power pins of the
AD7470/AD7472. The same decoupling method should be
used on other ICs on the PCB, with the capacitor leads as short
as possible to minimize lead inductance.
POWER SUPPLIES
Separate power supplies for AV
DD
and DV
DD
are desirable but,
if necessary, DV
DD
may share its power connection to AV
DD
.
The digital supply (DV
DD
) must not exceed the analog supply
(AV
DD
) by more than 0.3 V in normal operation.
MICROPROCESSOR INTERFACING
AD7470/AD7472 to ADSP-2185 Interface
Figure 17 shows a typical interface between the AD7470/AD7472
and the ADSP-2185. The ADSP-2185 processor can be used in
one of two memory modes, full memory mode and host mode.
The Mode C pin determines in which mode the processor works.
The interface in Figure 17 is set up to have the processor work-
ing in full memory mode, which allows full external addressing
capabilities.
When the AD7470/AD7472 has finished converting, the BUSY
line requests an interrupt through the IRQ2 pin. The IRQ2
interrupt has to be set up in the interrupt control register as
edge-sensitive. The DMS (data memory select) pin latches in
the address of the ADC into the address decoder. The read
operation is thus started.
ADDRESS
DECODER
AD7470/
AD7472*
ADSP-2185*
A0–A15
DMS
IRQ2
RD
MODE C
D0–D23
CONVST
CS
RD
BUSY
DB0–DB9
(DB11)
ADDRESS BUS
DATA BUS
100k
*ADDITIONAL PINS OMITTED FOR CLARITY
OPTIONAL
Figure 17. Interfacing to the ADSP-2185
AD7470/AD7472 to ADSP-21065 Interface
Figure 18 shows a typical interface between the AD7470/AD7472
and the ADSP-21065L SHARC
®
processor. This interface is an
example of one of three DMA handshake modes. The MSX
AD7470/
AD7472
AD780
10F
+
1nF
V
IN
V
OUT
1nF
+
10F
0.1F
10F
DV
DD
AGND
DGND
V
DRIVE
V
REF
AV
DD
+
0.1F47F
ANALOG
SUPPLY
5V
+
0.1F
Figure 16. Decoupling Circuit
REV. B
AD7470/AD7472
–18–
control line is actually three memory select lines. Internal
ADDR
25–24
are decoded into MS
3-0
; these lines are then asserted
as chip selects. The DMAR
1
(DMA Request 1) is used in this
setup as the interrupt to signal end of conversion. The rest of
the interface is standard handshaking operation.
AD7470/
AD7472
*
ADSP-21065L*
ADDR
0
–ADDR
23
RD
D0–D31
CONVST
RD
BUSY
DB0–DB9
(DB11)
ADDRESS BUS
DATA BUS
*ADDITIONAL PINS OMITTED FOR CLARITY
OPTIONAL
DMAR
1
ADDRESS
LATCH
ADDRESS
BUS
ADDRESS
DECODER
MS
X
CS
Figure 18. Interfacing to ADSP-21065L
AD7470/AD7472 to TMS320C25 Interface
Figure 19 shows an interface between the AD7470/AD7472
and the TMS320C25. The CONVST signal can be applied
from the TMS320C25 or from an external source. The BUSY
line interrupts the digital signal processor when conversion is
completed. The TMS320C25 does not have a separate RD
output to drive the AD7470/AD7472 RD input directly. This
has to be generated from the processor STRB and R/W outputs
with the addition of some glue logic. The RD signal is OR-gated
with the MSC signal to provide the WAIT state required in the
read cycle for correct interface timing. The following instruction
is used to read the conversion from the AD7470/AD7472:
IN D,ADC
where D is data memory address and ADC is the AD7470/
AD7472 address. The read operation must not be attempted
during conversion.
ADDRESS
DECODER
AD7470/
AD7472*
TMS320C25*
A0–A15
IS
STRB
R/W
READY
DMD0–DMD15
CONVST
CS
RD
BUSY
DB0–DB9
(DB11)
ADDRESS BUS
*ADDITIONAL PINS OMITTED FOR CLARITY
OPTIONAL
MSC
DATA BUS
Figure 19. Interfacing to the TMS320C25
AD7470/AD7472 to PIC17C4x Interface
Figure 20 shows a typical parallel interface between the AD7470/
AD7472 and the PIC17C42/43/44. The microcontroller sees
the ADC as another memory device with its own specific
memory address on the memory map. The CONVST signal can
be controlled by either the microcontroller or an external
source. The BUSY signal provides an interrupt request to the
microcontroller when a conversion ends. The INT pin on the
PIC17C42/43/44 must be configured to be active on the nega-
tive edge. PORTC and PORTD of the microcontroller are
bidirectional and used to address the AD7470/AD7472 and also
to read in the 10-bit (AD7470) or 12-bit (AD7472) data. The
OE pin on the PIC can be used to enable the output buffers on
the AD7470/AD7472 and to perform a read operation.
*ADDITIONAL PINS OMITTED FOR CLARITY
ADDRESS
DECODER
ADDRESS
LATCH
OPTIONAL
PIC17C4x*
AD0–AD15
OE
INT
AD7470/
AD7472*
CONVST
CS
RD
BUSY
DB0–DB9
(DB11)
ALE
Figure 20. Interfacing to the PIC17C4x
AD7470/AD7472 to 80C186 Interface
Figure 21 shows the AD7470/AD7472 interfaced to the 80C186
microprocessor. The 80C186 DMA controller provides two
independent high speed DMA channels where data transfer
can occur between memory and I/O spaces. (The AD7470/
AD7472 occupies one of these I/O spaces.) Each data trans-
fer consumes two bus cycles, one cycle to fetch data and the
other to store data.
After the AD7470/AD7472 has finished conversion, the BUSY
line generates a DMA request to Channel 1 (DRQ1). As a result
of the interrupt, the processor performs a DMA READ opera-
tion which also resets the interrupt latch. Sufficient priority
must be assigned to the DMA channel to ensure that the DMA
request will be serviced before the completion of the next con-
version. This configuration can be used with 6 MHz and 8 MHz
80C186 processors.
80C186
*
AD0–AD15
A16–A19
RD
DRQ1
ADDRESS/DATA BUS
DATA BUS
*ADDITIONAL PINS OMITTED FOR CLARITY
ADDRESS
LATCH
ADDRESS
BUS
ADDRESS
DECODER
ALE
R
S
Q
AD7470/
AD7472*
CONVST
RD
BUSY
DB0–DB9
(DB11)
OPTIONAL
CS
Figure 21. Interfacing to the 80C186

AD7472ARU

Mfr. #:
Manufacturer:
Analog Devices Inc.
Description:
Analog to Digital Converters - ADC 12-Bit 2.7V-5.25V 1.5MSPS Lo Pwr
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union