I2C Slave - clock stretching disables communication and other problems (STM32L0)
I try to implement I2C slave so it behaves like a typical EPROM and master can read/write using HAL_I2C_Mem_Read/HAL_I2C_Mem_Write functions.After 3 days of searching and trying I found only one, partially working example: STM32F072 I2C slave Receive...