STM32 Maximium Pin Voltage in Output Mode
Hello,
we use the STM32G474 with a single supply voltage of 3V3 at the VDD Pins.
At the moment we investigate defective microcontrollers. The Microcontrollers are defective after several hours with the 3V3 VDD voltage supplied. The defective is an increase current consumption and not working i2c-interfaces.
We connect two i2c-Interfaces with Pullups to 5V and at the moment we discuss if the 5V could be the rootcouse of the defective.
For i2c1 we use PB9 (FT_f) and PB8 (FT_f)
For i2c2 we use PA8 (FT_a) und PA9 (FT_fda)
The FT I/O structure should be 5V Tolerant.
I have found discussions of the maximum input voltages in your community
with these section:
For the I2C Interface we use the microcontrollers Alternate Function Modules and it think the alternate function module configures the I/Os as Open-Drain Output or Input.
Am i right that it it is not allowed to interconnect with a 5V I2C-Interface because the I2C-SDA is partly configured as Output Mode ?
In the manual of the STM32G474 if have not found the chapter 5.2.2 Five-volt tolerant GPIO (FT) from the link above but i think it is anyway applicable.
Thanks for your support

