0

I have a battery powered circuit using a MCU and several peripherial circuits (eg. an SD Card slot, small audio amplifier).

The peripherials are rarely used, but the MCU is constantly running. So the peripherials are switched on and off by low side FETs to stop them draining the batteries.

However, the inrush current from switching a SD-Card or audio amplifier creates a temporary voltage drop, that causes the MCU to restart by brownout / blackout detection.

I don't like to add capacitance to the main circuit, as it's leakage would drain the batteries while the peripherials are off.

So what else can I do?

Experimentally adding resistors to the peripherial power lines do stop MCU resets, but I don't want to risk flaky behaviour / incompatibilities of the SD-Cards of course, or audio distortions.

dronus
  • 551
  • 3
  • 15
  • 1
    What inrush current causes a problem and for how long does this inrush last? – Andy aka Nov 29 '16 at 15:11
  • 1
    Is the leakage current of a capacitor really an issue compared to the current drawn by the microcontroller? The MCU will be drawing milliamps when active, but a capacitor will leak micro- or nano-amps. Just seems like a made up problem in this case. – Brendan Simpson Nov 29 '16 at 15:50
  • Use a switch with a controlled slew rate (soft-start). Here's an [article](http://www.eetimes.com/document.asp?doc_id=1272433) that discusses such load switches (although it deals with high-side switches). Here's a [related thread](http://electronics.stackexchange.com/questions/103625/how-can-i-slow-down-the-switch-time-of-a-mosfet) on slowing down the switching time of a low-side MOSFET. – Nick Alexeev Nov 29 '16 at 16:41

1 Answers1

0

Small coins cells may have an ESR of 1~3kΩ , but I can only guess what you have.

You can use ceramic caps which although not as good as FILM but low enough leakage often C>0.047µF:More than 500Ω·F so 1uF = 500MΩ....in good quality ceramic (eg Murata)

use a 1:10 cap divider ratio to reduce load to source regulation error.

e.g. 1 uF source , 0.1uf switched load and add ferrite beads to reduce Voltage dip further.

Tony Stewart EE75
  • 1
  • 3
  • 54
  • 182