I need to generate 4 pwm pulses of 100khz which are phase shifted by 90 degree eachother. I am using F28335 controller. TBPRD is 750 for 100KHZ in up-down count mode (symmetrical) with out any time prescaler.. PWM1 module is selected as master and remaining 3 PWM modules are slaves. Phase shift for remaining pwm modules (TBPHS) are 375, 750 and 1125 respectively. While running the code, I am able to get 3 PWM pulses of 100KHZ with 90 degree phase shift between each pulses. However. the 4th PWM pulses are not coming. I think it is because TBPHS is greater than TBPRD. Please suggest How to overcome this issue