Posted on June 15, 2018 at 13:26I'm using stm32l100C6-A to communicate with gas gauge by I2C. My code tries to start I2C transfer, like this:I2C_GenerateSTART( i2c_periph, ENABLE );and sometimes it works, transfer is completed, all is well. But some...