STM32F302R8 I2C1 STUCK AT GENERATE START CONDITION
Hi, I have a problem where my basic master send data code stuck at the generate start condition function. I am using STM32F302R8, based on the reference manual, the flow chart stated that SET the I2C_CR2.START. Then, inside my code, here is my basic ...