Hello.
I was looking at the software(UCD3138FW-PSFB) of this URL (www.tij.co.jp/.../UCD3138 to confirm the operation of UCD3138PSFBEVM-027.
From deadtime_adjust.c, it seems that the setting of the errata "DPWM-LLC pulse extension" is violated.
Is this errata unaffected?
The errata is shown below.
TRIG(@deadtime_adjust.c) is shown below.
TRIG appears to be at 400ns.
【deadtime_adjust.c】
Dpwm0Regs.DPWMSAMPTRIG1.all = pwm_period - 1600; //>> 2;
Dpwm1Regs.DPWMSAMPTRIG1.all = pwm_period - 1600;
1600 * cycle(250ps) = 400ns
Best regards.