• Ethernet Bootloader LPC1768
    Hi all, I have try to use Ethernet bootloader on Cortex-M3 LPC1768. The bootloader sample code used was provided by Flash Magic. I have try to upload the blinky sample code through Ethernet, it is...
  • Ethernet Bootloader LPC1768
    Hi all, I have try to use Ethernet bootloader on Cortex-M3 LPC1768. The bootloader sample code used was provided by Flash Magic. I have try to upload the blinky sample code through Ethernet, it is...
  • 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...
  • 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...
  • LPC1768 Ethernet Boot Loader Problem
    hi all, i am using Ethernet bootloader on Cortex-M3 LPC1768. The bootloader sample code used was provided by Flash Magic. i have configured the bootloader code locatio from 0x0000 to 0x2000 and application...