Part Number: TMS320F28388D
Hi,
My basic PWM Configuration is like the screenshot.
I tried to generate full high/low level PWM by setting (CA=0;CB=TBPRD)/(CA=TBPRD;CB=0) in up-count mode of the TBCTR.
As a result, one PWM TBCLK pulse occurred for each PWM cycle.
To avoid this pulse, I set (CA=0;CB=TBPRD+1)/(CA=TBPRD+1;CB=0) and confirmed that it works fine.
Is my solution okay?

I really appreciate your support.
Wenjing