2022-09-03 09:42 PM
When configuring I2C in STM32CubeIDE, the SDA & SCL pins are automatically assigned.
Can I assign pins PA10 and PA9 on STM32H743 as I2C (SDA & SCL) ?
What things i should keep in mind when using pins other than the one auto assigned by STM32CubeIDE?
2022-09-03 11:14 PM
auto assigned by STM32CubeIDE are the pins, that are connected to the module you choose.
so you can not use the I2C module on xx pins.
or you write your own software I2C lib, then can use this all pins (no hardware used).
2022-09-04 01:59 AM
Pull the devices Data Sheet and go through the Alternate Function pin tables..