SNLA364C March   2021  – June 2022 DP83TD510E

 

  1.   Abstract
  2.   Trademarks
  3. Introduction
  4. 1-V and 2.4-V p2p Mode Scripts
  5. Time-Domain Reflectometry
    1. 3.1 TDR Application Startup
      1. 3.1.1 TDR_CFG (Address = 0x001E) [Reset = 0x0000]
      2. 3.1.2 TDR_Fault_Status (Address = 0x030C) [Reset = 0x0000]
    2. 3.2 TDR Test Procedure
  6. Active Link Cable Diagnostics
    1. 4.1 ALCD Application Startup
    2. 4.2 ALCD Test Procedure
      1. 4.2.1 Cable Calibration
      2. 4.2.2 Cable Quality Measurement
  7. Signal Quality Indicator
    1. 5.1 SQI Application Startup
      1. 5.1.1 MSE Detection (Address = 0x0A85 ) [Reset = 0x0000]
    2. 5.2 SQI Test Procedure
  8. Cable Diagnostics Summary
  9. Loopback Modes
    1. 7.1 BISCR (Address = 0x0016) [Reset = 0x0100]
  10. Pseudo-Random Bit Sequence Functions
    1. 8.1 PRBS_CFG_1 (Address = 0x0119) [Reset = 0x0574]
    2. 8.2 PRBS_STATUS_4 (Address = 0x011F) [Reset = 0x0000]
  11. USB to MDIO Procedure
  12. 10IEEE 802.3cg PMA Compliance
  13. 11Revision History

1-V and 2.4-V p2p Mode Scripts

The default operating modes depend on the strapping the LED_2 pin. From the quick setup in the previous session, the default output operating mode will be 1.0 Vpp with and without a link partner detected.

Select the output operating mode of the DP83TD510E by running the script below for 2.4 Vpp for both link partners.

//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

Select the output operating mode of the DP83TD510E by running the script below for 1 Vpp for both link partners.

//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