Resolved! STM32C0 SDA signal on PC14
Hi,I'm trying to configure pin PC14 to be used as SDA signal as it stated in the datasheets STM32C031C6 and STM32C031G4: To configure the pin (and the the I2C) I am using: void SDK_I2C_Init(SDK_I2C_HandleTypeDef *hi2c) { LL_I2C_InitTypeDef I2...