MAX1112/MAX1113
+5V, Low-Power, Multi-Channel,
Serial 8-Bit ADCs
10 ______________________________________________________________________________________
Table 3. Control-Byte Format
START SEL2 SEL1 SEL0 UNI/BIP SGL/DIF PD1 PD0
BIT 7 BIT 6 BIT 5 BIT 4 BIT 3 BIT 2 BIT 1 BIT 0
(MSB) (LSB)
NAME
SGL/DIF
2
BIT
1 = single ended, 0 = differential. Selects single-ended or differential conversions. In single-
ended mode, input signal voltages are referred to COM. In differential mode, the voltage differ-
ence between two channels is measured (Tables 1 and 2).
DESCRIPTION
UNI/BIP
3
START
1 = unipolar, 0 = bipolar. Selects unipolar or bipolar conversion mode (Table 4).
PD00 (LSB)
7 (MSB)
1 = external clock mode, 0 = internal clock mode.
Selects external or internal clock mode.
The first logic “1” bit after CS goes low defines the beginning of the control byte.
SEL2
SEL1
SEL0
6
5
4
Select which of the input channels are to be used for the conversion (Tables 1 and 2).
PD11
1 = fully operational, 0 = power-down.
Selects fully operational or power-down mode.
The time required for the T/H to acquire an input signal
is a function of how quickly its input capacitance is
charged. If the input signal’s source impedance is high,
the acquisition time lengthens, and more time must be
allowed between conversions. The acquisition time,
t
ACQ
, is the minimum time needed for the signal to be
acquired. It is calculated by:
t
ACQ
= 6 x (R
S
+ R
IN
) x 18pF
where R
IN
= 6.5kΩ, R
S
= the source impedance of the
input signal, and t
ACQ
is never less than 1µs. Note that
source impedances below 2.4kΩ do not significantly
affect the AC performance of the ADC.
Input Bandwidth
The ADC’s input tracking circuitry has a 1.5MHz small-
signal bandwidth, so it is possible to digitize high-
speed transient events and measure periodic signals
with bandwidths exceeding the ADC’s sampling rate by
using undersampling techniques. To avoid high-
frequency signals being aliased into the frequency
band of interest, anti-alias filtering is recommended.
Analog Inputs
Internal protection diodes, which clamp the analog
input to V
DD
and AGND, allow the channel input pins to
swing from (AGND - 0.3V) to (V
DD
+ 0.3V) without dam-
age. However, for accurate conversions near full scale,
the inputs must not exceed V
DD
by more than 50mV or
be lower than AGND by 50mV.
If the analog input exceeds 50mV beyond the sup-
plies, do not forward bias the protection diodes of
off channels over 2mA.
The MAX1112/MAX1113 can be configured for differen-
tial or single-ended inputs with bits 2 and 3 of the con-
trol byte (Table 3). In single-ended mode, analog inputs
are internally referenced to COM with a full-scale input
range from COM to V
REFIN
+ COM. For bipolar opera-
tion, set COM to V
REFIN
/2.
In differential mode, choosing unipolar mode sets the
differential input range at 0V to V
REFIN
. In unipolar
mode, the output code is invalid (code zero) when a
negative differential input voltage is applied. Bipolar
mode sets the differential input range to ±V
REFIN
/2.
Note that in this mode, the common-mode input range
includes both supply rails. See Table 4 for input voltage
ranges.
Quick Look
To quickly evaluate the MAX1112/MAX1113’s analog
performance, use the circuit of Figure 5. The
MAX1112/MAX1113 require a control byte to be written
to DIN before each conversion. Tying DIN to +5V feeds
MAX1112/MAX1113
+5V, Low-Power, Multi-Channel,
Serial 8-Bit ADCs
______________________________________________________________________________________ 11
in control bytes of $FF (hex), which trigger single-
ended, unipolar conversions on CH7 (MAX1112) or
CH3 (MAX1113) in external clock mode without power-
ing down between conversions. In external clock mode,
the SSTRB output pulses high for two clock periods
before the most significant bit (MSB) of the 8-bit con-
version result is shifted out of DOUT. Varying the ana-
log input alters the output code. A total of 10 clock
cycles is required per conversion. All transitions of the
SSTRB and DOUT outputs occur on SCLK’s falling
edge.
How to Start a Conversion
A conversion is started by clocking a control byte into
DIN. With CS low, each rising edge on SCLK clocks a bit
from DIN into the MAX1112/MAX1113’s internal shift reg-
ister. After CS falls, the first arriving logic “1” bit at DIN
defines the MSB of the control byte. Until this first start bit
arrives, any number of logic “0” bits can be clocked into
DIN with no effect. Table 3 shows the control-byte format.
The MAX1112/MAX1113 are compatible with
MICROWIRE, SPI, and QSPI devices. For SPI, select the
correct clock polarity and sampling edge in the SPI con-
trol registers: set CPOL = 0 and CPHA = 0. MICROWIRE,
SPI, and QSPI all transmit a byte and receive a byte at the
same time. Using the Typical Operating Circuit (Figure 3),
the simplest software interface requires three 8-bit trans-
fers to perform a conversion (one 8-bit transfer to config-
ure the ADC, and two more 8-bit transfers to clock out the
1µF
0.1µF
V
DD
DGND
AGND
CS
SCLK
DIN
DOUT
SSTRB
SHDN
+5V
N.C.
0.01µF
CH7 (CH3)
COM
REFOUT
REFIN
C1
1µF
0V TO
+4.096V
ANALOG
INPUT
OSCILLOSCOPE
CH1 CH2
CH3
CH4
*FULL-SCALE ANALOG INPUT, CONVERSION RESULT = $FF (HEX)
( ) ARE FOR THE MAX1113.
MAX1112
MAX1113
+5V
500kHz
OSCILLATOR
SCLK
SSTRB
DOUT*
Figure 5. Quick-Look Circuit
Table 4. Full-Scale and Zero-Scale Voltages
UNIPOLAR MODE
V
REFIN
+ COM
+V
REFIN
/2
+ COM
Full Scale
COM COM
-V
REFIN
/2
+ COM
Positive
Full Scale
Zero Scale
Zero
Scale
BIPOLAR MODE
Negative
Full Scale
8-bit conversion result). Figure 6 shows the MAX1112/
MAX1113 common serial-interface connections.
Simple Software Interface
Make sure the CPU’s serial interface runs in master
mode so the CPU generates the serial clock. Choose a
clock frequency from 50kHz to 500kHz.
1) Set up the control byte for external clock mode and
call it TB1. TB1 should be of the format 1XXXXX11
binary, where the Xs denote the particular channel
and conversion mode selected.
2) Use a general-purpose I/O line on the CPU to pull
CS low.
3) Transmit TB1 and, simultaneously, receive a byte
and call it RB1. Ignore RB1.
4) Transmit a byte of all zeros ($00 hex) and, simulta-
neously, receive byte RB2.
5) Transmit a byte of all zeros ($00 hex) and, simulta-
neously, receive byte RB3.
6) Pull CS high.
Figure 7 shows the timing for this sequence. Bytes RB2
and RB3 contain the result of the conversion padded
with two leading zeros and six trailing zeros. The total
conversion time is a function of the serial-clock
frequency and the amount of idle time between 8-bit
transfers. Make sure that the total conversion time does
not exceed 1ms, to avoid excessive T/H droop.
MAX1112/MAX1113
+5V, Low-Power, Multi-Channel,
Serial 8-Bit ADCs
12 ______________________________________________________________________________________
SSTRB
CS
SCLK
DIN
DOUT
14 8 12 16 20 24
START
SEL2 SEL1 SEL0
UNI/
BIP
SGL/
DIF
PD1 PD0
B7 B6 B5 B4 B3 B2 B1 B0
ACQUISITION
(f
SCLK
= 500kHz)
IDLE
FILLED WITH ZEROS
IDLE
CONVERSION
t
ACQ
A/D STATE
RB1
RB2
RB3
4μs
Figure 7. Single-Conversion Timing, External Clock Mode, 24 Clocks
CS
SCLK
DOUT
I/O
SCK
MISO
+5V
SS
a) SPI
CS
SCLK
DOUT
CS
SCK
MISO
+5V
SS
b) QSPI
MAX1112
MAX1113
MAX1112
MAX1113
MAX1112
MAX1113
CS
SCLK
DOUT
I/O
SK
SI
c) MICROWIRE
Figure 6. Common Serial-Interface Connections to the
MAX1112/MAX1113

MAX1113CEE+

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