Hello, TI
I want to configure the DS125DF1610 to achieve both broadcast and switch functions, but after testing, I found that the experimental results were not correct, so I would like to ask some questions.
(1)As a switch: signal from RX_ 6A input, from TX_ 4A output;
(2)As broadcast: signal from RX_ 0A input, simultaneously from TX_ 0A and TX2A outputs.
The schematic diagram is shown in the following figure:
The configuration process is as follows:
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
Is there any problem with my configuration?
thank you!!