MAX110/MAX111
Low-Cost, 2-Channel, ±14-Bit Serial ADCs
______________________________________________________________________________________ 13
CS
SCLK
t
CSH
t
CSS
t
CK
t
DH
MSB LSB
t
DS
DIN
DOUT
BUSY
t
DH
t
CK
t
DO
t
DA
POL OFL MSB DO
END OF
CONVERSION
START OF
CONVERSION
Figure 6. Detailed Serial-Interface Timing
The ADC serial interface operates with just SCLK, DIN,
and DOUT (allow sufficient time for the conversion to
complete between read/write operations). Achieve con-
tinuous operation by connecting BUSY to an uncommit-
ted µP I/O or interrupt, to signal the processor when the
conversion results are ready. Figures 8a and 8b show
the timing for SPI/MICROWIRE and QSPI operation.
The fully static 16-bit I/O register allows infinite time
between the two 8-bit read/write operations necessary
to obtain the full 16 bits of data with SPI and
MICROWIRE. CS must remain low during the entire
two-byte transfer (Figure 8a). QSPI allows a full 16-bit
data transfer (Figure 8b).
Interfacing to the 80C32 Microcontroller Family
Figure 7c shows the general 80C32 connection to the
MAX110/MAX111 using Port 1. For a more detailed dis-
cussion, see the MAX110 evaluation kit manual.
I/O Shift Register
Serial data transfer is accomplished with a 16-bit fully
static shift register. The 16-bit control word shifted into
this register during a data-transfer operation controls
the ADC’s various functions. The MSB (NO-OP)
enables/disables transfer of the control word within the
ADC. A logic 1 causes the remaining 15 bits in the con-
trol word to be transferred from the I/O register into the
control register when CS goes high, updating the
ADC’s configuration and starting a new conversion. If
I/O
SCK
MISO
MOSI
MASKABLE
INTERRUPT
SS
a. SPI/QSPI
+5V
µP
CS
SCLK
DOUT
DIN
BUSY
MAX110
MAX111
I/O
SK
SI
SO
MASKABLE
INTERRUPT or I/O
b. MICROWIRE
µP
CS
SCLK
DOUT
DIN
BUSY
P1.0
P1.1
P1.2
P1.3
P1.4
c. 80C51/80C32
µP
CS
SCLK
DIN
DOUT
BUSY
MAX110
MAX111
MAX110
MAX111
Figure 7. Common Serial-Interface Connections
MAX110/MAX111
Low-Cost, 2-Channel, ±14-Bit Serial ADCs
14 ______________________________________________________________________________________
BUSY
1
ST
BYTE READ/WRITE 2
ND
BYTE READ/WRITE
CS
SCLK
DOUT
POL OFL D13 D12 D11 D10 D9 D8 D7 D6 D5 D4 D3 D2 D1 D0
NO OP
NU NU
CONV4 CONV3 CONV2 CONV1
DV4 DV2 NU NU CHS CAL NUL PDX PD
DIN
MAX110
MAX111
Figure 8a. SPI/MICROWIRE-Interface Timing
BUSY
CS
SCLK
DOUT
POL OFL D13 D12 D11 D10 D9 D8 D7 D6 D5 D4 D3 D2 D1 D0
NO OP NU NU
CONV4 CONV3 CONV2 CONV1
DV4 DV2 NU NU CHS CAL NUL PDX PD
DIN
MAX110
MAX111
Figure 8b. QSPI Serial-Interface Timing
MAX110/MAX111
Low-Cost, 2-Channel, ±14-Bit Serial ADCs
______________________________________________________________________________________ 15
NO-OP is a zero, the control word is not transferred to
the control register, the ADC’s configuration remains
unchanged, and no new conversion is initiated. This
allows specific ADCs in a “daisy chain” arrangement to
be reconfigured while leaving the remaining ADCs
unchanged. Table 1 lists the various ADC control word
functions.
Output data is shifted out of DOUT at the same time the
input control word for the next conversion is shifted in
(Figure 8).
On power-up, all internal registers reset to zero.
Therefore, when writing the first control word to the
ADC, the data simultaneously shifted out will be zeros.
The first conversion begins when CS goes high (NO-OP
= 1). The results are placed in the 16-bit I/O register for
access on the next data-transfer operation.
Power-Down Mode
Bits 0 and 1 control the ADC’s power-down mode. If bit
0 (PD) is a logic high, power is removed from all analog
circuitry except the RC oscillator. A logic high at bit 1
(PDX) removes power from the RC oscillator. If both bits
PD and PDX are a logic high, or if PD is high and
RCSEL is low, the supply currents reduce to 4µA. If an
external XCLK clock continues to run in power-down
mode, the supply current will depend on the clock rate.
When PDX is set high, the internal RC oscillator stops
shortly after CS returns high. If the next control word
written to the device has NO-OP = 1 instructing the
ADC to convert, BUSY will go low, but because the RC
oscillator is stopped, BUSY will remain low and will not
allow a new conversion to begin. To avoid this situation,
write a “dummy” control word with NO-OP = 0 and any
combination of bits 14-0 in the control word following
the control word with PDX = 0. With NO-OP = 0, bits 14-
0 are ignored and the internal state machine resets.
Next, perform a normal 3-step calibration (see Table 3).
Note that XCLK must be connected to V
DD
or GND
through a resistor (suggested value is 1M) when the
RC oscillator mode is selected (RCSEL = V
DD
). This
resistor is not necessary if the external oscillator mode
is used, or if the internal oscillator is not shut down.
Selecting the Analog Inputs
Bit 4 (CHS) controls which of the two differential inputs
connect to the internal ADC inputs (see the
Functional
Diagram
). A logic high selects IN2+ and IN2- while a
logic low selects IN1+ and IN1-. Table 2 shows the
allowable input multiplexer configurations.
Table 1. Input Control-Word Bit Map
First bit clocked in.
PD
PDXNULCALCHSNUNUDV2DV4CONV1CONV2CONV3CONV4NUNU
NO-OP
0123456789101112131415
Analog Power-Down. Set this bit high to power down the analog section.PD0
Oscillator Power-Down. Set this bit high to power down the RC oscillator.PDX1
Internal Offset-Null Bit. A logic high selects offset-null mode. See Table 3.NUL2
Gain-Calibration Bit. A logic high selects gain-calibration mode. See Table 3.CAL3
Input Channel Select. A logic high selects channel 2 (IN2+ and IN2-), while a logic low
selects channel 1 (IN1+ and IN1-). See Tables 2 and 3.
CHS4
XCLK to Oversampling Cock Ratio Control Bits. See Table 5.DV2, DV47, 8
Conversion Time Control Bits. See Table 4.CONV1–CONV49–12
Used for test purposes only. Set these bits low.NU5, 6, 13, 14
If this bit is a logic high, the remaining 15 LSBs are transferred to the control register and a
new conversion begins when CS returns high. If this bit is set low, the control word is not
passed to the control register, the ADC configuration remains unchanged, and no new con-
version begins when CS returns high.
NO-OP
15
DESCRIPTIONNAMEBIT

MAX111BEWE+T

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