This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TPS63070: Battery-powered 5V supply with input undervoltage lockout and output voltage monitoring (TPS3840 and TPS3702)

Part Number: TPS63070
Other Parts Discussed in Thread: TPS3702, TPS3840

I'm trying to make a 5V power supply, powered by 4x AA batteries, using the TPS63070 buck-boost. I want the output to shut off once the battery voltage starts to collapse to avoid boot-loops, so I used a TPS3840PL25 to pull the EN line on the TPS63070 low, and latch it off with the circuit described in this note: https://www.ti.com/lit/an/snva836a/snva836a.pdf

This works great. However, I would also like to add a supervisor IC on the 5V output to protect the system downstream, mostly from output overvoltage conditions. I was trying to think of the best way to achieve this with the setup I have, and determined adding a TPS3702 to monitor the 5V line, allowing it to latch the EN pin on the TPS63070 off in an error state, was a good option.

In this schematic, VCC is the voltage directly off of the batteries. When the batteries are inserted, the buck-boost is disabled initially (SJ2 is normally soldered so EN pin is connected to PSU_EN, these jumpers were added for troubleshooting purposes). Once the switch is turned on (SW1), battery voltage is applied to the TPS3840, and the /RESET line is pulled high once the power-on threshold is reached, which turns on the buck-boost. (Note: R7/C1 is added glitch protection during the start-up sequence of some downstream loads to prevent a false latch-off).

In order to add the 5V window monitoring, my idea was to pull the /MR line on the TPS3840 low with the UV and OV outputs on a TPS3702 when the 5V line goes out of regulation (or when a user puts in wrong values for the feedback resistors and forgets to check the output before populating the rest of the assembly). The UV and OV pins should be pulled up, according to the TPS3702 datasheet, but the /MR pin has an internal 100k pull-up so I was going to rely on that. And I believe pulling /MR low in a 5V line error state would enable the latching circuit, ultimately turning the TPS63070 off until the power switch is cycled to reset the latch. I was originally worried that doing this could possibly cause VDD to short to GND (when /RESET is logic HIGH, Q4 is conducting, and OV/UV are pulled logic LOW) but I don't think this is a realistic case because Q4 will be off as long as /RESET is at VDD. But do I have to worry about conduction through Q4 body diode momentarily while OV pulls low and /RESET is still at VDD?

Is this an accurate assessment? Are there any obvious flaws to this strategy?

The other question I had was behavior at start-up. The TPS3702 has a startup delay of 300 microseconds. My question is, when does this delay time start? Figure 1 in the datasheet seems to imply it's after VDD(min) is reached? Or is it related to the SENSE pin? I currently have a 100nF capacitor on the CT pin of the TPS3840 to delay enabling the TPS63070 by approximately 60 milliseconds after the power switch is turned on. So if VDD on the TPS3702 passes VDD(min), will the undervoltage sense automatically trigger?

Thank you!