Author Topic: MC34063 with external switching transistor  (Read 25076 times)

0 Members and 1 Guest are viewing this topic.

Offline shadewindTopic starter

  • Frequent Contributor
  • **
  • Posts: 329
MC34063 with external switching transistor
« on: February 23, 2011, 01:18:18 pm »
Hi!

Looking at the datasheet for the MC43063, I can see that the maximum allowed switch current is 1.5A. According to the formulas in the sheet, if I want 1A output, the peak switch current is going to be 2A which is more than the maximum so apparently I need to use an external switching transistor.

So looking at page 7 of http://www.onsemi.com/pub_link/Collateral/MC34063A-D.PDF, there is an example of this. So a few questions:
  • A quick search on Farnell with filtering and ordering by price, I found this transistor: http://www.st.com/stonline/products/literature/ds/11763/2stx1360.pdf
    It seems to meet all the specs so it should work, shouldn't it?
  • If I'm getting this right, the resistor on pin 2 of the device is simply a pull down resistor? What value should be used for this? Is 10k good?
  • There is no base current limiting resistor for the external transistor there. Am I supposed to rely on the current limiting capabilities of the MC34063, that is, set Rsc so that the current is limited to the base? Since this transistor has a max base current of 200 mA and let's say we use half of that for safety, then according to the datasheet formula Rsc should be 0.3 / 0.1A = 3?. So a 3.3 ? resistor should do the job then?
  • Looks like some of the formulas need adjustment in this case, don't they? Instead of the Vsat listed in the MC34063 datasheet, I'll need to use the saturation voltage of my external transistor instead since it is what is now causing the voltage drop. And while I use the peak base current for the external transistor to calculate the Rsc value, I should still use the peak switch current (2A in my case) for the calculation of the minimum inductance and filter capacitor, shouldn't I?
 

Offline tecman

  • Frequent Contributor
  • **
  • Posts: 444
  • Country: us
Re: MC34063 with external switching transistor
« Reply #1 on: February 23, 2011, 03:17:10 pm »
I think your transistor choice should be reconsidered.  The problem is that the configuration you reference is basically a darlington configuration, so you will never truly be saturated, and the additional drop will likely lead to the thermal destruction of the transistor.  You can be 2 volts Vce when on due to the "triple" darlington scheme.  That can be 3 watts at a 50% duty cycle, or about 300+ deg Tjunction.  I like to use a small P channel MOSFET and use the PNP configuration on the right side of page 7.

Your other questions are moot since as a darlington, there is no need for a base resistor, and the saturation voltage is not a function of the data given in the transistor datasheet.  Just as an example, on the 34063 data, the output saturation voltage of the 34063 internal transistors in the darlington configuration is 1.3 volts.  Add another Vbe from your external transistor and you are at 2 volts in the on state.

I like and often design in 34063a's in products, but the internal transistors have limitations and do not do well at higher currents, due to the configuration.  If you do not like MOSFETS, use an external PNP and you can ensure saturation.  Also do not run the transistor near its published limits.

paul
 

Offline shadewindTopic starter

  • Frequent Contributor
  • **
  • Posts: 329
Re: MC34063 with external switching transistor
« Reply #2 on: February 23, 2011, 04:22:16 pm »
Is the series gate transistor in the schematic required if a P-channel MOSFET is used? The input impedance of MOSFETs is supposed to be very high so the current flowing there is negligible, isn't it?

Anyway, I'm not sure I understand why a Darlington never gets fully saturated. Why is this? If it's not too much to ask for a simple explanation :)
 

alm

  • Guest
Re: MC34063 with external switching transistor
« Reply #3 on: February 23, 2011, 04:39:53 pm »
Is the series gate transistor in the schematic required if a P-channel MOSFET is used? The input impedance of MOSFETs is supposed to be very high so the current flowing there is negligible, isn't it?
The resistance is very high, but there is also the gate capacitance. This can cause both current surges (a capacitor looks like a short if it's empty, or at high frequencies) and oscillations.

Anyway, I'm not sure I understand why a Darlington never gets fully saturated. Why is this? If it's not too much to ask for a simple explanation :)
You should be able to find this in any decent electronics text, or even Wikipedia. The collector of the transistor inside the MC34063 is connected to the collector of the external transistor, so the emitter of the MC34063 transistor is one VCE (sat) below the collector. This collector is connected to the base of the external transistor. The emitter of the external transistor is one VBE below the base. This means that the minimum VCE of the external transistor is VCE (sat) (of internal transistor) + VBE of the external transistor.

The base voltage needs to be higher than the collector voltage to drive a NPN transistor into saturation (all polarities reversed for PNP), which is impossible for the external transistor in a Darlington configuration.
 

Offline shadewindTopic starter

  • Frequent Contributor
  • **
  • Posts: 329
Re: MC34063 with external switching transistor
« Reply #4 on: February 23, 2011, 05:04:42 pm »
The resistance is very high, but there is also the gate capacitance. This can cause both current surges (a capacitor looks like a short if it's empty, or at high frequencies) and oscillations.
Ah, so when the FET is first switched on, the "capacitor" will have no charge and thus will act as a short with increasing resistance until fully charged? And this means, I suppose, that I need a series resistor at the gate to limit this current? Won't that also make the switching slower since the charging is slower?
You should be able to find this in any decent electronics text, or even Wikipedia. The collector of the transistor inside the MC34063 is connected to the collector of the external transistor, so the emitter of the MC34063 transistor is one VCE (sat) below the collector. This collector is connected to the base of the external transistor. The emitter of the external transistor is one VBE below the base. This means that the minimum VCE of the external transistor is VCE (sat) (of internal transistor) + VBE of the external transistor.

The base voltage needs to be higher than the collector voltage to drive a NPN transistor into saturation (all polarities reversed for PNP), which is impossible for the external transistor in a Darlington configuration.
I see. But this problem won't be present if I use a PNP for the external transistor, will it?

In this case, would the formulas be altered in any way and how? I'm a bit unsure of the Rsc value, for example. And what about Vsat?
 

Offline tecman

  • Frequent Contributor
  • **
  • Posts: 444
  • Country: us
Re: MC34063 with external switching transistor
« Reply #5 on: February 23, 2011, 06:24:44 pm »
The resistance is very high, but there is also the gate capacitance. This can cause both current surges (a capacitor looks like a short if it's empty, or at high frequencies) and oscillations.
Ah, so when the FET is first switched on, the "capacitor" will have no charge and thus will act as a short with increasing resistance until fully charged? And this means, I suppose, that I need a series resistor at the gate to limit this current? Won't that also make the switching slower since the charging is slower?
You should be able to find this in any decent electronics text, or even Wikipedia. The collector of the transistor inside the MC34063 is connected to the collector of the external transistor, so the emitter of the MC34063 transistor is one VCE (sat) below the collector. This collector is connected to the base of the external transistor. The emitter of the external transistor is one VBE below the base. This means that the minimum VCE of the external transistor is VCE (sat) (of internal transistor) + VBE of the external transistor.

The base voltage needs to be higher than the collector voltage to drive a NPN transistor into saturation (all polarities reversed for PNP), which is impossible for the external transistor in a Darlington configuration.
I see. But this problem won't be present if I use a PNP for the external transistor, will it?

In this case, would the formulas be altered in any way and how? I'm a bit unsure of the Rsc value, for example. And what about Vsat?

An external PNP is a simple choice.  Just be aware that the beta of PNPs is generally not as good as NPNs.  You must select your base drive current to provide enough current for the minimum beta of the transistor, the lowest incoming DC voltage and the required output current.  After you have done that, recalculate the current with the maximum DC input voltage.  This will define the resistor value and power rating.  Over a typical range of voltages, the resistor may be required to handle more power than might otherwise be obvious.

As Alm stated, with a MOSFET you need to swallow a pulse of current due to the gate capacitance, but the steady state current is nearly zero.  Resistor with an added capacitor for charge transfer, and perhaps a diode can certainly speed up things, with little power dissipation.  Also consider your switching frequency as it will have an impact on the gate drive requirements for a MOSFET.

paul
 

Offline Time

  • Frequent Contributor
  • **
  • Posts: 725
  • Country: us
Re: MC34063 with external switching transistor
« Reply #6 on: February 23, 2011, 09:45:00 pm »
ONsemi makes good design tools.  Have you seen this?  I don't know if it would be helpful or not.


http://www.onsemi.com/pub_link/Collateral/MC34063%20CALCS.XLS
« Last Edit: February 23, 2011, 09:47:34 pm by Time »
-Time
 

Offline shadewindTopic starter

  • Frequent Contributor
  • **
  • Posts: 329
Re: MC34063 with external switching transistor
« Reply #7 on: February 24, 2011, 11:47:15 pm »
ONsemi makes good design tools.  Have you seen this?  I don't know if it would be helpful or not.


http://www.onsemi.com/pub_link/Collateral/MC34063%20CALCS.XLS

Yeah, I saw that and it only makes calculations for use with internal switching but thanks anyway!
 

Offline shadewindTopic starter

  • Frequent Contributor
  • **
  • Posts: 329
Re: MC34063 with external switching transistor
« Reply #8 on: February 26, 2011, 04:31:44 pm »
Okay, I'm making some progress now but the only thing I still don't understand are the values for the two top right resistors (http://www.onsemi.com/pub_link/Collateral/MC34063A-D.PDF page 7, bottom right schematic). Probably because I simply don't know too much about this. What are their functions?

The series base resistor is for limiting base current I assume, but what is the other one (the vertical one) for? Can someone explain this construction?
 

Offline Bored@Work

  • Super Contributor
  • ***
  • Posts: 3932
  • Country: 00
Re: MC34063 with external switching transistor
« Reply #9 on: February 26, 2011, 07:15:37 pm »
The series base resistor is for limiting base current I assume, but what is the other one (the vertical one) for? Can someone explain this construction?

Yes, the base resistor limits the base current. When calculating the resistor you should take into account that there is also some current through the emitter-base resistor (the second one). And that second one is needed to ensure the transistor turns off.

The PNP is in emitter configuration. You should be able to find information about this most common transistor circuit and how to calculate it in every basic electronics textbook worth its money.
I delete PMs unread. If you have something to say, say it in public.
For all else: Profile->[Modify Profile]Buddies/Ignore List->Edit Ignore List
 

Offline shadewindTopic starter

  • Frequent Contributor
  • **
  • Posts: 329
Re: MC34063 with external switching transistor
« Reply #10 on: February 27, 2011, 12:39:18 am »
Great, thanks. I just needed a pointer in the right direction.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf