您好、TI
我想对 DS125DF1610进行配置以实现广播和开关功能、但测试后发现试验结果不正确、所以我想问一些问题。
(__LW_AT__1)作为开关:来自 RX_6A 输入的信号、来自 TX_4A 输出;
(__LW_AT__2)作为广播:来自 RX_0A 输入的信号、同时来自 TX_0A 和 TX2A 输出。
原理图如下图所示:
配置过程如下:
i2cset -f -y $slot $CDR 0xff 0x00
i2cset -f -y $slot $CDR 0xFC 0x00
i2cset -f -y $slot $CDR 0xFD 0x10
i2cset -f -y $slot $CDR 0xff 0x01
i2cset -f -y $slot $CDR 0x9b 0x00
i2cset -f -y $slot $CDR 0x96 0x14
i2cset -f -y $slot $CDR 0xFC 0x00
i2cset -f -y $slot $CDR 0xFD 0x01
i2cset -f -y $slot $CDR 0xff 0x00
i2cset -f -y $slot $CDR 0x9b 0x00
i2cset -f -y $slot $CDR 0x96 0x14
i2cset -f -y $slot CDR 0x0a 0x5c
i2cset -f -y $slot $CDR 0x0a 0x50
i2cset -f -y $slot $CDR 0xFC 0x01
i2cset -f -y $slot $CDR 0xFD 0x00
i2cset -f -y $slot $CDR 0xff 0x01
i2cset -f -y $slot $CDR 0x9b 0x00
i2cset -f -y $slot $CDR 0x96 0x14
i2cset -f -y $slot $CDR 0xFC 0x10
i2cset -f -y $slot $CDR 0xFD 0x00
i2cset -f -y $slot $CDR 0xff 0x00
i2cset -f -y $slot $CDR 0x9b 0x00
i2cset -f -y $slot $CDR 0x96 0x34
i2cset -f -y $slot CDR 0x0a 0x5c
i2cset -f -y $slot $CDR 0x0a 0x50
我的配置有任何问题吗?
谢谢你!