• DNS_demo failure - MCB2300
    Hi, I'm using a MCB2300 with LPC2368 and the DNS_demo program. But I can't get the DHCP client and DNS Address from TCPNET working. How could i experiment? Thanks! This is Debug information:...
  • DNS_demo failure - MCB2300
    Hi, I'm using a MCB2300 with LPC2368 and the DNS_demo program. But I can't get the DHCP client and DNS Address from TCPNET working. How could i experiment? Thanks! This is Debug information:...
  • DHCP failure discovery - mcb2300
    I wonder if there is any way to get information about failed dhcp process? I need to start dhcp, and if it's not succeeded, disable dhcp and use a default local ip (case of a direct connect to a pc...
  • Fuse for MCB2300
    I am using the Keil MCB2300 board. I am powering it from a 5VDC supply. I would like to fuse this power connection so that I don't over amp the board. Can someone recommend if this is possible. I see...
  • MCB2300-Ethernet
    I'm using ethernet function of MCB2300.I find all the MCB2300's example program using interrupt mode,and the function: static void interrupt_ethernet (void) __irq; but i want using poll mode...