Anyone got IIC master for serial eeprom 24c02(one byte data) to work?
I can see the the address portion at read transfers working, but the data transmitted from 24c02 device are canceled out. It seems the master(NS9360) drives SCL against the data.
I’m using the NS9360’s iic(i2c) internal hardware and the NAI2COperation(…) function with writeBufLen and readBufLen = 1.
Is this a bug somewhere?