This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] SN65DSI86:I2C over aux Direct 方法

Guru**** 2756805 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/interface-group/interface/f/interface-forum/949449/sn65dsi86-i2c-over-aux-direct-method

器件型号:SN65DSI86

大家好、

在 DSI86数据表中、即通过 AUX 进行 I2C 通信的直接方法、我们只说对 I2C 地址进行编程并启用 I2C_Claimx_en 位、我们是否有一个完整的流程示例用于访问面板? 如何读取和写入?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    下面是读取接收端 EDID 寄存器的直接方法示例。

    读取接收器的 EDID (直接方法)
    此脚本将读取256字节的 EDID。





    ==== 启用 I2C_ADDR_CLAIM1===
    60 A1 />
    ==== 将 EDID 基础写入00 ===
    00 />
    ==== 读取256字节的 EEID====
    00 />

    谢谢

    David