Nucleo-L476RG wrong I2C pins generated for I2C1?
Hi all,
I'm starting to just get the hang of STM32 using a Nucleo-L476RG board.
Discovering I2C, I'm finding the STM32CubeMX generates the I2C1's SDA/SDL pins for this board at PB7/PB6, not at all where they are according to the schematic (should be PB9/PB8). I've repeated the 'new project' steps a few times to cancel out me using an incorrect nucleo board.
Connecting up a sensor to PB7/PB6 (using physical pins on rows CN7/CN5, I2C works just fine.
All documentation I've found using this nucleo board, shows STM32CubeMX generating SDA/SDL on pins PB9/PB8.
Am I doing something wrong here, or might this be an issue in the STM32CubeMX version (6.12.1.202409122256 I'm using?
Thanks!

