STM32N6 I2C Logic Levels
I have an I2C device that only operates with 1.8V logic (Pins are not 3.3V tolerant) that I want to connect to the STM32N6. I don't want to add an I2C redriver if I can avoid it. I want to keep as many of my I/O pins on the STM32N6 powered from 3.3V as I can.
Which power rail on the STM32N6 determines the logic high voltage for the I2C bus? I want to use the 1.8V rail on my design for the I2C SDA and SCL pull-up resistors.
Thanks
