SBASAI9 December 2025 ADS112S14 , ADS122S14
PRODUCTION DATA
Conversion data are coded depending on the CODING bit setting. By default, conversion data are coded in binary two's-complement format, MSB first (sign bit). Set the CODING bit to 1b for unipolar straight binary format. Table 7-12 and Table 7-13 show the output code for the 16-bit and 24-bit device, respectively. In binary two's-complement format, the conversion data clips to positive and negative full-scale codes when the input signal exceeds the respective positive and negative full-scale values. In unipolar straight binary format, conversion data clips to the full-scale code when the input signal exceeds the full-scale value, or to the zero code when the input signal value is below zero.
| DIFFERENTIAL INPUT VOLTAGE (V) | IDEAL OUTPUT CODE(1) | |
|---|---|---|
| BINARY TWO'S-COMPLEMENT FORMAT (CODING = 0b) | UNIPOLAR STRAIGHT BINARY FORMAT (CODING = 1b) | |
| ≥ FSR × (216 – 1) / 216 | 7FFFh | FFFFh |
| ≥ FSR × (215 – 1) / 215 | FFFEh | |
| FSR / 215 | 0001h | 0002h |
| 0 | 0000h | 0000h |
| –FSR / 215 | FFFFh | |
| –FSR × (215 – 1) / 215 | 8001h | |
| ≤ –FSR | 8000h | |
| DIFFERENTIAL INPUT VOLTAGE (V) | IDEAL OUTPUT CODE(1) | |
|---|---|---|
| BINARY TWO'S-COMPLEMENT FORMAT (CODING = 0b) | UNIPOLAR STRAIGHT BINARY FORMAT (CODING = 1b) | |
| ≥ FSR × (224 – 1) / 224 | 7FFFFFh | FFFFFFh |
| ≥ FSR × (223 – 1) / 223 | FFFFFEh | |
| FSR / 223 | 000001h | 000002h |
| 0 | 000000h | 000000h |
| –FSR / 223 | FFFFFFh | |
| –FSR × (223 – 1) / 223 | 800001h | |
| ≤ –FSR | 800000h | |