I2C stuck sending address
Posted on September 20, 2017 at 11:18Hello,I'm having trouble using I2C (Fast Mode, Master Mode) on a STM32F411RE (Nucleo-F411RE).My code gets stuck after sending the I2C Address here:while (!(I2C1->SR1 & I2C_SR1_ADDR));On the bus I get short pulses...