uip_webserver

所属分类:处理器开发
开发工具:C/C++
文件大小:504KB
下载次数:46
上传日期:2009-06-02 10:51:38
上 传 者海水正兰
说明:  基于LPC2468的一个简单的以太网uip-webserver范例
(LPC2468 based on a simple example of Ethernet uip-webserver)

文件列表:
uip_webserver\app\clock-arch.c (2370, 2007-09-17)
uip_webserver\app\clock-arch.h (1919, 2007-09-17)
uip_webserver\app\clock.h (3009, 2007-09-17)
uip_webserver\app\includes.h (900, 2007-09-17)
uip_webserver\app\main.c (13603, 2009-02-18)
uip_webserver\app\tapdev.h (1659, 2007-09-17)
uip_webserver\app\uip-conf.h (3869, 2007-09-17)
uip_webserver\app\uipopt.h (15794, 2007-09-17)
uip_webserver\board\arm_comm.h (3959, 2007-09-17)
uip_webserver\board\board.h (5098, 2007-09-17)
uip_webserver\Common\inc\irq.h (2470, 2007-06-05)
uip_webserver\Common\inc\LPC2468.h (73022, 2007-06-05)
uip_webserver\Common\inc\target.h (3674, 2007-06-05)
uip_webserver\Common\inc\timer.h (1024, 2007-07-18)
uip_webserver\Common\inc\type.h (744, 2007-06-05)
uip_webserver\Common\src\cstartup.s79 (3726, 2008-07-22)
uip_webserver\Common\src\irq.c (2615, 2007-06-05)
uip_webserver\Common\src\target.c (5378, 2007-06-05)
uip_webserver\Common\src\timer.c (3632, 2008-07-23)
uip_webserver\Common\xcl\LPC2468_flash.xcl (913, 2008-12-01)
uip_webserver\Common\xcl\LPC2468_ram.xcl (913, 2006-10-23)
uip_webserver\config\Flash.mac (192, 2007-09-17)
uip_webserver\config\LPC2468_Flash.icf (2922, 2007-09-17)
uip_webserver\config\LPC2468_Ram.icf (2754, 2009-02-17)
uip_webserver\config\Ram.mac (192, 2007-09-17)
uip_webserver\Flash Debug\Exe\uip_webserver.out (195008, 2009-02-18)
uip_webserver\Flash Debug\Exe\uip_webserver.sim (22623, 2009-02-18)
uip_webserver\Flash Debug\Obj\clock-arch.o (8980, 2008-12-18)
uip_webserver\Flash Debug\Obj\clock-arch.pbi (995, 2009-02-18)
uip_webserver\Flash Debug\Obj\drv_hd44780.o (37668, 2008-12-18)
uip_webserver\Flash Debug\Obj\drv_hd44780.pbi (1003, 2009-02-18)
uip_webserver\Flash Debug\Obj\drv_hd44780_l.o (13080, 2008-12-18)
uip_webserver\Flash Debug\Obj\drv_hd44780_l.pbi (1007, 2009-02-18)
uip_webserver\Flash Debug\Obj\http-strings.o (21568, 2008-12-18)
uip_webserver\Flash Debug\Obj\http-strings.pbi (1011, 2009-02-18)
uip_webserver\Flash Debug\Obj\httpd-cgi.o (28248, 2008-12-18)
uip_webserver\Flash Debug\Obj\httpd-cgi.pbi (1005, 2009-02-18)
uip_webserver\Flash Debug\Obj\httpd-fs.o (28184, 2008-12-18)
uip_webserver\Flash Debug\Obj\httpd-fs.pbi (1003, 2009-02-18)
uip_webserver\Flash Debug\Obj\httpd.o (32448, 2008-12-18)
... ...

######################################################################## # # uip_webserver.eww # # $Revision: 1.0 $ # ######################################################################## DESCRIPTION =========== This example project shows how to use the IAR Embedded Workbench for ARM to develop code for the IAR LPC-2468 evaluation boards. This demo shows a web server application running on the top of the uIP 1.0 TCP-IP stack. This example can work standalone on the IAR LPC-2468 board. COMPATIBILITY ============= The example project is compatible with, on the IAR LPC-2468 evaluation board. By default, the project is configured to use the J-Link JTAG interface. The default IP address is: 192.168.0.100 (set in main.c main subroutine) The physical MAC address is (defined in uipopt.h): 00-ff-ff-ff-ff-ff CONFIGURATION ============= After power-up the controller get clock from internal RC oscillator that is unstable and may fail with J-Link auto detect, therefore adaptive clocking should always be used. The adaptive clock can be select from menu: Project->Options..., section Debugger->J-Link/J-Trace JTAG Speed - Adaptive. The GettingStarted application is downloaded to the iFlash or iRAM memory depending of the project's configuration and executed. Make sure that the following jumpers are correctly configured on the IAR LPC-2468 evaluation board: Jumpers: J5 - depending of power source ISP - unfilled nRESET - unfilled EINT0 - filled GETTING STARTED =============== 1) Start the IAR Embedded Workbench for ARM. 2) Select File->Open->Workspace... Open the following workspace: \arm\examples\NXP\ LPC24xx\IAR-LPC-2468\uip_webserver\uip_webserver.eww 3) Run the program. 4) Connect cable between PC LAN Card or Hub and IAR LPC-2468 board. Start web browser and type 192.168.0.100 in address field of the browser.

近期下载者

相关文件


收藏者