What can cause the output voltage of a buck converter to drop (apart from high current)

buckdc/dc convertervoltage-regulator

I am using the LTC3388-1 buck converter to provide a microcontroller with a regulated 1.8V voltage. I use pretty much the reference circuit as seen in the image.

reference circuit

When I disconnect the microcontroller (remove the wire CORE as seen in the image), I measure 1.8V in the output of the converter.

When I apply a resistor as load, the output voltage is again stable at 1.8V. As I decrease the resistance of the load resistor, the current increases, until it reaches 50mA (the maximum supported by LTC3388-1). Then, the voltage starts to drop.

So far so good.

When I connect the microcontroller (as seen in the image), I measure 0.6V at Vout. The current is also low at approximately 10uA; nowhere close the maximum limits of the converter.

Figure below shows the behaviour of the system when I connect the MCU.

behaviour

What can possibly cause this voltage drop?

Best Answer

Mystery solved.

Problem was caused by the STBY pin of the converter.

This STBY pin puts the converter in standby mode. 1 = standby and 0 = on. When the MCU is powered off, the floating pin is interpreted as 0 and everything works fine (V=1V8).

I am not sure what is the factory default configuration of the MCU, but it seems that when the it is powered on, the STBY pin is interpreted as 1 from the converter, essentially turning the converter off. This leads to the converter going on and off continuously.

I verified this theory by grounding the STBY pin manually, with the MCU connected, and the voltage went up to 1V8 (with current at 2-3mA).