7

For a project that I've been working on, I want to drive a couple of ICs and several LEDs from an ~12V supply (lead-acid battery). I think the whole thing should draw about 100mA, so I didn't really want to use a linear regulator: I shouldn't need to dissipate 1.2 watts just to drive a couple of LEDs!

So I designed things with a buck converter based on an MC33063 chip and I've been breadboarding to see how everything works. Unfortunately, what I should have realised before is that I can't avoid discontinuous mode with such low current draw and such a large step down in voltage. Trying 3.3V output, the regulator switches on and off at about 500Hz giving an unpleasant sounding buzz from the inductor and a spectacularly poor output waveform (~1V ripple). I'm using a 50 Ohm load, which should draw about 50mA.

Am I just "Doing It Wrong"? If so, what's the sensible solution I've missed? I guess I could follow the buck regulator with an LDO to filter the power rail, but that's getting a bit ridiculous and won't help with the unpleasant sound from the inductor being switched on and off. Ideas?

There's not much to see, but the buck portion of the circuit is just this:

Buck regulator part of schematic.

When breadboarding, I've replaced R2 with a dead short because I don't have any low value through-hole resistors, but I shouldn't imagine that makes much difference (since it's a high current cut-out). D1 is an SR104 Schottky.

Rupert Swarbrick
  • 307
  • 4
  • 12
  • Smaller inductor -> store less energy -> more frequent switching? How have you calculated sizes of L1 and C3? – pjc50 Jul 05 '13 at 11:03
  • What Rupert says. 2. R2 will limit cycle by cycle switch current and move you towards continuous operation. 3. With a little more work you could dynamically alter R2 to guarantee you remain in continous mode.
  • – Russell McMahon Jul 05 '13 at 11:38
  • Russell: Presumably pjc50, not me :-) I hadn't thought of altering R2. But won't that effectively be the same as sticking a linear supply on the front? – Rupert Swarbrick Jul 05 '13 at 11:52
  • I realise I wasn't completely clear in my question: The regulator chip seems to be going into an intermittent mode with two or three fast pulses and then a cool-off period to let the charge in the capacitor drop off? Anyway, I actually replaced this with a linear regulator in the end, after doing some thermal resistance calculations and realising that it didn't matter. – Rupert Swarbrick Jul 05 '13 at 12:39