STM32F102C8T I2C, GPIOB set up properly but GPIO never gets in START (drain) condition
Posted on August 05, 2016 at 09:07Hi,I have a problem regarding I2C comm on STM32F102. I am using CubeMX to generate init code. Every time I try to transmit as master it successfully sets START bit in CR1, and waits until SB in SR1 is sets to 1 (whi...