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.

ADS1120: 关于转换延时的计算

Part Number: ADS1120

再请教个关于ADS1120延时,我这样计算是不是正确:

在9.1.6的示例中,有这样一句

Delay for a minimum of 50 μs + 32 · t(CLK);

我用的是正常模式,20SPS,单次, 那么这里的t(CLK)按8.3.5的表11查得为204850,这个是以4.096M外部时钟的值,我用的32M

所以这个结果是

50us+32*(204850/8)=819442us

这个结果是这样计算吗?