Levelshifter or totempole?
Levelshifter or totempole?
(OP)
I saw many circuits on the internet with totempole drivers for FETs. Now I built such a totempole in a SMPS, but it doesn't work correctly. Now someone told me that a levelshifter should ALWAYS be used, even with totempole. The reason: when the mosfet is ON, the gate-drain voltage will both be tied to +12V. That's why a levelshifter should always be used to insure that the gate-source voltage does not drop below the threshold.
Is that the reason why my totempole does not work? After the totempole comes an N-channel FET. For very low currents it works fine (60 mA), but once the current increases, the FET somehow does not pass current to the output.
Source = grounded
Drain = +12V supply
Gate = to totempole
totempole is connected between +12V and ground
Thanx in advance!
Is that the reason why my totempole does not work? After the totempole comes an N-channel FET. For very low currents it works fine (60 mA), but once the current increases, the FET somehow does not pass current to the output.
Source = grounded
Drain = +12V supply
Gate = to totempole
totempole is connected between +12V and ground
Thanx in advance!





RE: Levelshifter or totempole?
1) have you checked that Vgs ON for your FET is less than about +10V at the current you want the FET to control? The totem-pole upper transistor will still exhibit a reasonable voltage drop when turned on, even with virtually no current flowing into the FET gate.
2) Following from the first point, if your FET gate-source resistor is too low in value the totem pole may not be able to supply sufficient current pull the gate voltage up high enough to turn the FET on fully.
RE: Levelshifter or totempole?
The totempole consists of 2N3904 and its complementary.
The main issue is that the FET receives 12V whereas the drain-source voltage is also equal to 12V. I can't use more than 12V because the circuit is intended for a car battery.
Any suggestions?
RE: Levelshifter or totempole?
RE: Levelshifter or totempole?
RE: Levelshifter or totempole?
If, on the other hand, your SMPS uses some kind of flyback transformer to transfer energy, you could possibly connect the source to ground and the drain to the low side of the primary of your transformer. That way, when the NPN transistor of your 'totem pole' attempts to drive current into the gate, the drain will be at a low enough voltage (ground) to allow current to flow into it (after which the pnp drains the energy back out of the gate to source 'capacitance').
RE: Levelshifter or totempole?
The circuit is a very simple buck converter with a SG3525 controller.
The drain-source voltage is also equal to 12V. That means, equal to the gate-source voltage.
drain-source = gate-source = +12V.
The gate-source voltage is supplied by the totempole, and the drain-source voltage is supplied by the 12V power supply. This means that when the FET is ON, the gate-source voltage will drop below the threshold voltage, because the source is tied to ground. Is that the reason why it doesn't work?
This buck converter drives a few LEDs in parallell, also a big LED that causes a 10W-resistor to become too hot to handle! But the big LED does not consume current, only the small LEDs (which are up to 50mA in total). The big LED works fine with a LM7805.
RE: Levelshifter or totempole?
You asked "Is that the reason why it doesn't work?" The answer is mostly yes. A simple buck converter has the MOSFET source connected to Vcc (+12V in your case), the drain connected to an inductor and to the cathode of a fast diode (schottky), the other side of the inductor is connected to the load and any filtering you might have (i.e. electrolytic capacitor), and the anode of the fast diode (schottky) is connected to ground.
When the buck converter is working, the voltage of the side of the inductor connected to the source and the diode should hover around Vcc - if the source is hovering around Vcc, then Vgs can never be as much as 1V (considerably less than the threshold voltage), which is why a 'level shifter' is used to get the voltage of the collector of the npn of your 'totem pole' greater than Vcc. I would be concerned with possibly exceeding the maximum Vgs at some point.
Would you be willing/able to use a different dc-dc configuration, such as a forward dc-dc converter? Check out the following web-site (look at the "Single Transistor Forward Converter"):
http://henry.fbe.fh-darmstadt.de/smps_e/smps_e.asp
This web-site will also calculate the values of your inductors for you!
RE: Levelshifter or totempole?
I gave a wrong explanation.
The website you sent to me, look at the first buck converter. That is exactly what I'm using. So the source of the N-channel BUZ11 is connected directly to the inductor. The gate goes to the totempole, and drain to the +12V source.
The diode is 1N4148. I know it's very small, but it should be able to deliver at least some 100mA. Those fast diodes are hard to get and have to order some. I am not using a transformer, just a HF-core (yellow).
It does deliver 3 to 4V at the output, depending on the tuning of some components. But if the load becomes too big, it shuts off even though the SG3525 keeps working.
So until now I have learned that a levelshifter is a MUST in a buck converter. But, is there an alternative? I really hate levelshifters.
RE: Levelshifter or totempole?
Alternative: Consider the "Single Transistor Forward Converter" on that web-site. You will have to wind the transformer by hand (can be done WONDERFULLY on a ferrite toroidal core), but the converter will be pretty efficient due to the unused energy stored in the core when the MOSFET is turned off will be folded back to your power source (Vdd).
RE: Levelshifter or totempole?