Other Parts Discussed in Thread: TPS709, LP38690
The LP38692 will be used to provide Vdd to my system including the microcontroller (MCU).
The MCU will have a GPIO, configured as output, connected to the EN pin of the 38692 to allow the MCU to power off the regulator / system
(There will be additional logic / circuitry OR'd with the GPIO to drive the EN pin from another 2nd supply input to allow the system to restart once powered off)
When that 2nd supply input isn't connected and the MCU is running, I want to implement a way to hold EN enabled while the MCU is rebooting. i.e. for the few seconds that the GPIO output is not driving the EN pin... during reboot, that GPIO may return to it's default as a hi Z input and would have to be reconfigured by firmware to drive EN again.
What would be the most reliable way to accomplish this? Perhaps an RC time constant or drive the EN pin using a MOSFET / pullup resistor to the input supply where the gate is controlled by the GPIO?