SEARCH
TOOLBOX
LANGUAGES
modified on 10 April 2012 at 15:21 ••• 28,421 views

Lincoln emac uip Example

From Manuals

(Difference between revisions)
Jump to: navigation, search
(Created page with '=Ethernet with uIP (enet_uip)= ==Compatibility [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60E]== Sample Web Server Application for Ethernet Demo. This exam…')
 
(6 intermediate revisions not shown)
Line 1: Line 1:
-
=Ethernet with uIP (enet_uip)=
 
==Compatibility [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60E]==
==Compatibility [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60E]==
Line 5: Line 4:
-
This example application demonstrates the operation of the Stellaris Ethernet controller using the uIP TCP/IP Stack. DHCP is used to obtain an Ethernet address. A basic web site is served over the Ethernet port. The web site displays a few lines of text, and a counter that increments each time the page is sent.
+
This example application demonstrates the operation of the LPC1769 MAC and the Micrel KSZ8041NL PHY using the uIP TCP/IP Stack. The Ethernet address is a static IP address of 192.168.1.100. A basic website is served over the Ethernet port. The website has different pages to display various web server statistics. The first UART, which is connected to the COM1 on the Lincoln microcontroller board, is configured for 115,200 bits per second, and 8-n-1 mode. When the program is started a message will be printed to the terminal.
 +
 
[[Image:Lincoln_uip1.png|center|]]
[[Image:Lincoln_uip1.png|center|]]
 +
 +
[[Image:Lincoln_uip2.png|center|]]
[[Image:Lincoln_uip2.png|center|]]

Current revision as of 15:21, 10 April 2012

Compatibility Lincoln 60E

Sample Web Server Application for Ethernet Demo.


This example application demonstrates the operation of the LPC1769 MAC and the Micrel KSZ8041NL PHY using the uIP TCP/IP Stack. The Ethernet address is a static IP address of 192.168.1.100. A basic website is served over the Ethernet port. The website has different pages to display various web server statistics. The first UART, which is connected to the COM1 on the Lincoln microcontroller board, is configured for 115,200 bits per second, and 8-n-1 mode. When the program is started a message will be printed to the terminal.


References:

For additional details on uIP, refer to the uIP web page at:

http://www.sics.se/~adam/uip/