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

USB to MDIO Procedure

Follow this procedure when using the USB to MDIO GUI for the 510 EVM application:

  1. Follow the general USB to MDIO userguide:
  2. Change the extended register to No.
    GUID-20220505-SS0I-C8H0-Q5SD-PSXW3KMQZ209-low.jpg Figure 9-1 Example of Changing Extended Register to NO
  3. Use 000D and 000E for extended register.

2.4 Vpp with Extended Register Example:

//Set Output operating mode for 2.4 Vpp 
begin
000D 0001
000E 08F6
000D 4001
000E 1000 //enable 2.4 Vpp operating mode

000D 0007
000E 020E
000D 4007
000E B000 //Request increased the transmit level in MMD07

000D 001F
000E 0010
000D 401F
000E 4000 //soft reset
end

1V Vpp with Extended Register Example:

//Set Output operating mode for 1V Vpp 
begin
000D 0001
000E 08F6
000D 4001
000E 0000 //enable 1 Vpp operating mode

000D 0007
000E 020E
000D 4007
000E 8000 //Do not request increased transmit level in MMD07

000D 001F
000E 0010
000D 401F
000E 4000 //soft reset
end