大家好、
我的客户发现 编程指南中的默认值与实际读取结果之间存在差异。
------------------------
[共享寄存器]
0xE2:0x00 (数据表)-> 0x10 (实际值)
[CTLE/CDR 寄存器]
0x1E:0x09 (数据表)-> 0xE9 (实际)
0x2D:0x80 (数据表)-> 0x00 (实际值)
------------------------
可以确认吗?
此致、
雅丽塔
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.
大家好、
我的客户发现 编程指南中的默认值与实际读取结果之间存在差异。
------------------------
[共享寄存器]
0xE2:0x00 (数据表)-> 0x10 (实际值)
[CTLE/CDR 寄存器]
0x1E:0x09 (数据表)-> 0xE9 (实际)
0x2D:0x80 (数据表)-> 0x00 (实际值)
------------------------
可以确认吗?
此致、
雅丽塔
您好、Yaita-San、
请参阅您之前的帖子以获取其他评论:
https://e2e.ti.com/support/interface/f/138/p/927677/3427528#3427528
由于它与 CTLE/CDR reg 0x1E 相关、请参阅 LMH1228编程指南。 当寄存器0x09[5]= 1'B1时、0x1E[7:5]控制输出多路复用器设置。 另一方面、如果寄存器0x09[5]= 1'b0、则0x1E[7:5]反映 OUT0多路复用器设置的状态。 在默认模式下、0x09[5]= 1'b0。 您的客户可能是0x09[5]= 1'b0、输出被静音。
此致、Nasser