Other Parts Discussed in Thread: TPS65987
The current project requires charging through the docking station. When the docking station is connected to a device, an I2C interrupt (configured through firmware, as shown in Figure 1) will be generated. When the device power supply is detected as a source, we will raise gpio114 in the interrupt function. At this time, TPS65987D has a 5v vcharge input and a 5v vbus output (as shown in Figure 2 and Figure 3), so that the device outputs 5v to power the docking station. However, when the adapter is inserted into the docking station port c to power the device, it cannot respond to the I2C interrupt, But we need to lower gpio114 in the interrupt function. May I ask how to solve this problem?