All other trademarks are the property of their respective owners.
A basic Power Multiplexer (Power MUX) selects between two or more input supplies to power a single output.
If there is no preference for which input supply to use, or if the preference is to always use the highest input voltage supply available, then the minimum requirement for a power MUX solution would be reverse current blocking for each input path. This can be accomplished using any combination of diodes or ICs which behave like a diode (such as Ideal Diode Controllers).
A schottky or silicon diode will result in a voltage drop around 0.4 V or 0.7 V, respectively. Using an ideal diode controller will result in a much lower voltage drop (on the order of 10 mV to 100 mV and there will be a parasitic body diode which must be positioned to block reverse current when the switch detects reverse current or is disabled.
If there is a priority, then additional switches must be added to have full control over which path to enable. Reverse current blocking (through a diode or a FET) must remain present and now a MOSFET must be added to turn on/off each power path to the load.
The focus of this application note will be on priority power MUX solutions and how they can be implemented.
Power MUX solutions need a way to determine which input supply should provide power to the output. There are generally three options available on the market: Manual, Automatic, or Both.
A manual power MUX is one in which each path is individually controlled by an external signal (logic or microcontroller). The example of two load switches used in Figure 2-1 is a manual power MUX. There could be one or two EN pins which need to be controlled. This method is generally used when there is already a microcontroller present in the system which can decide under what conditions to enable each input.