DP83869HM: Link Failure Detect

Part Number: DP83869HM

Hi,

In case of a link drop , is that indicated by any register polling or is monitoring the LEDs only way to detect a link drop?

Thanks!

 

image.png

  • Hi Anway,

    Link down can be detected through the LED pin, polling, or through the Link status interrupt (0x13[10]). If this interrupt is enabled, and the INT_N/PWDN pin is configured for interrupts, the INT_N pin will pull low to indicate an interrupt has occurred when the link status changes.

    Best,

    Shane 

  • Hi Shane,

    Thanks for the reply , so just to be clear , the link status interrupt flag needs to be processed over the Serial Management Interface to detect a link loss . Is that correct ? I do not plan to use the PWDN pin or the LED pin to detect a link loss.

    Thanks,

    Anway

  • Hi Anway,

    If you do not plan to use the PWDN pin then yes this interrupt flag would need to be processed over the SMI. This would follow a similar polling scheme to the link status register.

    Best,

    Shane