STM32G051K6 and LL I2C sends all times 0x01 after Write to Slave
Hello,i use a STM32G051K6 with LL Drivers and want to implement I2C. But all the time it sends Slave ID, 0x01, Byte 1, 2 and so on. Here i Call 0x38 Slave ID: And here all Data:And this my Code: LL_I2C_TransmitData8(I2C1, 0x00); LL_I2C_HandleT...