Hello just want to clarify the ADS127L01 register access via spi in a daisy chain connection. Suppose I have 3 ADC's in a daisy-chain. Am i right:
1) I can do a mass write to all ADC's with all there nCS pins tied low (just like in a regular multi slave topology).
2) I can do a single ADC register write tying its nCS low while other ADC's nCS pins are held high (just like in a regular multi slave topology).
3) I can do a mass single byte register read from all ADC's in a chain with all nCS pins tied low:
- First: I do a mass write with a register address and 1 byte for read setting
- Second: I read 3 bytes from topmost ADC in a chain
Thanks!