I understand TM4C1294's GPIO pins are not 5V tolerant except USB (I learnt the hard lesson from burning the chip by allowing 5V to connect to digital inputs)
Since a lot of I2C designs are in 5V, I wonder if the SDA and SCL are "semi 5V tolerant" (SDA and SCL are both open drain/collector so the 5V is just a pull up to 5V)? If so, what kind of pull up is recommended for 5V operation?
Thanks!