SSZTD89 July 2025 UCD3138
Among all power factor correction (PFC) topologies, totem-pole bridgeless PFC provides the best efficiency; therefore, it is widely used in servers and data centers. However, closing the current control loop of a continuous conduction mode (CCM) totem-pole bridgeless PFC is not as straightforward as it is for a traditional PFC. A traditional PFC operating in CCM employs an average current-mode controller [1], as shown in Figure 1, where VREF is the voltage-loop reference, VOUT is the sensed PFC output voltage, Gv is the voltage loop, VIN is the sensed PFC input voltage, IREF is the current-loop reference, IIN is the sensed PFC inductor current, GI is current loop, and d is the duty ratio of pulse-width modulation (PWM). Since the bridge rectifier is used in a traditional PFC, all these values are positive, and current feedback signal IIN is the rectified input current signal.
Figure 1 Average current-mode controller for PFC where all the parameters listed have positive values and IIN is the rectified input current signal. Source: Texas InstrumentsSince the inductor current in the totem-pole bridgeless PFC is bidirectional, the current-sense method used in traditional PFC will not work. Instead, you will need a bidirectional current sensor such as Hall-effect sensor to sense the bidirectional inductor current and provide a feedback signal to the control loop.
The output of the Hall-effect sensor will not 100% match the sensed current, though. For example, if the sensed current is a sine wave, then the output of the Hall-effect sensor is a sine wave with a DC offset, as shown in Figure 2. Thus, you can’t use it as the feedback signal in the current-mode controller shown in Figure 1, and you will have to modify the controller to accommodate this new feedback signal. In this power tip, I’ll describe three ways to close the current control loop with this new feedback signal.
Figure 2 Totem-pole bridgeless PFC and
its current-sense signal showing that the Hall-effect sensor output will not
100% match the sensed current. Source: Texas InstrumentsSome digital controllers, such as the UCD3138 from Texas Instruments (TI), use a hardware state machine to implement the control loop; therefore, all of the input signals to the state machine must be greater or equal to zero. In such cases, follow these steps to close the current control loop:
Figure 3 Using the firmware
shown in Equation 1 to rectify the sensed input voltage VAC.
Source: Texas Instruments
Figure 4 Calculating a
sinusoidal reference (VSINE) using the same method as when
calculating IREF in traditional PFC. Source: Texas
InstrumentsFor a pure firmware-based digital controller such as the TI C2000 microcontroller, the control loop is implemented with firmware, which means that the internal calculation parameters can be positive or negative. In such cases, follow these steps to close the current control loop:
Figure 5 Calculating
VIN after using the line voltage to subtract the neutral
voltage. Source: Texas Instruments
Figure 6 Calculating
IREF using the same method as the traditional PFC.
Source: Texas Instruments
Figure 7 The waveform of the
Hall sensor output and DC offset to calculate IIN. Source:
Texas InstrumentsTotal harmonic distortion (THD) requirements are becoming stricter, especially in server and data-center applications. Reducing THD necessitates pushing the control-loop bandwidth higher and higher. High bandwidths reduce phase margins, resulting in loop instability. The limited PFC switching frequency also prevents bandwidths from going very high. To solve this problem, you can add a precalculated duty cycle to the control loop to generate PWM; this is called duty-ratio feedforward control (dFF) [2], [3].
For a boost topology operating in CCM mode, Equation 13 calculates dFF as:
This duty-ratio pattern effectively produces a voltage across the switch whose average over a switching cycle is equal to the rectified input voltage. A regular current-loop compensator changes the duty ratio around this calculated duty-ratio pattern. Since the impedance of the boost inductor at the line frequency is very low, a small variation in the duty ratio produces enough voltage across the inductor to generate the required sinusoidal current waveform so that the current-loop compensator does not need to have a high bandwidth.
Figure 8 depicts the resulting control scheme. Adding the calculated dFF to the traditional average current-mode control output, dI, results in the final duty ratio, d, used to generate the PWM waveform to control PFC.
Figure 8 Duty-ratio feedforward control for PFC where adding the calculated dFF to the traditional average current-mode control output, dI, results in the final duty ratio, d, used to generate the PWM waveform to control PFC. Source: Texas InstrumentsTo leverage the advantages of dFF in a totem-pole bridgeless PFC, follow these steps to close the current loop:
You can also use dFF control for a hardware state machine-based controller; for details, see reference [2].
Closing the current loop of a totem-pole bridgeless PFC is not as straightforward as in a traditional PFC; it may also vary from controller to controller. This power tip can help you eliminate the confusion around control-loop implementations in a totem-pole bridgeless PFC, and choose the appropriate method for your design.
Previously published on EDN.com.