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