Other Parts Discussed in Thread: BQ25792EVM, TPS25750, BQ25792
I would like to test the "Ship Mode" on the USB-PD-CHG-EVM-01. In the datasheet it’s not clearly written if the Ship FET must be present. The datasheet says:
My understanding is that a Ship FET is not necessary but preferred because the leakage current is lower with a Ship FET.
So I set the registers from
reg=0x0F name=Charger Control size=6 data=0xA2 0x85 0x40 0x00 0x01 0x16 SDRV_CTRL = 0 SDRV_DLY = 0 SFET_PRESENT = 0
to
reg=0x0F name=Charger Control size=6 data=0xA2 0x85 0x45 0x00 0x01 0x96 SDRV_CTRL = 2 SDRV_DLY = 1 SFET_PRESENT = 1
as in the datasheet
But the system voltage doesn’t drop, so the BATFET is still on.
I checked the forum and found two interesting posts:
As I understand now, I cannot test the "Ship Mode" on the USB-PD-CHG-EVM-01 because there is no Ship FET populated?
So I need to design an own PCB to test it?