STM32F429 I2C not generating the correct number of clock pulses
Posted on November 30, 2016 at 11:57Hi I am running into a problem that the STM32F429 I2C peripheral sporadically does not generate enough clock pulses. I use the HAL_I2C_Master_Transmit_IT function with 2 bytes payload (0x42, 0x77). I have made mix...