Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Ethernet PHY question

Status
Not open for further replies.

engr_joni_ee

Advanced Member level 3
Joined
Nov 3, 2018
Messages
750
Helped
2
Reputation
4
Reaction score
4
Trophy points
18
Activity points
6,233
Hi,

I am working on a new board design in which I am using DP83822 Ethernet PHY. I am trying to understand MDC (20) and MDIO (19) signals, how do we connect them ? and how to connect CRS (27) and RX_ER (28) signals ?. I don't think we connect these signals to Ethernet connector or ZYNQ.
 

Hi,

please post a link to the datasheet.
What´s the other side of the interface? A microconteoller? --> schematic.

Klaus
 

Hi,

Here is the datasheet.


On one side I am using ZYNQ 7020. The signals which are connected to ZYNQ PS MIO bank are,

TX_D0, TX_D1, TX_D2, TX_D3, TX_CLK, TX_CTRL
RX_D0, RX_D1, RX_D2, RX_D3, RX_CLK, RX_CTRL

On the other side there is Ethernet connector. The signals which are connected to the Ethernet connector are,

TD_M (11)
TD_P (12)
RD_M (9)
RD_P (10)

The signals LED0(17)/LED1(24) are also connected to Ethernet connector through pull up resistors.

The question is about the following signals, how to connect them ?

MDC (20) and MDIO (19)
CRS (27) and RX_ER (28)
 

The question is about the following signals, how to connect them ?

MDC (20) and MDIO (19)
CRS (27) and RX_ER (28)
These are standard PHY signals, also explained detailed in the datasheet. Did you read it?

The serial managment interface gives access to the PHY configuration and status registers. It may be connected to processor GPIOs, driven by your code. Without using MDxx interface, the PHY is limited to the initial configuration set by pin-straps.

CRS and RX_ER are optional signals of the MDI (media independant interface), apparently not used by the ZYNQ MAC.
 
In addition to the above, any data sheet of a Xilinx dev board carrying an RGMII PHY should also have connectivity info on the MDC, MDIO, CRS and RX_ER.
So it you can look at the board schematic docu as to how those signals are connected to the PHY and implement similar approach for your custom board design.
 
Hi,

Now I have connected MDC (20) and MDIO (19) to GPIOs.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top