ZHCAAW6C March 2021 – June 2022 DP83TD510E
默认的工作模式取决于 LED_2 引脚的搭接情况。根据前述小节中的快速设置,无论是否检测到链路伙伴,默认的输出工作模式都将为 1.0Vpp。
通过对两个链路伙伴运行以下 2.4 Vpp 的脚本,选择 DP83TD510E 的输出工作模式。
//Set Output operating mode for 2.4 Vpp
begin
08F6 1000 //enable 2.4Vpp operating mode
020E B000 //Request increased the transmit level
001F 4000 //Software restart
end
通过对两个链路伙伴运行以下 1Vpp 的脚本, 选择 DP83TD510E 的输出工作模式。
//Set Output operating mode for 1 Vpp
begin
08F6 0000 //enable 1Vpp operating mode
020E 8000 //Do not request increased transmit level
001F 4000 //Software restart
end