hello,
in VVC i2c i write a value with 8 bits in i2c slave and it’s OK but I don’t khnow how write a value with 9 bit value in i2c slave
hello,
in VVC i2c i write a value with 8 bits in i2c slave and it’s OK but I don’t khnow how write a value with 9 bit value in i2c slave
Hi,
I believe the I2C works on a byte-level, so you would need to send 2 bytes in that case.