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.

关于ADS8363中保持时间的问题

Other Parts Discussed in Thread: ADS8363

ADS8363采样率可以达到1Mbps,如果采用半时钟模式,那么串行时钟20MHz就可以满足要求。

如果想把采样率降低到500KHz,有如下几种方法,

1)一种是将时钟频率调整到10MHz。

2)另外一种是依然采用20MHz,每隔一个点舍去一个点,也就是进行下采样。

3)如果采用20MHz的时钟,但是把convst的脉冲增加到2us,原则上也是500KHz。这样就需要在20个时钟周期完成后等待20个时钟周期。

我的问题是:

在采用第三种方法,上一次转换时间完成后,就是获取时间tacq,而tacq的时间为100ns,那么下一次采样时,也就是CONVST再次为脉冲为高时,

转换的数据应该是CONVST之前的100ns的数据,还是CONVST之前1us+100ns的数据呢?