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
大家好,我正在使用 TMS320F28035 控制器。 我必须对 ADC 信号进行过采样。 因此,我将在向上向下计数模式和 在零、CMPA、CMPB、TBPRD 事件上使用 ePWM 来触发 ADC。
以下配置是否针对4个不同事件触发 ADC 相同的通道?
AdcRegs.ADCSOC1CTL.bit.TRIGSEL = ePWM1SOCA | ePWM1SOCB | ePWM2SOCA | ePWM2SOCB;/* 5 | 6 | 7 | 8 =>相应的 TRIG 选择值。 *
该指令是否会触发特定 的 ADC 通道4次??
如果不建议我使用其他方法。 用于多次触发同一信道。
谢谢、此致、
Indrajit。