2025-03-12 5:14 PM
I developed a multi-port charger with multiple STUSB4710A and companion ST1S14PHR with the recommended bill of materials. The evaluation kit worked fine however my board does not work consistently. I read back the status register and detecting undervoltage.
2025-03-27 11:44 AM
Welcome @gregelectric, to the community!
Register 0x10 is the register TYPEC_MONITORING_STATUS_1, whose bits have the following meaning (see the register file e.g. here:(
If your check (vbusStatus & (1 << bit_x)) returns true, that bit at position x must be set. This in turn is to be interpreted according to the register table as VCONN > 4.1V/2.7V (bit 0) or VBUS > 3.9V (bit 1).
Hope that helps?
Regards
/Peter