STM32F4 - Reinitializing I2C driver
Posted on September 07, 2016 at 09:41Hi, I'm trying to deinit and then init the I2C driver during runtime of the STM32F411. I2C1 generally works when initializing the drivers once, but when I deinit and then init them, I get a start-bit timeout - th...