MAX1231EVC16 Maxim Integrated Products, MAX1231EVC16 Datasheet - Page 16

no-image

MAX1231EVC16

Manufacturer Part Number
MAX1231EVC16
Description
EVAL KIT FOR MAX1231
Manufacturer
Maxim Integrated Products
Datasheets

Specifications of MAX1231EVC16

Number Of Adc's
1
Number Of Bits
12
Sampling Rate (per Second)
300k
Data Interface
Serial
Inputs Per Adc
16 Single Ended or 8 Differential
Input Range
±VREF/2
Power (typ) @ Conditions
1.86mW @ 300kSPS
Voltage Supply Source
Single Supply
Operating Temperature
0°C ~ 70°C
Utilized Ic / Part
MAX1231
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
MAX1231 Evaluation Kit/Evaluation System
Listing 1 (Sheet 3 of 4)
16
______________________________________________________________________________________
//
// Repeat Count
// Enabled by MAX1231_CONV_SINGLE_REPEAT 1xxxx10x
// Internal clock modes only
#define MAX1231_REPEAT_4
#define MAX1231_REPEAT_8
#define MAX1231_REPEAT_12
#define MAX1231_REPEAT_16
//--------------------------------------------------
// MAX1231 Reset register (reset command)
// 0 0 0 1 x x x x
//
// Reset only the FIFO entries
#define MAX1231_RESET_FIFO
//
// Reset all registers to their power-on default states
#define MAX1231_RESET_ALL
//--------------------------------------------------
// Enumerated type defining the meaning of each of the
// MAX1231's FIFO data slots.
typedef enum {
} MAX1231_fifo_entry_t;
//--------------------------------------------------
// Enumerated type defining each pair of MAX1231 inputs
// as single-ended or differential
typedef enum {
// Unused FIFO slot; meaningless data.
// Temperature measurement.
// The scan modes always place temperature data
// Single-ended unipolar analog inputs.
// Note that AIN14 and AIN15 pins have optional alternate functions.
// Unipolar differential input pairs.
// Bipolar differential input pairs.
// at the head of the FIFO.
// Code 0x0000 = minimum voltage
// Code 0x0FFF = maximum voltage
// Code 0x0000 = minimum voltage
// Code 0x0FFF = maximum voltage
// Code 0x07FF = maximum voltage
// Code 0x0000 = zero volts
// Code 0x0800 = minimum voltage
//
//
//
//
//
//
UNDEFINED = 0,
UNIAIN00, UNIAIN01, UNIAIN02, UNIAIN03,
UNIAIN04, UNIAIN05, UNIAIN06, UNIAIN07,
UNIAIN08, UNIAIN09, UNIAIN10, UNIAIN11,
UNIAIN12, UNIAIN13, UNIAIN14, UNIAIN15,
UNIDIF0001, UNIDIF0203, UNIDIF0405, UNIDIF0607,
UNIDIF0809, UNIDIF1011, UNIDIF1213, UNIDIF1415,
BIPDIF0001, BIPDIF0203, BIPDIF0405, BIPDIF0607,
BIPDIF0809, BIPDIF1011, BIPDIF1213, BIPDIF1415,
SINGLE_ENDED = 0,
TEMPERATURE,
NUM_FIFO_ENTRY_TYPES
UNIPOLAR_DIFFERENTIAL,
0x20
0x21
0x22
0x23
0x18
0x10
/* 001xxx00 4 times */
/* 001xxx01 8 times */
/* 001xxx10 12 times */
/* 001xxx11 16 times */
/* 00011xxx Reset FIFO data registers */
/* 00010xxx Reset All Registers */

Related parts for MAX1231EVC16