STM32F103RGT6 I2C state machine misunderstanding
Hello.I'm trying to get I2C working to read BMP280 sensor data. This is code I written so far: GPIOB->CRL |= GPIO_CRL_MODE6; //set PB6 as output with drive strenght to 50Mhz GPIOB->CRL |= GPIO_CRL_CNF6; //set PB6 to open-drain alternate funct...