Other Parts Discussed in Thread: ALP
Hi, E2E members
Can DS90UH949 read EDID value from External EEPROM?
> To use DDC, you must specify default address 0xA0 for I2C address.
> This address can be changed in FPD-Link register 0x51 on 949 device.
> From here, you can access over I2C what is stored on EDID through
> simple I2C writes and reads. Specify the register that you want to write/read
> and then the value that you want to write. For example:
> board.ReadI2C(0xA0, 0x00)
> board.WriteI2C(0xA0, 0x00, 0xFF)
I tried this commands on ALP but can't read EDID value.
Regards,
Nao