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.
工具/软件:Code Composer Studio
无法在 tms320f280049c 控制器中启用 ADCB 通道 您将告诉我如何设置采集周期和 TRIG 选择以启用 ADCB 通道和 ADCC 通道并联
您好、Suraj、
要在 ADCB 和 ADCC 上对某些通道进行采样、您设置 ADC 的方式与 ADCA 相同、并使用与 ADCA SOC 相同的触发器。 这将导致 ADC 以并行方式进行转换。
您可能会看到 F2838x 器件上的 adc_ex1_soc_software.c 示例、了解有关这一点的一些想法。