STM32F4 I2C BTF interrupt is generated repeatedly until the stop is generated
I've been developing my own I2C interface. When the BTF is set, I issue STOP. However, the interrupt routine is repeatedly called until the STOP is generated..In document it says that BTF is cleared by hardware after a start or stop condition in tran...