STM32 I2C2 SDA improper data
I have already used I2C1 successfully on STM32F051. However, when I am trying to use the I2C2 on STM32F051R8T6, the problem is that the voltage level of the data received on SDA line seems to be chopped. Am I doing anything wrong with the initializat...