![]() | ![]() | ![]() |
| | |||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
| | Thread Tools | Display Modes |
| | (permalink) |
| New Member | I am trying to develop a circuit to convert 5-18Vdc, 100ma max to 0.4Vdc, 400ma. I am working on a synchronous buck converter design but I am finding limited resources on a discrete design. All of the buck converter IC's I found do not go low enough and have inadequate efficiency when they are even close. I have been toying with the idea of using the basic synchronous converter with a P and N channel fet. The problem is that I am trying to use a MSP430 microcontroller to drive the circuit. What would you reccomend for a gate driver for the upper P-channel fet? If you any other suggestions please put them in too. I am attaching a rough schematic for review. Thanks |
| | |
| | (permalink) |
| Experienced Member | before going on, why do you need 0.4 volts?, that is effectively an analogue signal level NOT a power voltage rail There is not enough volts there to start a diode conducting and the MAXIMUM impedance that your load could have is 160mOhms |
| | |
| | (permalink) |
| New Member | Max impedance for the load would be 1ohm. Max power dissipation would be 160mW. The load is a thermoelectric cooler (peltier cooler). |
| | |
| | (permalink) |
| Experienced Member | EDIT OUT |
| | |
| | (permalink) |
| New Member | EDIT OUT what? I listed the voltage as 0.4Vdc and the current as 400 milliamps. |
| | |
| | (permalink) |
| Experienced Member | Well, if you REALLY need to regulate at 0.4Vdc then you could try connecting an Op-Amp do the output and amplify the voltage from 0.4Vdc to say 2.5Vdc which would work with most switchmode regulators. Connect the output of the Op-Amp to the feedback line of your regulator, with appropriate op-amp gain control ofcourse. I won't presume to know youre requirements, but would you be able to run your system on a linear regulator? Might be hell of alot easier connecting an Op Amp to a linear regulator and then going down to 0.4Vdc. The support circuitry alone for your switching regulator (plus driving the fets themselves) might draw more power than a linear solution for this relatively low current system. |
| | |
| | (permalink) | |
| New Member | Quote:
I don't think a linear regulator would be near as efficient as a switching regulator could be. I'll have to look into it some more. Thanks for the ideas. | |
| | |
| | (permalink) | |
| Experienced Member | Quote:
A capacitive coupler is ideal. Keep the PWM signal at 5v, ground referenced. Just use a small cap to couple the PMOS gate to the PWM, and put a 5.1V zener and a large resistor from gate to source to get proper bias on the cap. So with an 18V source, the cap will automatically charge to 13v while the PWM is on and the gate sees a 0 to 5v signal. Make sure the freq response of the RC circuit is below the PWM freq. 100% (PWM=constant 0v) duty cycle must be avoided since vgs will decay as the cap charges up due to lack of a PWM signal. 0% (PWM=constant 5v) is fine since the cap will maintain the proper charge. Use "logic level" MOSFETs on both legs. Also, really you can just use a diode in place of the NMOS. The 0.3v Schottkey diode drop is an efficiency hog since you've only got a 0.4v output, but it still doesn't amount to a lot at 400mA. | |
| | |