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.

[参考译文] RTOS/TMS570LS0432:关于 ADC 采样时间

Guru**** 2460850 points
Other Parts Discussed in Thread: TMS570LS0432

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/641716/rtos-tms570ls0432-about-adc-sample-time

器件型号:TMS570LS0432

工具/软件:TI-RTOS

您好!

我使用 TMS570LS0432进行16通道 ADC 采样、使用 GUI 时大约需要11us 才能完成任务

工具生成的函数。 时间太长或只是正常?

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

    对于12位模式、最小采样/保持和转换时间为0.6us、最小 ADC 时钟周期时间为33ns。
    每个通道的 ADC 时序为:T (CHANNEL)= T (Discharge)+ T (sample)+ T (conversion)
    总 ADC 时序为:t (total)= Channel_number * T (channel)+(Channel_number - 1)* 5*T (vclk)

    您的 ADC 配置中使用了哪些值?
    ADCLK 预分频(PS)
    2.放电周期预分频(Pdis)
    3.采集预分频(ACQ)
    4.分辨率(10位或12位)
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好!

    我是否可以在我的上一篇文章中列出您的配置值? 这些值与 ADC 采样时间有关。 谢谢