LPC1768 Mini-DK EasyWeb application with SPI TFT output. Started from EasyWebCR and modified for DM9161 PHY support.
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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
8:4c3db9231e3f | 2013-01-15 | frankvnk | DM9161_BMSR - bit 13 define modified |
7:e4438f82cd1d | 2013-01-11 | frankvnk | Mini-DK library update : SPI_TFT renamed to SPI_TFT_ILI9320 and published as separate library |
6:59ece5cdb753 | 2013-01-09 | frankvnk | Mini_DK library cleanup : documentation/comments |
5:ea6fd5ef9eee | 2013-01-08 | frankvnk | NO_FLASH_BUFFER added in Mini_DK.h |
4:5313680c1ef5 | 2013-01-08 | frankvnk | TFT.printf replaced with printf because Stream(name) is available again in mbed library. |
3:342aa2cf54e8 | 2013-01-04 | frankvnk | SPI_TFT replaced with Mini-DK library |
2:52ecf365db64 | 2012-12-22 | frankvnk | Added line 'Initialising..please wait..' |
1:d13a0eb82022 | 2012-12-22 | frankvnk | ethmac.c - EMAC_clkdiv[] had too few dividers for high cpu clock. |
0:636056c0b5e1 | 2012-12-21 | frankvnk | First version - rewrite from EasyWebCR |