Hi,
I am currently designing an MCU breakout board / development board.
The MCU requires a 3.3V supply, but I would like a 5V rail available on the board to interface with 5V compatible devices.
I am looking for a solution that will automatically select one of three power-paths/supplies to the board, based on a fixed priority:
- 5V - 28V DC input (which will be converted to a 3.3V and 5V output) - should be able to supply up to 3A of current (will probably use the "TPS54331" x2 for this) - this is priority one, so this input should be selected even when the other two are present;
- A normal USB connection (5V, 500mA max) - will probably use an LDO to switch to 3V and drive the 5V rail directly from the USB supply;
- A supply that will be provided by an In Circuit Serial Debugger (3.3V, < 500mA) - 5V rail will not be powered when this is the only supply available.
I'm not expecting a complete design here, but a reference to a single chip power path controller (not a battery charging circuit) or an application note on automatic power path management will be appreciated.