Resolved! STM32F407 I2C
Posted on January 31, 2017 at 16:30Hi All,I m trying to use I2C on STM32F104. Here is my init code. I am not able to read an EEPROM. To test I sent data (I2C_SendData(I2C2, (uint8_t) 0x100);) in a loop (with a small delay), and monitored SCL and SDA...