Other Parts Discussed in Thread: UCD3138
Hi,Ti‘s Engineer。I would like to ask some questions about the use of UCD3138。
In the triangle mode, can the value of DPWM B Rising Edge exceed the center point (Period/2)?
For example: Period=16000, Filter Duty=200, Cycle Adjust A=200, Cycle Adjust B=200
Dpwm1Regs.DPWMCTRL0.bit.D_ENABLE = 0;
Dpwm1Regs.DPWMCTRL0.bit.PWM_B_INV = 0;
Calculated at this time: DPWM B Rising Edge = 8100, DPWM B Falling Edge = 7900
Does the duty cycle of DPWM output become 98.75%? At this time, DPWM B Rising Edge will exceed the center point of 8000.
If DPWM B Rising Edge cannot exceed the midpoint, is the dead time squeezed out, and the final output is 0%?