5

I am prototyping this voltage doubler circuit based off the datasheet of the TC962. Capacitors are GRM21BZ71E106KE15L. When applying 9V at the input, the output is 17.96V at no load. When drawing around 67mA using a 215Ohm resistor across the output, the voltage output drops to 14.5V.

At this stage I'm trying to understand whether this voltage drop occurs from the diodes alone or whether I can improve my circuit in general.

enter image description here

MicroservicesOnDDD
  • 2,557
  • 1
  • 13
  • 48
Luke Galea
  • 153
  • 8

1 Answers1

11

The output resistance of the chip is typically 35Ω at 80mA output so that accounts for 2.3V of the drop with a 67mA load.

There are also two diodes and an inductor and the external MOSFET.

The diode has typically 500mV drop at 70mA, so that's 3.3V.

If we assume the inductor, the ripple and the reverse protection MOSFET drops are insignificant, you would expect 14.7V at the output with 9V in, which is essentially what you are seeing.

Spehro Pefhany
  • 376,485
  • 21
  • 320
  • 842