Revision 9, 1.2 kB
(checked in by phil, 15 years ago)
|
EasyWEB example for uVision (original from CD)
|
Line | |
---|
1 |
This tiny web server was taken from the 'Design & Elektronik' |
---|
2 |
extra issue 'Embedded Internet'. It can be downloaded from the |
---|
3 |
following web site: www.elektroniknet.de/extraheft. |
---|
4 |
|
---|
5 |
This software was adapted to work with a "CP-JR ARM7 LPC2368" board and |
---|
6 |
the Keil RV ARM C-Compiler with as few modifications as possible. |
---|
7 |
|
---|
8 |
Note that modifications are not optimal, because ARM is a 32-bit |
---|
9 |
machine while the original software was written for 16-bit cpu. |
---|
10 |
|
---|
11 |
The web page shows the values of one analog inputs (AN0:(P0[23]). |
---|
12 |
This tiny webserver needs very little resources and therefore has |
---|
13 |
some restrictions: |
---|
14 |
- only one active TCP session at any one time |
---|
15 |
- no support for fragmented IP datagrams |
---|
16 |
- no buffer for TCP datagrams received in wrong order |
---|
17 |
- only one web page. No GIF/JPG graphics possible. |
---|
18 |
|
---|
19 |
The IP address can be modified in the module tcpip.h to |
---|
20 |
fit into your existing LAN (see MYIP_x). |
---|
21 |
Please order the extra issue 'Embedded Internet' of the |
---|
22 |
'Design & Elektronik' magazine for a technical description. |
---|
23 |
It is only available in German language. |
---|
24 |
|
---|
25 |
The easyWEB project is set up for one target: |
---|
26 |
|
---|
27 |
LPC2368: Settings for "CP-JR ARM7 LPC2368" Board. |
---|
28 |
Program code is loaded into on-chip flash |
---|