Hello.
I have confirmed the operation of UCD3138PSFBEVM-027 by using the software (UCD3138FW-PSFB) of this URL (www.tij.co.jp/.../UCD3138
In this sample program, the event value of PWM is set in "init_dpwm.c" and "deadtime_adjust.c" as follows, but I have a doubt about the setting of pwmX_ev4.
I think that the setting value of the event of pwm needs to be related to "pwmX_ev1 < pwmX_ev2 < pwmX_ev3 < pwmX_ev4", but it is not like that in the sample program.
Specifically, the value of pwmX_ev4 is smaller than pwmX_ev2 and pwmX_ev3.
Please explain the theory that pwmX_ev4 is derived from the formula in the sample code.
Also, is it wrong to think that the setting value of my event should be in the relation of "pwmX_ev1 < pwmX_ev2 < pwmX_ev3 < pwmX_ev4"?
Best regard,