STM32F411: I2C_FLAG_AF set but no I2C interrupt is set
Posted on September 03, 2017 at 12:05I am designing a slave process that shall manage unpredictable write/read request from the master.Unpredictable: the slave doesn't know in advance how many bytes are going to be written from the master, and how m...