Part Number: DP83867ERGZ-S-EVM
I want to see how the signal looks like on the Oscilloscope with a Diff probe for Clock and Data. I have two boards? Do I need an direkt Link with both? Do I need to change the Jumper? How can I have a communication?
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.
Part Number: DP83867ERGZ-S-EVM
I want to see how the signal looks like on the Oscilloscope with a Diff probe for Clock and Data. I have two boards? Do I need an direkt Link with both? Do I need to change the Jumper? How can I have a communication?
Hi Sven,
You should be able to place the prongs of your diff probe on the SGMII AC coupling capacitors between the PHY and the SMA's:

In my experience its difficult to discern anything from the data on SGMII lines, however you should be able to see a signal. If using one board you'd only see a signal on the SGMII transmit path. If you connect both boards together you should see a signal on both transmit and receive paths.
I believe this board would have the device in 4-wire SGMII by default, which does not use the clock lines. If you want to enable the SGMII clock, use the following register shown in the datasheet:

Best,
Shane
Hi Sven,
Apologies, I assumed you were measuring the SGMII signal. To measure the 100Base-TX signal you can place the prongs of the diff probe on the series resistors between the PHY and the magnetics:

If nothing is connected on the RJ-45 port you would only see link pulse signals. If you want to see actual data, connect a 100M capable link partner on the RJ-45 and transmit continuous PRBS from the PHY via configuring register 0x0016.

If you are using two of these EVMs for this test, make sure to disable gigabit advertisement or the PHYs will link up in 1000Base-T, not 100Base-TX. Let me know if you have any questions.
Best,
Shane
How do I disable gigabit advertisement of the EVM? With the MSP430F5 Series LaunchPad? Or is there another way?
To disable gigabit advertisement, use register 0x0000[13:12] and 0x0000[6] to force 100Mbps speed:

In this case you would write 0 to bit 12, 1 to bit 13, and 0 to bit 6. We typically do this with an MSP430 launchpad connected to a PC running USB2MDIO.
Best,
Shane
Can you please share the link where I can order the equipment (MSP430)? Is it the msp430f5 launchpad? What else do I need?
Here is the link for the MSP430 launchpad we use. You will also need a PC with:
For more details on how to setup USB2MDIO please consult this bring up guide: 6523.How to flash MSP430 Launchpad for USB2MDIO compatibility.pptx
This E2E may help as well.
Best,
Shane