Electronic – Available synchronous buck converter chips are bidirectional (current)

bidirectionalbucksynchronous

I was going through available synchronous buck converter ICs with external PWM capability (which can be controlled with the help of a micro-controller) and i found this one for e.g. I have read in a post here that synchronous buck converters are bidirectional in nature. So keeping that in mind this chip IR3553 should also be bidirectional (i.e it should be able to deliver current from and to both sides if required). Is it so ? For e.g if i charge a battery using this chip and after charging i simply replace my power supply with a Load, will this IC be able to supply the current to the load from the battery ?

Ive gone through its data sheets, and many other IC's datasheets, but i couldn't find any information related to its bidirectional use. So if anyone has experience with such ICs or knows about such ICs, can you please answer my question ?

Thanks in advance!. Comments would be highly appreciated

Thankyou!

Best Answer

If we use somewhat simpler diagrams than Andy's, we can see the similarity a little more clearly. I'm showing the switching elements as MOSFETs, and I'm showing the associated body diodes explicitly, because this will become important later. For now, we'll ignore the details associated with driving the MOSFET gates, other than to say that when one is on, the other is off, and the duty cycle is variable. Starting with the buck converter:

schematic

simulate this circuit – Schematic created using CircuitLab

The normal flow of current is that when M2 is switched on, current flows through it and L1, charging the inductor with magnetic energy. When M2 switches off and M1 switches on, the current continues to flow through L1, discharging its stored energy.

Now, if M1 wasn't there, the circuit would still work, because the discharge current would still flow through D1. However, once L1's current drops to zero, the diode would block any further flow — this is known as "discontinuous conduction mode". Whereas with M1 present, the current flow can actually reverse. In other words, with active (synchronous) rectification, the converter can both source and sink current at its output. This is known as "continuous conduction mode". This means that the relationship between the input voltage VA and the output voltage VB is only a function of the duty cycle of the switching:

$$VB = VA \frac{T_{M2}}{T_{period}}$$

Note that if the current in L1 does go negative, when M1 switches off and M2 switches on, this briefly forces current back toward VA and C2, until the voltage across L1 causes the current to ramp back up to zero and then positive again.

Now, let's look at the boost converter, which is an exact mirror image of the buck converter:

schematic

simulate this circuit

In normal operation, M1 switches on first, charging L1 with magnetic energy. Then, M1 switches off and M2 switches on, allowing the stored energy to discharge into C2.

Again, we could eliminate M2 and allow D2 to do the output switching, but M2 allows current to flow either way during the discharge phase. And just like with the buck converter, this means that the input-output voltage relationship becomes a function of only the switching duty cycle:

$$VA = VB \frac{T_{period}}{T_{M2}}$$

Note that this is a simple rearrangement of the terms in the equation for the buck converter — in other words, it's the same equation. This tells us that regardless of which way the power is flowing, the relationship between VA and VB is simply a function of the switching duty cycle.

So, to turn this into a concrete example, if the PWM control is set up so that M2 is on \$\frac{5}{12}\$ = 42% of the time, you could apply 12V at VA and get 5V out at VB, OR you could apply 5V at VB and get 12V out at VA!

REGULATION

One final note: This circuit provides a specific ratiometric relationship between the two voltages that is based on the duty cycle of the switching. If the input voltage is unregulated, but you want a regulated output voltage, then you need to provide a mechanism that varies the duty cycle of the switch in order to cancel out the input variations. Note that this control could be based on measuring the input voltage (feedforward) or measuring the output voltage (feedback).

If you're going to build a practical bidirectional power converter with regulation, you'll have to pay extra attention to how this control mechanism works in both modes.

Related Topic