Other Parts Discussed in Thread: BQ25798,
Tool/software:
Context
I'm using the TPS255751D USB PD controller in a battery powered DRP USB PD device in tandem with the BQ25798 battery charger.
In the design process I realized that the dedicated `PP_5V` rail requires a dedicated buck converter to boost the 1S Li-Ion battery voltage from ~3.7 V to 5 V.
I understand that the TPS25751 was not designed to operate exclusively in a battery-only environment.
So there are cases where a dedicated buck converter or LDO is necessary.
But in my case, where there is a battery charger like the BQ25798 that already integrates a buck booster, I find the introduction of a new buck conversion stage quite redundant and expensive (PCB space and money).
Questions
- Does the TPS25751 support the temporary configuration of the BQ25798 to make it source 5 V/3 A on its `VBUS` pin to feed `PPHV` which the TPS25751 would internally route to the `PP_5V` path?
Is this possible in autonomous mode? - If not, can I implement this logic manually, which would mean that the `PP_5V` would float after successful PDO negotiation and the `PPHV` path is used to sink or source `VBUS` of the BQ25798?
This means if the USB connectors would be powered by `PP_5V` it would also be powerless for a very brief moment (the time it takes to disconnect `PP_5V` and reprogram the BQ25798 based on the negotiated PDO).
Would this small interruption be acceptable in terms of USB PD compliance? - Can you suggest a solution tat allows to completely omit the dedicated 5 V power rail or the dedicated 5 V buck conversion stage?
Kind regards,
Brian