• Ethernet no link detection
    Dear all I have build my own custome board using STM32F407IGT6 device and used ST802RT1A as the PHY, when I start debugging and I break at main,my PC recognize the Ethernet link, but when I start the...
  • LPC1768 Ethernet link status
    id1 = read_PHY (PHY_REG_IDR1); id2 = read_PHY (PHY_REG_IDR2); if (((id1 << 16) | (id2 & 0xFFF0)) == DP83848C_ID) { write_PHY (PHY_REG_BMCR, PHY_AUTO_NEG);// Use autonegotiation about the link speed...
  • Ethernet no link detection
    Dear all I have build my own custome board using STM32F407IGT6 device and used ST802RT1A as the PHY, when I start debugging and I break at main,my PC recognize the Ethernet link, but when I start the...
  • LPC1768 Ethernet link status
    id1 = read_PHY (PHY_REG_IDR1); id2 = read_PHY (PHY_REG_IDR2); if (((id1 << 16) | (id2 & 0xFFF0)) == DP83848C_ID) { write_PHY (PHY_REG_BMCR, PHY_AUTO_NEG);// Use autonegotiation about the link speed...
  • How do I configure ethernet to a link speed of 10Mbps?
    I am using Network Component Version 7.14.0. I see macros for speed 10Mbps but no way to use them.