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.

ADS1258模数转换器的数据读取速率问题

Other Parts Discussed in Thread: ADS1258

最近在使用ADS1258芯片,给芯片配置了23.7KSPS/通道的数据速率,16个单端输入通道,其中/DRDY接在了MCU的中断输入IO上,当通道数据准备好,/DRDY为低的时候,将触发MCU的中断进行第1通道数据的读取,现在有个问题,就是当/DRDY为低MCU进行中断读取的时候,必须在多快的时间内把通道数据读走,才不会在下一个通道(即第2通道)数据准备好的时候,把第1通道的数据破坏掉?