I2C is not sending a repeated start
Hello. I encountered a problem. I have an STM32F103C8T6 controller and I am trying to implement I2C communication using interrupts. The problem is that when I need to send a repeated start, it doesn't happen. ITBUFEN interrupts are disabled, I only u...