STM32F407VG I2C slave not getting I2C_EVENT_SLAVE_BYTE_TRANSMITTED event
Posted on July 04, 2016 at 14:49 Hi, I am working on a project where I have got an STM32F407VG set up as an I2C slave. I'm able to receive incoming bytes correctly, and I'm able to send one byte without issue. However I need to be able t...