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.

epwm的问题



在F28335的ePWM说明pdf有如下一段,有一点理解不清楚,请教各位高手:

Asynchronous override control of PWM signals through software.

异步overide控制,是什么意思?指的是什么?

  • Zone

    这里的意思应该是指,可以通过软件方式不定期控制PWM,如可以通过software force方式配置PWM高低电平,通过软件方式出发TZ保护PWM。这种方式主要跟PWM一些同步事件相对比,如计数值为0,计数器等于周期值,计数器等于比较值等。

    Eric