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:
8:4c3db9231e3f
Parent:
0:636056c0b5e1
--- a/ethmac.h	Fri Jan 11 16:55:52 2013 +0000
+++ b/ethmac.h	Tue Jan 15 06:43:51 2013 +0000
@@ -317,7 +317,7 @@
 //--Bit definitions: DM9161_BMSR
 #define DM9161_100BASE_T4       (1 << 15)
 #define DM9161_100BASE_TX_FD    (1 << 14)
-#define DM9161_100BASE_T4_HD    (1 << 13)
+#define DM9161_100BASE_TX_HD    (1 << 13)
 #define DM9161_10BASE_T_FD      (1 << 12)
 #define DM9161_10BASE_T_HD      (1 << 11)
 #define DM9161_MF_PREAMB_SUPPR  (1 << 6 )