0

I would like to use two LM5050 in a typical redundant supply configuration for wall adapter and a battery. My concern is that when wall adapter is connected battery voltage goes higher because of the charging, effectively this circuit always operates on battery path.

One solution that comes to my mind is to connect SHUTDOWN pin of LM5050 driven by the battery to the wall adapter. Is that fine?

I don't understand why this answer suggests adding relays in sequence.

pbn
  • 131
  • 4

1 Answers1

1

The LM5050 is NOT the device to use in your application, at least not in the configuration you show.

The LM5050 is designed principally to reduce the losses of a diode (in an OR'd power supply) by shorting out the body diode of the FET. The circuit with two LM5050 is essentially a diode OR of the two power supplies and the highest voltage will always provide a conduction path as long as it is higher by more than the body diode Vf.
The predicate for using this circuit configuration is that one power supply fails or is not present and the other is used. For example if selecting between a wallwart power supply and a battery voltage where the battery is discharged the system prevents the wallwart power supply feeding back into the battery system with no charge current control).

If the two power sources are regulated power supplies then you could indeed use the On/OFF signals to change between the power supplies. Under these circumstances (supplies less than 600mV difference) this will work.
To make your requirements work where the voltage from the Wallwart is less than the voltage from the battery you need a P-FET device in series with the battery supply LM5050 output.

Perhaps something like the circuit below might work for you:

schematic

simulate this circuit – Schematic created using CircuitLab

In the circuit above the following assumptions are made:

  1. The battery voltage can go above the Wallwart voltage
  2. The wall wart voltage will NOT go above the battery voltage by more than 600mV. If it does then you'd need a P-chan FET in the Wallwart path.
  3. The battery voltage won't go below the Wallwart voltage by more than 600mV. If it does then you need a P-chan FET in the Wallwart path.

If the operation is that you plug the Wallwart in to power the device and charge the battery, then the circuit shown may work for you.

Jack Creasey
  • 21,428
  • 2
  • 15
  • 29
  • It seems that I underspecified the task. Nevertheless thank you for explaining LM5050. I will edit my question. – pbn Dec 30 '18 at 09:39