SBASB22 December 2025 ADS9324
PRODUCTION DATA
The ADS93x4 includes a ADC calibration module (ADC_CAL) for every ADC channel. Any change in ADC gain and offset error due to changes in the ambient temperature can be calibrated using this calibration. When ADC_CAL is running, the external input signal is disconnected from the ADC, and the ADC waits for TWAIT time to calibrate the gain and offset error of the all channels (see the Figure 7-10). The ADC calibration module doesn't affect the signals at the AINnP and AINnM input pins. After TWAIT time (see the Table 7-7), the ADC is automatically reconnected to the AINnP and AINnM input pins. ADC_CAL is an optional feature and requires user triggering to initiate operation. If the user is performing system-level offset and gain calibration, either using the on-chip system gain and offset error feature or in the host, ADC_CAL is not required. The ADC_CAL feature is useful when the user is not performing any system level calibration, and requires low ADC offset and gain error at power-up.
| ADC_CAL MODE | INT_TRIG_MODE | TWAIT Time |
|---|---|---|
| Free running CONVST | 0b | |
| Single-shot | 1b | 125ms |
Figure 7-11 and Figure 7-12 show ADC output code when input shorted to ground before and after ADC calibration is performed. Channel-channel to offset error gets reduced from 40LSB16 to 15LSB16, and offset error is reduced from ±30LSB16 to ±8LSB16 after calibration is performed.
| RANGE = ±5V,
low-bandwidth, single-ended, VIN = 0V, channel-to-channel offfset mismatch = 40LSB16, offset error = ±30LSB16 |

| RANGE = ±5V,
low-bandwidth, single-ended, VIN = 0V, channel-to-channel offfset mismatch = 15LSB16, offset error = ±8LSB16 |
ADC calibration block is configured using ADC_CAL register in the ADS93x4 Common register bank. Before running ADC calibration module, enable common mode error correction feature if required and disable digital filters. By default digital filters are disabled. ADC calibration module requires user to provide analog input configuration. Depending on the single ended or differential analog mode, update SE_DIFF_MODE_AIN9_16 and SE_DIFF_MODE_AIN1_8 bit fields in the ADC_CAL register. See below for steps required to run the ADC gain and offset error calibration module.
ADC calibration (single-shot mode):
ADC calibration with continuous CONVST signal: Use the below programming sequence to configure the ADC_CAL block if INT_TRIG_MODE is programmed to 0b.