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.

[参考译文] CCS/TMS570LS0714:ADC 模块

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/722888/ccs-tms570ls0714-adc-module

器件型号:TMS570LS0714

工具/软件:Code Composer Studio

尊敬的 E2E:

  最近、当我们从 AD 模块读取电压时、我们发现 ADC1中的结果值比 ADC2中的结果值大一点、因此我遇到了以下一些问题:

(1) TMS570LS0714中有两个 ADC 模块(ADC1和 ADC2)、它们之间有什么区别?

(2)从 ADC 模块读取结果有两种方法。(FIFO 和 RAM)。在相同的条件下、哪种方法可以更快地获得结果?

(3)在使用 ADC 模块时、我们应该注意到什么?

谢谢、此致、  

于陈

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好!
    您可以尝试增加采样时间。
    不同封装具有不同数量的 ADC 通道(PGE 有24个 ADC1通道和16个 ADC2通道、PZ 分别有16个和8个通道)。 ADC2通道均为共享通道。
    当直接从 RAM 读取时、您可以有选择地读取转换结果。 从 FIFO 读取时、应按顺序读出转换结果。

    此致、
    米罗