MAX194
DC Accuracy
If DC accuracy is important, choose a buffer with an
offset much less than the MAX194’s maximum offset
1 LSB = ±488µV for a ±4V input range), or whose off-
set can be trimmed while maintaining good stability
over the required temperature range.
Recommended Circuits
Figure 14 shows a good circuit for DC and low-frequen-
cy use. The MAX400 has very low offset (10µV) and
drift (0.2µV/°C), and low voltage noise (10nV/
Hz) as
well. However, its gain-bandwidth product (GBW) is
much too low to drive AIN directly, so the analog input
is bypassed to present a low impedance at high fre-
quencies. The large bypass capacitor is isolated from
the amplifier output by a 100 resistor, which provides
additional noise filtering. Since the ±15V supplies
exceed the AIN range, add protection diodes at AIN.
Figure 15 shows a wide-bandwidth amplifier (MAX427)
driving a wideband video buffer, which is capable of dri-
ving AIN and a small bypass capacitor (for noise reduc-
tion) directly. The video buffer is inside the MAX427’s
feedback loop, providing good DC accuracy, while the
buffer’s low output impedance and high current capabil-
ity provide good AC performance. AIN is diode-
clamped to the ±5V rails to prevent overvoltage. The
MAX427’s 15µV maximum offset voltage, 0.8µV/°C maxi-
mum drift, and less than 5nV/
Hz noise specifications
make this an excellent choice for AC/DC use.
If ±15V supplies are unavailable, Figure 16’s circuit works
very well with the ±5V analog supplies used by the
MAX194. The MAX410 has a minimum ±3.5V common-
mode input range, with a similar output voltage swing,
which allows use of a reference voltage to 3.5V. The offset
voltage (250µV), drift (1µV/°C), unity-gain bandwidth
(28MHz), and low voltage noise (2.4nV/
Hz) are appropri-
ate for 14-bit performance. The 0.01µF bypass capacitor
improves the noise performance.
Operating Modes and SPI/QSPI Interfaces
The two basic interface modes are defined according
to whether serial data is received during the conversion
(clocked with CLK, SCLK unused) or in bursts between
conversions (clocked with SCLK). Each mode is pre-
sented interfaced to a QSPI processor, but is also com-
patible with SPI.
Mode 1 (Simultaneous
Conversion and Data Transfer)
In this mode, each data bit is read from the MAX194 dur-
ing the conversion as it is determined. SCLK is grounded
and CLK is used as both the conversion clock and the
serial data clock. Figure 17 shows a QSPI processor
connected to the MAX194 for use in this mode and
Figure 18 is the associated timing diagram.
In addition to the standard QSPI interface signals, gener-
al I/O lines are used to monitor EOC and to drive
BP/UP/SHDN and RESET. The two general output pins
may not be necessary for a given application and, if I/O
lines are unavailable, the EOC connection can be omit-
ted as well.
The EOC signal is monitored during calibration to deter-
mine when calibration is finished and before beginning
a conversion to ensure the MAX194 is not in mid-con-
version, but it is possible for a system to ignore EOC
completely. On power-up or after pulsing RESET low,
the µP must provide 14,000 CLK cycles to complete the
calibration sequence (Figure 2). One way to do this is
to toggle CLK and monitor EOC until it goes low, but it
is possible to simply count 14,000 CLK cycles to com-
plete the calibration. Similarly, it is unnecessary to
check the status of EOC before beginning a conversion
if you are sure the last conversion is complete. This can
be done by ensuring that every conversion consists of
at least 20 CLK cycles.
14-Bit, 85ksps ADC with 10µA Shutdown
16 ______________________________________________________________________________________
MAX194
QSPI
GPT
BP/UP/SHDN
CLK
SCLK
EOC
DOUT
RESET
CONV
CS
*OC3
SCK
*IC1
MISO
*OC2
* THE USE OF THESE SIGNALS ADDS FLEXIBILITY AND FUNCTIONALITY
BUT IS NOT REQUIRED TO IMPLEMENT THE INTERFACE.
PCS0
Figure 17. MAX194 Connection to QSPI Processor Clocking
Data Out During Conversions
Data is clocked out of the MAX194 on CLK’s falling
edge and can be clocked into the µP on the rising
edge or the following falling edge. If you clock data in
on the rising edge (SPI/QSPI with CPOL = 0 and CPHA
= 0; standard MicroWire™: Hitachi H8), the maximum
CLK rate is given by:
where t
CD
is the MAX194’s CLK-to-DOUT valid delay
and t
SD
is the data setup time for your µP.
If clocking data in on the falling edge (CPOL = 0,
CPHA = 1), the maximum CLK rate is given by:
Do not exceed the maximum CLK frequency given in
the
Electrical Characteristics
table. To clock data in on
the falling edge, your processor hold time must not
exceed t
CD
minimum (100ns).
While QSPI can provide the required 20 CLK cycles as
two continuous 10-bit transfers, SPI is limited to 8-bit
transfers. This means that with SPI, a conversion must
consist of three 8-bit transfers. Ensure that the pauses
between 8-bit operations at your selected clock rate
are short enough to maintain a 20ms or shorter conver-
sion time, or the leakage of the capacitive DAC may
cause errors.
f = /
1
t + t
CLK(max)
1
2
CD SD
MAX194
14-Bit, 85ksps ADC with 10µA Shutdown
______________________________________________________________________________________ 17
EOC
CLK
t
CD
t
DV
DATA LATCHED:
t
DH
CS, CONV
DOUT
B13 FROM PREVIOUS
CONVERSION
B13 B13B0B12 S1 S0
MAX194
QSPI
GPT
BP/UP/SHDN
SCLK
EOC
DOUT
RESET
CONV
1.7MHz
CLKIC3
CS
OC3
SCK
IC1
MISO
OC2
START
PCS0
1.3µs
74HC32
Figure 19. MAX194 Connection to QSPI Processor Clocking
Data Out with SCLK Between Conversions
Figure 18. Timing Diagram for Circuit of Figure 17
MicroWire is a trademark of National Semiconductor Corp.
MAX194
Complete source code for the Motorola 68HC16 and
the MAX194 evaluation kit (EV kit) using this mode is
available in the MAX194 EV kit manual.
Mode 2 (Asynchronous Data Transfer)
This mode uses a conversion clock (CLK) and a serial
clock (SCLK). The serial data is clocked out between
conversions, which reduces the maximum throughput
for high CLK rates, but may be more convenient for
some applications. Figure 19 is a block diagram with a
QSPI processor (Motorola 68HC16) connected to the
MAX194. Figure 20 shows the associated timing dia-
gram. Figure 21 gives an assembly language listing for
this arrangement.
An OR gate is used to synchronize the “start” signal to
the asynchronous CLK, as described in the
External
Clock
section. As with Mode 1, the QSPI processor must
run CLK during calibration and either count CLK cycles
or, as is done here, monitor EOC to determine when cal-
ibration is complete. Also, EOC is polled by the µP to
determine when a conversion result is available. When
EOC goes low, data is clocked out at the highest QSPI
data rate (4.19Mbps). After the data is transferred, a
new conversion can be initiated whenever desired.
The timing specification for SCLK-to-DOUT valid (t
SD
)
imposes some constraints on the serial interface. At
SCLK rates up to 2.5Mbps, data is clocked out of the
MAX194 by a falling edge of SCLK and may be
clocked into the µP by the next rising edge (CPOL = 0,
CPHA = 0). For data rates greater than 2.5Mbps (or for
lower rates, if desired) it is necessary to clock data out
of the MAX194 on SCLK’s falling edge and to clock it
into the µP on SCLK’s next falling edge (CPOL = 0,
CPHA = 1). Also, your processor hold time must not
exceed t
SD
minimum (20ns). As with CLK in mode 1,
maximum SCLK rates may not be possible with some
interface specifications that are subsets of SPI.
Supplies, Layout, Grounding
and Bypassing
For best system performance, use printed circuit boards
with separate analog and digital ground planes. Wire-
wrap boards are not recommended. The two ground
planes should be tied together at the low-impedance
power-supply source and at the MAX194, as shown in
Figure 22. If the analog and digital supplies come from
the same source, isolate the digital supply from the ana-
log supply with a low-value resistor (10).
14-Bit, 85ksps ADC with 10µA Shutdown
18 ______________________________________________________________________________________
CS
CLK
START
588ns
239ns
CONVERSION TIME
4.19MHz
1.3µs 9.4µs 17µs 5.1µs
4µs
EOC
SCLK
DOUT
B13 B1 B0B11B12 S1 S0
Figure 20. Timing Diagram for Circuit of Figure 19

MAX194BEWE+

Mfr. #:
Manufacturer:
Maxim Integrated
Description:
Analog to Digital Converters - ADC 14Bit 85ksps 5V Precision ADC
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union