Hello, team.
I'm looking for an OR-ing device, which can be used to chose the one of two available CR2032 lithium batteries to supply the system.
Functional diagram can be presented like this:
Required algorithm of operation is:
1. Device selects one of the two available batteries (e.g. Vin1), and connects this source to Vout pin until the selected battery became discharged.
During operation Vin1 is connected to Vout even if Vin2 voltage is higher than Vin1 voltage
2. When Vin1 is discharged, device switches the Vout to Vin2 input. and uses Vin2 until this will be discharged.
When Vin2 is discharged devices switches Vout back to Vin1, if Vin1 is present and charged enough.
3. STATUS pin indicates which one of the two inputs is used to supply Vout now.
Leakage currents requirmenets:
Iq for the main supply battery <= 1uA
Iq for the backup battery <= 0.25 uA.
What the single-chip solution can you recommend for such kind of application?
Thank you in advance.