2026-04-12 5:28 AM - last edited on 2026-04-12 11:21 AM by Peter BENSCH
I'm designing a USB-C charging circuit for a battery-powered device using the STUSB4531 for PD negotiation alongside a BQ25792 buck-boost battery charger.
The BQ25792 handles the full VBUS power path internally (inrush limiting, reverse current protection, OVP, and dead battery support), so I'm trying to understand whether the external P-FET that STUSB4531 normally drives is still required.
Specifically:
1. Can the GATE pin be left NC or tied off without affecting CC detection and PD negotiation? Or does the IC require a valid FET load on GATE to operate correctly?
2. If the GATE pin must drive something, would it be acceptable to connect GATE to the BQ25792's CE (charge enable) pin instead of a FET gate — effectively using it as a charger enable signal rather than a load
switch?
3. Dead battery / no battery scenario: I need the system to power up from VBUS even when the battery is absent or fully depleted. The BQ25792 already supports dead battery mode on its own. If the external FETs are removed, is there anything in the STUSB4531 that would block VBUS from reaching BQ25792 in this condition?
Thanks for all the help,
Eden
Solved! Go to Solution.
2026-04-27 8:04 AM
Dear edenraf,
The VBUS_EN_SNK pin can be left not connected, the negotiation will still happen through CC pins.
And as STUSB4531QTR and STUSB4531BJR present some pull-down on CC lines, even if the battery is fully-depleted, the SOURCE will provide VBUS which will supply the STUSB4531 via VDD pin.
Best regards,
2026-04-27 8:04 AM
Dear edenraf,
The VBUS_EN_SNK pin can be left not connected, the negotiation will still happen through CC pins.
And as STUSB4531QTR and STUSB4531BJR present some pull-down on CC lines, even if the battery is fully-depleted, the SOURCE will provide VBUS which will supply the STUSB4531 via VDD pin.
Best regards,
2026-04-27 8:26 AM
Hello,
Thanks for the reply. It is as I hoped, so I can leave the VBUS_EN_SNK as NC.
What about VBUS_HS_DISCH and DISCH pins? Would these still need to be connected even if VBUS_EN_SNK is NC? Again, since there would be no FET between VDD and DISCH, all 3 pins (VBUS_HS_DISCH, DISCH, VDD) would effectively be shorted together to VBUS
2026-04-27 8:51 AM
Dear edenraf,
VBUS_VS_DISCH is also used by STUSB4531 to monitor that VBUS is in the correct range, so it must be connected.
Both VBUS_VS_DISCH and DISCH pins are enabled simultaneously to discharge residual voltage at disconnection, transition, hard reset and recovery state. I would recommend keeping both (max acceptable current through DISCH pin is higher).
Best regards,