Other Parts Discussed in Thread: TPS25751,
Tool/software:
I would like to charge two 9S batteries (~39 V) in parallel using a single USB-C PD adapter. These batteries may be at very different charge states when connected, so they each need their own BQ25756.
Looking at the BQ25756 reference design, the TPS25751 can be used to handle USB PD negotiation and configuration of the BQ25756 over I2C. However, I believe two TSP25751 devices cannot be used on the same bus, since they would both try to negotiate with the adapter simultaneously. I thought of using a single TPS25751 for negotiation, but then I'm unsure how to automatically configure both BQ25756 devices through the one chip, since there is only one I2C bus.
Does TI have any advice for how to tackle such a design? Thanks in advance.