I am confused by the SPI options with the AD4001 and am hoping someone can give me feedback on the options.
Is it safe to connect 2x AD4001's in "CS MODE, 4-WIRE WITHOUT BUSY INDICATOR" along with an AD5674 on the same SPI bus?
The datasheet is pretty complicated, with the state of SDI, SCK, and CONV at different times determining the function of the communication.
I see that it suggests using CS MODE, 4-WIRE WITHOUT BUSY INDICATOR for the case of multiple AD4001 devices. I see it also has a daisy chain mode, and that the two options use different "chip select" lines.
What does SDO actually do in these modes?
If SDO on the AD4001 is actually active high or low while I am trying to talk to the AD5674 it would be bad, and I am struggling to figure out if my concern is valid.
In "CS MODE, 4-WIRE WITHOUT BUSY INDICATOR" mode, I think it says that it can share a bus, but I would love some clarity on how to avoid ending up with SDO going active high (or active low) due to activity on SCK. If it goes active high or active low just from SCK activity it would of course disrupt all hope of talking to another device.
I would also like to be able to test the high-Z mode, but that requires writing to the configuration register. I think that would require using daisy-chain mode rather than "CS MODE, 4-WIRE WITHOUT BUSY INDICATOR" because SDI needs to be sending data, but that implies to me that SDO will definitely always be going active high or active low when SCK is active -- how does that work? Is it hopeless to use a daisy-chain mode with other devices on the SPI bus?