I just tried to generate the stm32f103C8T6 code from stm32cubeMX.In the ./Core/Src, the file stm32f1xx_hal_msp.c is generated with:```cGPIO_InitStruct.Pin = GPIO_PIN_6|GPIO_PIN_7;GPIO_InitStruct.Mode = GPIO_MODE_AF_OD;GPIO_InitStruct.Speed = GPIO_SPE...
HI,@RShiv.1 I have also a stm32c6t6, the i2c code generated by the stm32cubeMX didn't works.The solution is in the answer of this post.The i2c initialization tree is:main.c: main()main.c: MX_I2C1_Init()./Driver/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal...