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.

UCD3138: UCD3138 : Errata DPWM - LLC Pulse extension

Part Number: UCD3138

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.