请问多片ADS1255/6如何进行同步采集,使用1个SPI接口的情况下。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
SPI端口是三态端口,所以多个AD的SPI可以直接挂接到处理器上的,同时处理器可以通过CS来选择A/D,这样就可以实现数据的同步采集。
现在需要的是比如8个ADC完全同步采样,或者说8个ADC要在同一个时钟沿开始采样,至于采样到的数据通过CS选通来顺序读取这个没有什么疑问。谢谢你的热心回答。