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.

ADS8319: 能否连续采样

Part Number: ADS8319

请问ads8319支持连续采样么

  • 您好,

    已经收到了您的案例,调查需要些时间,感谢您的耐心等待。


  • 感谢您对TI产品的关注!

    关于你的咨询,ADS8319 模数转换器本身不支持真正意义上的连续采样。它是设计为在每次触发时进行单次转换的器件。
    但是您可以通过软件代码循环调用来实现类似连续采样的效果。每次读取一个样本后,可以在代码中快速进行下一次转换的触发。
    在主控制代码中实现一个循环,依次触发每次采样。
    在读取到的样本数据后,立即发送下一个转换命令。