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

Files at this revision

API Documentation at this revision

Comitter:
frankvnk
Date:
Sat Dec 22 17:34:11 2012 +0000
Parent:
1:d13a0eb82022
Child:
3:342aa2cf54e8
Commit message:
Added line 'Initialising..please wait..'

Changed in this revision

easyweb.c Show annotated file Show diff for this revision Revisions of this file
--- a/easyweb.c	Sat Dec 22 17:03:00 2012 +0000
+++ b/easyweb.c	Sat Dec 22 17:34:11 2012 +0000
@@ -56,7 +56,7 @@
     printf("%d.%d.%d.%d\n\n",MYIP_1,MYIP_2,MYIP_3,MYIP_4);
     printf("MAC address\n");
     printf("%02X:%02X:%02X:%02X:%02X:%02X\n\n",MYMAC_6, MYMAC_5, MYMAC_4, MYMAC_3, MYMAC_2, MYMAC_1);
-    
+    printf("Initialising..please wait..\n\n");
     TCPLowLevelInit();
 
 /*