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.

TMS320F28379D: Software Continuous Forced Action on EPWM

Part Number: TMS320F28379D


Tool/software:

Hello,

In my application, a PWM Module is running.

Sometimes I force the output of the Action Qualifier to be low using the function EPWM_setActionQualifierContSWForceAction(PWM_LE_BASE,EPWM_AQ_OUTPUT_A,EPWM_AQ_SW_OUTPUT_LOW);

The Continuous SW Force Shadow Mode is "immediate mode only"

So, when leaving this forced state using EPWM_setActionQualifierContSWForceAction(PWM_LE_BASE,EPWM_AQ_OUTPUT_A,EPWM_AQ_SW_DISABLED); I expect that I could see a part of a Period of the PWM signal before the nominal signal (red signal on the graph down below)

But the PWM signals seems to start only at the beginning of a new Period (blue signal)

Can someone explain this ?

Thank you