LPC1768 Mini-DK EasyWeb application with SPI TFT output. Started from EasyWebCR and modified for DM9161 PHY support.

Dependencies:   Mini-DK mbed

This is a very basic EasyWeb application.

No error checking is performed during initialisation.

Information

If the webpage is not reachable or the 'Webserver running' message does not appear, press the reset button on the Mini-DK and wait until the message 'Webserver running' appears.
This happens sometimes when powering up the Mini-DK because the DM9161 reset pin is NOT controlled by the LPC1768, it is directly connected to the reset button.

IP adress/mask/gateway in tcpip.h : 192.168.0.200 / 255.255.255.0 / 192.168.0.1

MAC address in ethmac.h : 6-5-4-3-2-1

Revision:
3:342aa2cf54e8
Parent:
0:636056c0b5e1
--- a/tcpip.h	Sat Dec 22 17:34:11 2012 +0000
+++ b/tcpip.h	Fri Jan 04 16:44:27 2013 +0000
@@ -1,6 +1,6 @@
 /******************************************************************
  *****                                                        *****
- *****  Name: tcpip.c                                         *****
+ *****  Name: tcpip.h                                         *****
  *****  Ver.: 1.0                                             *****
  *****  Date: 17/12/2012                                      *****
  *****  Func: header-file for tcpip.c                         *****