Other Parts Discussed in Thread: BQ25790, , USB-PD-CHG-EVM-01, TIDA-050047, BQ25792
hi,
when i use TPS25750 + bq25790, use gui 7.0.4 , eeprom downloads successful.
However, if the USB C TYPE is connected while the battery is connected, the TPS25750 does not give power (PPHV =0V), and it can not charge.
i monitor i2c data between TPS25750 and bq25790,
-
the first group of data is different, and the data is as follows.
- 1. 0xd6 0x16 0xc0
- 2. 0xd6 0x01 0x04 0xec
- 3. 0xd6 0x03 0x01 0x2c
- 4. 0xd6 0x06 0x01 0x2c
- 5. 0xd6 0x05 0x2e
then, the group of data is the same from the second group . it sends data periodic.the data is as follows.
1. 0xd6 0x10 0x80
2. 0xd6 0x14 0x1c
3. 0xd6 0x11 0x00
4. 0xd6 0x12 0x00
5. 0xd6 0x08 0x0f
6. 0xd6 0x09 0x0f
7. 0xd6 0x01 0x04 0xec
8. 0xd6 0x03 0x01 0x2c and then cyclic
However, if the battery is removed and reconnected while the USB C TYPE is connected, the TPS25750 outputs power, and it could charge.
Can you explain why?