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.

[参考译文] TMS320F28377D:如何了解设置精度(LSB)并计算 F28377D's ADC 的采集窗口值

Guru**** 2049300 points
Other Parts Discussed in Thread: TMS320F28377D
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/705794/tms320f28377d-how-to-understand-the-setting-accuracy-lsb-and-calculate-the-acquisition-window-value-of-f28377d-s-adc

器件型号:TMS320F28377D

大家好、

在计算 ADC 的采集窗口时、我很难理解"设置精度"。 下图中突出显示的句子意味着什么? 根据我的理解、设置精度应介于0.25和0.5之间、对吗? 如何在项目中选择合适的"设置精度"? 谢谢!

 

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    Sheldon、

    您知道信号的输出电阻、是否连接到 ADC?
    这就是您真正需要的一切。 然后选择您希望结果的精确度、0.5 LSB 或0.25 LSB。

    最后将其插入上面的公式。

    假设您选择了0.5精度。

    t =-ln (0.5/4096)*(YOUT_Signal_OUTPUT 电阻+ 300)*(14.5*10^-12)

    获得该 t 值后、选择在采集时间内将在 ADC 寄存器中表示该值的系统时钟周期数。
    由于您使用的是 TMS320F28377D、因此您的运行频率为200MHz、这意味着系统时钟大约需要5ns。

    假设您获得的 t 以上值为70ns、则必须使用14-1来写入 ACQPS。

    NIMA