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/RM48L952:ADC 组优先级

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/899310/ccs-rm48l952-adc-group-priority

器件型号:RM48L952

工具/软件:Code Composer Studio

大家好、

如果优先级较低的组在 ADC 1 (es Group 2)上进行单次转换、并且组 EVT 有一个用于启动新转换的触发器、那么组 EVT 会强制组2冻结、开始转换、然后释放组2、完成后、 或者组 EVT 等待运行收敛,如果具有 higger 优先级?  

此致
Ging Giuseppe Monteleone  

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

    您好、Giuseppe、

    假设 G2配置为可自由运行、并且处于单次转换序列中。 如果为任何其他转换组触发了新的转换、则在当前通道转换完成后 G2转换将停止、ADC 将切换到转换新的转换组。 一旦这个新的转换组单个序列完成、ADC 将切换回 G2并完成 G2中的任何剩余转换。

    此致、Sunil