This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DP83869HM: Please clarify how to implement DP83869 Mirror Mode on the schematic

Part Number: DP83869HM
Other Parts Discussed in Thread: DP83869

Tool/software:

Dear TI,

In order to enable a more direct PCB Layout between PHY and Signal Transformer, we are trying to understand the proper usage of Mirror Mode on the DP83869 PHY.  We have bootstrapped the PHY to Mirror Mode by adding a 2.49K pullup resistor to the RX_CTRL pin.

Can you tell us:

1.  In the attached snip, have we reordered the TDD signals correctly to implement Mirror Mode?

2.  If we have Auto-Negotiate and Mirror Mode enabled, can auto-negotiate still choose the best data rate of the three options?

3.  The datasheet text under Table 7-4 indicates the polarity of the signals must be reversed in Mirror Mode.  Does this mean we must also swap the polarity of the reordered signals on the schematic?  In other words, the "P" side of the differential pair would go to the "N" side of the signal transformer, and vice-versa?

Thank you for your clarification.

  • Hi,

    Mirror mode changes the polarity and reorders the port numbers as well.

    Pin # (48QFN) Mirror Mode Disabled Pin Assignment Mirror Mode Enabled Pin Assignment
    1 TD_P_A (A+) TD_M_D (D-)
    2 TD_M_A (A-) TD_P_D (D+)
    4 TD_P_B (B+) TD_M_C (C-)
    5 TD_M_B (B-) TD_P_C (C+)
    7 TD_P_C (C+) TD_M_B (B-)
    8 TD_M_C (C-) TD_P_B (B+)
    10 TD_P_D (D+) TD_M_A (A-)
    11 TD_M_D (D-) TD_P_A (A+)

    Mirror mode can be enabled through strap or through register configuration using the Port Mirror Enable bit in the CFG4 register (address 31h).

    Auto-negotiation is enabled by default, and it will negotiate the best supported data rate.

    Thanks

    David

  • Thank you very much for the prompt clarification.