STM32F2xx I2C not sending Address after Start
Posted on March 15, 2016 at 18:16 I'm trying to debug an I2C interrupt handler that I didn't write, on an STM32F207ZG. My problem is that after sending a Start, when waiting to send the Address byte, a Stop happens. What am I doing wrong that mak...