MAX1162
16-Bit, +5V, 200ksps ADC with 10µA
Shutdown
______________________________________________________________________________________ 13
format. Observe the SCLK to DOUT valid timing
characteristic. Clock data into the µP on SCLK’s ris-
ing edge.
3) Pull CS high at or after the 24th falling clock edge. If
CS remains low, trailing zeros are clocked out after
the least significant bit (D0 = LSB).
4) With CS high, wait at least 50ns (t
CSW
) before start-
ing a new conversion by pulling CS low. A conver-
sion can be aborted by pulling CS high before the
conversion ends. Wait at least 50ns before starting a
new conversion.
Data can be output in three 8-bit sequences or continu-
ously. The bytes contain the results of the conversion
padded with eight leading zeros before the MSB. If the
serial clock has not been idled after the LSB (D0) and
CS has been kept low, DOUT sends trailing zeros.
SPI and MICROWIRE Interfaces
When using the SPI (Figure 10a) or MICROWIRE
(Figure 10b) interfaces, set CPOL = 0 and CPHA = 0.
Conversion begins with a falling edge on CS (Figure
10c). Three consecutive 8-bit readings are necessary
to obtain the entire 16-bit result from the ADC. DOUT
data transitions on the serial clock’s falling edge. The
first 8-bit data stream contains all leading zeros. The
second 8-bit data stream contains the MSB through D8.
The third 8-bit data stream contains D7 through D0.
QSPI Interface
Using the high-speed QSPI interface with CPOL = 0
and CPHA = 0, the MAX1162 supports a maximum
f
SCLK
of 4.8MHz. Figure 11a shows the MAX1162 con-
nected to a QSPI master and Figure 11b shows the
associated interface timing.
CS
SCLK
DOUT
I/O
SCK
MISO
SPI
V
DD
SS
MAX1162
Figure 10a. SPI Connections
MAX1162
CS
MICROWIRE
SCLK
DOUT
I/O
SK
SI
Figure 10b. MICROWIRE Connections
DOUT*
CS
SCLK
1ST BYTE READ
2ND BYTE READ
*WHEN CS IS HIGH, DOUT = HIGH-Z
MSB
HIGH-Z
3RD BYTE READ
LSB
D1 D0D7 D6 D5 D4 D3 D2
2420
1612
8
641
D15 D14 D13 D12 D11 D10 D9 D8 D7
00000000
TIMING NOT TO SCALE.
Figure 10c. SPI/MICROWIRE Interface Timing Sequence (CPOL = CPHA = 0)
MAX1162
16-Bit, +5V, 200ksps ADC with 10µA
Shutdown
14 ______________________________________________________________________________________
PIC16 with SSP Module and
PIC17 Interface
The MAX1162 is compatible with a PIC16/PIC17 micro-
controller (µC) using the synchronous serial-port (SSP)
module.
To establish SPI communication, connect the controller
as shown in Figure 12a. Configure the PIC16/PIC17 as
system master, by initializing its synchronous serial-port
control register (SSPCON) and synchronous serial-port
status register (SSPSTAT) to the bit patterns shown in
Tables 1 and 2.
In SPI mode, the PIC16/PIC17 µC allows 8 bits of data
to be synchronously transmitted and received simulta-
CS
QSPI
SCLK
DOUT
CS
SCK
MISO
V
DD
SS
MAX1162
SCK
SDI
GND
PIC16/17
I/O
SCLK
DOUT
CS
V
DD
V
DD
MAX1162
Figure 11a. QSPI Connections
Figure 12a. SPI Interface Connection for a PIC16/PIC17
DOUT*
CS
SCLK
*WHEN CS IS HIGH, DOUT = HIGH-Z
MSB
2016
D15
D14 D13
D12 D11 D10
D9
HIGH-Z
D1 D0
24
1214 86
D8 D5
D4 D3
LSB
D7 D6
END OF
ACQUISITION
D2
Figure 11b. QSPI Interface Timing Sequence (CPOL = CPHA = 0)
CONTROL BIT
MAX1162
SETTINGS
SYNCHRONOUS SERIAL-PORT CONTROL REGISTER (SSPCON)
WCOL BIT7 X Write Collision Detection Bit
SSPOV BIT6 X Receive Overflow Detect Bit
SSPEN BIT5 1
Synchronous Serial-Port Enable Bit:
0: Disables serial port and configures these pins as I/O port pins.
1: Enables serial port and configures SCK, SDO, and SCI pins as serial port pins.
CKP BIT4 0 Clock Polarity Select Bit. CKP = 0 for SPI master mode selection.
SSPM3 BIT3 0
SSPM2 BIT2 0
SSPM1 BIT1 0
SSPM0 BIT0 1
Synchronous Serial-Port Mode Select Bit. Sets SPI master mode and selects
f
CLK
= f
OSC
/ 16.
Table 1. Detailed SSPCON Register Contents
MAX1162
16-Bit, +5V, 200ksps ADC with 10µA
Shutdown
______________________________________________________________________________________ 15
neously. Three consecutive 8-bit readings (Figure 12b)
are necessary to obtain the entire 16-bit result from the
ADC. DOUT data transitions on the serial clock’s falling
edge and is clocked into the µC on SCLK’s rising edge.
The first 8-bit data stream contains all zeros. The sec-
ond 8-bit data stream contains the MSB through D8.
The third 8-bit data stream contains bits D7 through D0.
Definitions
Integral Nonlinearity
Integral nonlinearity (INL) is the deviation of the values
on an actual transfer function from a straight line. This
straight line can be either a best-fit straight line fit or a
line drawn between the endpoints of the transfer func-
tion, once offset and gain errors have been nulled. The
static linearity parameters for the MAX1162 are mea-
sured using the endpoint method.
Differential Nonlinearity
Differential nonlinearity (DNL) is the difference between
an actual step width and the ideal value of 1LSB. A
DNL error specification of 1LSB guarantees no missing
codes and a monotonic transfer function.
Aperture Definitions
Aperture jitter (t
AJ
) is the sample-to-sample variation in
the time between samples. Aperture delay (t
AD
) is the
time between the falling edge of the sampling clock
and the instant when the actual sample is taken.
CONTROL BIT
MAX1162
SETTINGS
SYNCHRONOUS SERIAL-PORT CONTROL REGISTER (SSPSTAT)
SMP BIT7 0 SPI Data Input Sample Phase. Input data is sampled at the middle of the data output time.
CKE BIT6 1 SPI Clock Edge Select Bit. Data is transmitted on the rising edge of the serial clock.
D/A BIT5 X Data Address Bit
P BIT4 X Stop Bit
S BIT3 X Start Bit
R/W BIT2 X Read/Write Bit Information
UA BIT1 X Update Address
BF BIT0 X Buffer Full Status Bit
Table 2. Detailed SSPSTAT Register Contents
DOUT*
CS
SCLK
1ST BYTE READ
2ND BYTE READ
*WHEN CS IS HIGH, DOUT = HIGH-Z
MSB
HIGH-Z
3RD BYTE READ
LSB
D1 D0D7 D6 D5 D4 D3 D2
2420
1612
D15 D14 D13 D12 D11 D10 D9 D8
00000000
D7
TIMING NOT TO SCALE.
Figure 12b. SPI Interface Timing with PIC16/PIC17 in Master Mode (CKE = 1, CKP = 0, SMP = 0, SSPM3 - SSPM0 = 0001)
X = Don’t care.

MAX1162BEUB+T

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