SBASAE3 December 2025 ADS125H18
PRODUCTION DATA
In systems using multiple ADCs, the devices can be connected in a daisy-chain string to reduce the number of SPI connections. A daisy-chain connection links together the SPI output of one device to the SPI input of the next device so the devices in the chain appear as a single logical device to the host controller. There is no special programming required for daisy-chain operation, apply additional shift clocks to access all devices in the chain. For simplified operation, program the same SPI frame size for each device (for example, when enabling the CRC option of all devices, thus producing a 32 bit frame size).
Figure 7-71 shows four devices connected in a daisy-chain configuration. SDI of ADS125H18 (1) connects to the host SPI data output, and SDO/DRDY of ADS125H18 (4) connects to the host SPI data input. The shift operation is simultaneous for all devices in the chain. After each ADC shifts out the conversion data, the data of SDI appears on SDO/DRDY to drive the SDI of the next device in the chain. The shift operation continues until the last device in the chain is reached. The SPI frame ends when CS is taken high, at which time the data shifted into each device is interpreted. For daisy-chain operation, program the SDO/DRDY pin to data output only mode using the SDO_MODE bit.
Figure 7-71 shows a pull-up resistor at each data output pin. Use a 10kΩ pull-up resistor if the SDO/DRDY pin is used in dual-function mode for fast response times between SPI frames (this is especially important when using edge triggered interrupts). However, when only using the pin as an SDO, a weaker pull-up such as a 100kΩ resistor is sufficient.
Figure 7-72 shows the 24 bits frame size of each device used at initial communication after device power up.
To input data, the host first shifts in the data intended for the last device in the chain. The number of input bytes for each ADC is sized to match the output frame size. The default frame size is 24 bits, so initially each ADC requires three bytes by prefixing a pad byte in front of the two command bytes. The input data of ADC #4 is first, followed by the input data of ADC #3, and so forth.
Figure 7-73 shows the detailed input data sequence for the daisy-chain write register operation of Figure 7-71. 48 bit frames for each ADC are shown (24 bits of data, with the STATUS header and CRC byte enabled). Command operations can be different for each ADC. The read register operation requires a second frame operation to read out the register data.
Figure 7-74 shows the clock sequence to read conversion data from the device connection provided in Figure 7-71. This example illustrates a 32 bit output frame (24 bits of data, with the CRC byte enabled). The output data of ADC (4) is first in the sequence, followed by the data of ADC (3), and so on. The total number of clocks required to shift out the data is given by the number of bits per frame × the number of devices in the chain. In this example, 32 bit output frames × four devices result in 128 total clocks.
As shown in Equation 31, the maximum number of devices connected in daisy-chain configuration is limited by the SCLK signal frequency, data rate, and number of bits per frame.
For example, if fSCLK = 20MHz, fDATA = 100 kSPS, and 32 bit frames are used, the maximum number of daisy-chain connected devices is the floor of: ⌊20MHz / (100kHz × 32)⌋ = 6.