I2C-Slave howto change direction in sequential transfer
I'm trying to emulate an 24c08 EEPROM with anSTM32F303.My problem is, that my master (can't change that behaviour) after sending the start and adresss-byte imediately send up to 16 byte of data, (write-operation) but in case of a read-operation it se...