STM32L011 I2C slave?
I need to write a code that acts as an I2C slave to another processor, but I haven't figured out how to tell if the master does a repeated start. That is: what does the slave get if there is a "addressed" read? And how does that differ from one byte ...