AD7492
Rev. A | Page 18 of 24
GROUNDING AND LAYOUT
The analog and digital power supplies are independent and
separately pinned out to minimize coupling between analog and
digital sections within the device. To complement the excellent
noise performance of the AD7492, it is imperative that care be
given to the PCB layout.
Figure 28 shows a recommended
connection diagram for the AD7492.
All of the AD7492 ground pins should be soldered directly to a
ground plane to minimize series inductance. The AV
DD
pin,
DV
DD
pin, and V
DRIVE
pin should be decoupled to both the
analog and digital ground planes. The REF OUT pin should be
decoupled to the analog ground plane with a minimum
capacitor value of 100 nF. This capacitor helps to stabilize the
internal reference circuit. The large value capacitors decouple
low frequency noise to analog ground, the small value
capacitors 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 AD7492 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,
established as close as possible to the AD7492.
AD7492
+
1nF
1nF
+
100nF
AGND
DGND
REF OUT
+
+
2.5V
ANALOG
SUPPLY
5V
47µF0.1µF10µF
10µF
AV
DD
DV
DD
V
DRIVE
01128-028
Figure 28. Typical Decoupling Circuit
Noise can be minimized by applying the following 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 this couples
noise onto the die.
The power supply lines to the AD7492 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 28.
Decoupling capacitors should be placed directly at the power
inlet to the PCB and also as close as possible to the power pins
of the AD7492. 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
can 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
ADSP-2185 to AD7492 Interface
Figure 29 shows a typical interface between the AD7492 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 29 is set up to have the processor
working in full memory mode, allowing full external addressing
capabilities.
When the AD7492 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 data memory select (DMS) pin latches in the
address of the ADC into the address decoder. The read
operation is started.
ADDRESS BUS
DATA BUS
100k
1
ADDITIONAL PINS OMITTED FOR CLARITY.
OPTIONAL
ADDRESS
DECODER
AD7492
BUSY
DB0 TO DB9
(DB11)
CONVST
CS
RD
ADSP-2185
1
DMS
IRQ2
RD
MODE C
D0 TO D23
A0 TO A15
01128-029
Figure 29. ADSP-2185 to AD7492 Interface
AD7492
Rev. A | Page 19 of 24
ADSP-21065Lto AD7492 Interface
Figure 30 shows a typical interface between the AD7492 and the
ADSP-21065L SHARC® processor. This interface is an example
of one of three DMA handshake modes. The
MS
X
control line is
actually three memory select lines. Internal ADDR25–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.
AD7492
ADDRESS BUS
DATA BUS
1
ADDITIONAL PINS OMITTED FOR CLARITY.
OPTIONAL
ADDRESS
DECODER
ADDRESS
LATCH
ADDRESS
BUS
ADSP-21065L
1
ADDR
0
TO
ADDR
23
MS
X
DMAR
1
RD
BUSY
DB0 TO DB9
(DB11)
CONVST
CS
RD
D0 TO 31
01128-030
Figure 30. ADSP-21065L to AD7492 Interface
TMS320C25 to AD7492 Interface
Figure 31 shows an interface between the AD7492 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 AD7492
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 AD7492:
IN D,ADC
where:
D is the data memory address.
ADC is the AD7492 address.
The read operation must not be attempted during conversion.
ADDRESS BUS
1
ADDITIONAL PINS OMITTED FOR CLARITY.
OPTIONAL
DATA BUS
TMS320C25
1
IS
STRB
READY
MSC
R/W
AD7492
ADDRESS
DECODER
BUSY
DB0 TO DB9
(DB11)
CONVST
CS
RD
DMD0 TO DMD15
A0 TO A15
01128-031
Figure 31. TMS320C25 to AD7492 Interface
PIC17C4x to AD7492 Interface
Figure 32 shows a typical parallel interface between the AD7492
and PIC17C4x. 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 PIC17C4x must be
configured to be active on the negative edge. Port C and Port D
of the microcontroller are bidirectional and used to address the
AD7492 and to read in the 12-bit data. The
OE
pin on the PIC
can be used to enable the output buffers on the AD7492 and
perform a read operation.
1
ADDITIONAL PINS OMITTED FOR CLARITY.
OPTIONAL
PIC17C4x
1
OE
INT
ALE
AD7492
ADDRESS
LATCH
BUSY
DB0 TO DB9
(DB11)
CONVST
CS
RD
ADDRESS
DECODER
01128-032
AD0 TO AD15
Figure 32. PIC17C4x to AD7492 Interface
AD7492
Rev. A | Page 20 of 24
80C186 to AD7492 Interface
Figure 33 shows the AD7492 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 AD7492 occupies
one of these I/O spaces.) Each data transfer consumes two bus
cycles, one cycle to fetch data and the other to store data.
After the AD7492 has finished the conversion, the BUSY line
generates a DMA request to Channel 1 (DRQ1). Because of the
interrupt, the processor performs a DMA read operation that
resets the interrupt latch. Sufficient priority must be assigned to
the DMA channel to ensure that the DMA request is serviced
before the completion of the next conversion. This
configuration can be used with 6 MHz and 8 MHz 80C186
processors.
ADDRESS/DATA BUS
DATA BUS
1
ADDITIONAL PINS OMITTED FOR CLARITY.
R
S
Q
OPTIONAL
80C186
1
RD
DRQ1
ALE
AD0 TO AD15
A16 TO A19
AD7492
ADDRESS
DECODER
ADDRESS
LATCH
ADDRESS
BUS
BUSY
DB0 TO DB9
(DB11)
CONVST
CS
RD
01128-033
Figure 33. 80C186 to AD7492 Interface

AD7492ARUZ

Mfr. #:
Manufacturer:
Analog Devices Inc.
Description:
Analog to Digital Converters - ADC 1MSPS 4mW Int Ref & Clk 12B Parallel
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union