2023-10-06 12:33 PM
I am wondering what the logic voltage is for the I/O pins on the STUSB4500L. Under operating conditions they are listed as 0V to 4.5V, but the example circuit shows I2C pullup resistors to 3.3V. Is it safe to connect these I/O pins directly to a 3.3V logic level microcontroller, or will that require a level shifter?
Solved! Go to Solution.
2023-10-09 06:56 AM
They're open drain (OD) outputs, they're never driven high by the chip, they can only be driven low. You will need an external pullup in order to pull them up to 3V3 (or whatever).
2023-10-08 04:35 PM
High/low digital input voltage thresholds are listed in the Electrical characteristics table. These pins are compatible with 0-3.3V logic.
2023-10-09 06:48 AM
Thank you for your response. When these pins are acting as outputs, will they drive the voltage higher than 3v3? I do not see a "High level output voltage" in the table you showed (or anywhere in the datasheet)
2023-10-09 06:56 AM
They're open drain (OD) outputs, they're never driven high by the chip, they can only be driven low. You will need an external pullup in order to pull them up to 3V3 (or whatever).
2023-10-09 08:16 AM
Excellent, thank you for your help!