• 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 controlling
    Hi, I am new to ARM MCUs, I would like to use the lpc1768 for controlling stuffs via the Ethernet. How do i send information/data from the webpage to the MCU for internal processing?
  • ARM STR9 : Ethernet Bootloader
    Hi all ! I'm looking for a simple code of bootloader using UDP or TCP communication (HTTP or TFTP example given by ST is with IAR kit and I don't want to use HTTP ou TFTP) that can be used, for example...
  • 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...
  • TcpNet and Ethernet drivers for the LPC1768 (MCB1700)
    Dear all, I am having trouble working with TcpNet stack and my MCB1700 evaluation board. I have Keil MDK v3.50 and RL ARM v3.50. I am trying to have the ethernet layer work on my evaluation board...