Hello.
We are transmitting data from PC to board via HDMI interface.
We are using ADI's ADV7612 IC to receive HDMI data from PC to board.
I connected this board to PC via HDMI cable.
However, PC does not recognize ADV7612 IC of this board as external monitor.
The register setting of ADV7612 IC is as follows.
hdmi_setReg(0x98, 0x0c, 0x00); // power down disable
hdmi_setReg(0x98, 0x15, 0x10); // Pixel bus / Clock / sync active + audio disable[4]
hdmi_setReg(0x98, 0x03, 0x40); // Pixel Output Mode : 24-bit 4:4:4 SDR mode
hdmi_setReg(0x98, 0xF9, 0x64); // Set Repeater slave Address
hdmi_setReg(0x64, 0x74, 0x01); // EDID Enable
Please tell me how to set the registers to recognize it as an external monitor on the PC.
It is not recognized as a monitor even in AVES Blue 3.03.
Please reply to my inquiry.
Thank you.