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.

利用TZFRC寄存器 trip ePWM1A



请教28027执行下面的程序是否ePWM1A 应该被trip low了?datasheet里关于这个的描述感觉很不明确。

EPwm1Regs.TZCTL.bit.DCAEVT1 = TZ_DCAH_LOW; 
EPwm1Regs.TZSEL.bit.DCAEVT1 = TZ_ENABLE; 
EPwm1Regs.TZFRC.bit.DCAEVT1 = 1;

为何实际执行除了TZFLG变高外,pwm输出没有变化?

而我利用ACOMP输出到DC再来触发DCAEVT1则可以.

谢谢!