Hello,
I'm having issues with the direct method for reading EDID. I can read and write the DSIX6 registers using i2c device address 0x58/0x59 just fine, but when i configure the 0x60 register (I2C_ADDR_CLAIM1) to 0x51 and try to read from address 0x50, it returns NACK and i see no signal on the AUX pins. Same thing happens if i write 0xA1 to the I2C_ADDR_CLAIM1 and try to read from 0x50, i see no activity on the AUX pins.
I'm also confused as why this example is using 0x2D as the device ID instead of 0x58 or 0x5A which are the 2 i2c addresses in section 8.5.1.
Is there anything i'm missing?