7

I made a board recently and just started checking it out yesterday. I used a typical lithium coin cell and a boost converter (Microchip MCP1640). With a battery plugged in I get no voltage out of the boost converter (i.e. 5V to GND measures 0V). Worse yet, I measure very nearly 0V from BATT_PWR to GND with the battery in circuit.

So I removed the battery and fed 3V from a benchtop power supply into the FTDI_PWR net and sure enough was able to measure 5V. The PSU indicated I was drawing about 50mA. I experimented with lowering the voltage, and the booster held 5V, but current draw increased as input voltage decreased (which I believe is expected).

So, is the peculiar battery behavior described above due to the battery current limiting? Is there likely to be some more insidious problem at work here - how might I determine that? If this is the wrong way to boost a coin cell to 5V, what's a better way?

vicatcu
  • 22,499
  • 13
  • 79
  • 155
  • 2
    Please post a schematic here. – Brian Carlton May 13 '13 at 16:28
  • 2
    Are you able to measure the bootstrap current needed by the converter at start-up? If it is too high for the coin cell to provide instantaneously, that may be a problem. Also, any reservoir cap at the output will increase this bootstrap current requirement, so I'd play with that to check. – Anindo Ghosh May 13 '13 at 16:30
  • 2
    Re. "*what's a better way?*", the [Texas Instruments BQ25504 Boost Converter](http://www.ti.com/lit/ds/symlink/bq25504.pdf) will bootstrap from as little as 450 mV and 50 microWatts, and operate down to 80 mV once cold start is complete. – Anindo Ghosh May 13 '13 at 16:44
  • 5
    50ma is quite a lot for a coin cell. If the startup current is higher than this, the converter may never start up. –  May 13 '13 at 19:51
  • 2
    Which coin cell are you using? – Adam Lawrence May 13 '13 at 20:07
  • Try lowering the load and see if it starts up. – apalopohapa May 13 '13 at 23:05

1 Answers1

2
  1. Schottky diodes don't make great blocking diodes for the purpose of power rails. They have often have high reverse leakage currents.

  2. Your initial in-rush current is probably high causing the battery voltage to dip below the part's UVLO. To verify this put a scope on your battery and set it to trigger on it dipping more than 100mV below it's nominal value. Make sure you are looking at things at micro-second resolution (like 10 us/div). Post your results here.

Also, if your current requirements are low (<150mA) you can get away w/ a charge-pump.

EEToronto
  • 777
  • 3
  • 7