SBASAE3 December 2025 ADS125H18
PRODUCTION DATA
As explained in the Channel Auto-Sequencer section, the sequencer operation and configuration is controlled by registers in the General Configuration Page and the individual Step Configuration Pages.
Configure the auto-sequencer by writing to the sequencer related registers both in the Step Configuration Pages (pages 1 to 32) as well as the General Configuration Page (page 0). Access the general configuration registers, or the register page for each individual sequence step by writing the corresponding address value (0, or 1 to 32) to the PAGE_POINTER[7:0] register as shown in Table 7-22.
| PAGE_POINTER[7:0] | REGISTER PAGE CONTENT | STEP ENABLE BIT | DESCRIPTION |
|---|---|---|---|
| 00h | Status and General Configuration Page | N/A | Register page for generic status and configuration data |
| 01h | Step 0 Configuration Page | SEQ_STEP_0_EN | Configuration settings for sequence step 0 |
| 02h | Step 1 Configuration Page | SEQ_STEP_1_EN | Configuration settings for sequence step 1 |
| 03h | Step 2 Configuration Page | SEQ_STEP_2_EN | Configuration settings for sequence step 2 |
| ... | ... | ... | ... |
| 1Fh | Step 30 Configuration Page | SEQ_STEP_30_EN | Configuration settings for sequence step 30 |
| 20h | Step 31 Configuration Page | SEQ_STEP_31_EN | Configuration settings for sequence step 31 |
| 21h – FFh | Invalid pages | N/A | Invalid pages |
Follow this procedure for a reliable configuration of the auto-sequencer:
Each Step Configuration Page contains configuration settings for input multiplexer, voltage reference, ADC, digital filters, gain and offset calibration as well as GPIOs, as shown in Table 7-25.
When the sequencer is disabled (SEQ_MODE[1] = 0b), a write to the step registers updates the device configuration immediately. When the sequencer is enabled (SEQ_MODE[1] = 1b), a write to the step registers takes in effect at the next sequencer start.
| REGISTER | BIT FIELD | DESCRIPTION |
|---|---|---|
|
STEPx_AIN_CFG |
STEPx_AIN[4:0] |
Selection of analog inputs for ADC |
| STEPx_ADC_REF_CFG | STEPx_REF_SEL | Selection of external vs internal voltage reference |
| STEPx_ADC_REF_CFG | CODING | Conversion data coding selection, unipolar vs bipolar |
| STEPx_ADC_REF_CFG | STEPx_NUM_CONV[3:0] | Number of ADC conversions to be executed during this sequence step |
| STEPx_FILT1_CFG | STEPx_FLTR_OSR[4:0] | OSR for digital filter |
| STEPx_FILT1_CFG | STEPx_FLTR_MODE | Selection of filter mode sinc3 vs sinc4 |
| STEPx_DELAY_xSB_CFG | STEPx_DELAY_MSB[7:0] | Conversion-start delay time selection |
| STEPx_OFFSET_CAL_xSB | STEPx_OFFSET_CAL[23:0] | ADC offset calibration value |
| STEPx_GAIN_CAL_xSB | STEPx_GAIN_CAL[15:0] | ADC gain calibration value |