Many SPI devices (most ?) support daisy chaining of MISO to MOSI and back to the host MCU. I would like to think the ADS1220 does also ('cause that's what my design wants), but I can't see how to use that. Is that capability supported ? Specifically there's a shared SCLK line, CS is held low. One chip gets DIN from the MCU, and its DOUT goes to the next. Eventually after multiple devices the MCU gets the final DOUT. The idea is to shift out the converted values from the devices in one bit chain. But now that I'm writing the code I don't see how to make it actually work...