TIDUD61E October 2020 – April 2021
Phase shedding can be an effective technique to improve efficiency in interleaved application by optimizing for the conduction and the switching losses. In this design there are three phases, so three different configurations are possible as shown in Figure 3-50.
In each of these modes the phase shift between each of them must be adjusted. When in two-phase mode, a 180° phase shift is desired between the PWMs, and when in three-phase mode, a 120° of phase shift is desired.
The decision to do phase shedding can be made on different parameters, such as the RMS current, power, the peak inductor current, and so on. When using RMS current the change of phases can be significantly delayed. Figure 3-51 shows phase shedding when the decision is based on RMS current. Code takes multiple AC cycles before the phases are added .
This delay may not be acceptable for many application. Thus, the voltage controller output is chosen as the decision point to drop or add phases. A state machine is constructed as shown in Figure 3-52, with some hysteresis built around the phase shedding points.
Bringing a phase in and out can cause in-advertent pulses to be generated. Hence the implementation to drop and add phase is done through the GPIO and PWM peripheral switch using the GPIO pin Mux registers. All PWM capable pins are configured and GPIO outputs and driven low. Now based on how many phases must be applied the GPIO pin mux is changed accordingly. It is safe to enable and disable the phases using the GPIO pin mux switch at any point in the AC cycle as the registers in the PWM are shadowed. Figure 3-53 shows details of the implementation of phase shedding on the C2000 MCU.
The phase shedding can be set in the powerSuite page by selecting enable under the Phase shedding option. The points at which phases are brought in and out are set by changing the PHASE_SHEDDING_1PH_2PH_TRANSITION_CURRENT and PHASE_SHEDDING_2PH_3PH_TRANSITION_CURRENT define, which correspond to I1 and I2 as shown in Figure 3-53. Recompile the code, load the code, and repeat the steps as outlined in Section 3.1.2.5.4 to test this feature. With this feature implemented, under transients the phases are dropped and added quickly.
Figure 3-54 and Figure 3-55 show the transient at 110 Vrms of 1.3 KW to 150 W and vice versa. The phases are added back quickly and dropped quickly under transients as the decision is based on the voltage loop generated current reference.
Similarly at high line, a transient greater than 2 KW is applied, and the phase goes from single to three phase almost instantly. Figure 3-56 and Figure 3-56 show the test waveform at high line under transient of 2.16 KW to 150 W and vice versa.
Figure 3-58 shows the efficiency improvement at 230 Vrms with phase shedding