Tool/software:
Hi,
we have problems with 1GBps link, it works only with short ethernet cables. This may be related to our board design, which is under review. Hints are always appreciated!
Meanwhile, we did dome tests regarding ethernet qualification and if we activate test mode 1, we can see only a signal on channel A instead of all channels. Whatever we do with register 0x25, the test signal is only on channel A. This is how we configure the chip (SJA1110 is the chip to which the DP83867IR is connected via RGMII):
// Test mode 1 on all channels
PHY_SJA1110_SMI_write(PHY_SJA1110_ADDRESS_DP83867IR, 0x001F, 0x8000);
// 1GBit/s full duplex, AN off
PHY_SJA1110_SMI_write(PHY_SJA1110_ADDRESS_DP83867IR, 0x0000, 0x0140);
PHY_SJA1110_SMI_write(PHY_SJA1110_ADDRESS_DP83867IR, 0x0009, 0x3B00);
//PHY_SJA1110_SMI_write(PHY_SJA1110_ADDRESS_DP83867IR, 0x0025, 0x480); // all channels
//PHY_SJA1110_SMI_write(PHY_SJA1110_ADDRESS_DP83867IR, 0x0025, 0x400); // A
//PHY_SJA1110_SMI_write(PHY_SJA1110_ADDRESS_DP83867IR, 0x0025, 0x420); // B
//PHY_SJA1110_SMI_write(PHY_SJA1110_ADDRESS_DP83867IR, 0x0025, 0x440); // C
PHY_SJA1110_SMI_write(PHY_SJA1110_ADDRESS_DP83867IR, 0x0025, 0x460); // D
PHY_SJA1110_SMI_write(PHY_SJA1110_ADDRESS_DP83867IR, 0x01D5, 0xF508);
PHY_SJA1110_SMI_write(PHY_SJA1110_ADDRESS_DP83867IR, 0x001F, 0x4000);
Shouldn't there be a signal on channels A,B,C,D in test mode 1? I checked that there is no shortcut on the other channels, does not seem so.
Thanks and best regards, Rainer