The demo described by this page uses FreeRTOS.org, Eclipse Europa, the Yagarto GCC tools, OpenOCD and the uIP mini TCP/IP stack to create a simple web server example for an NXP LPC2368 ARM7 microcontroller. The demo is configured for use on the MCB2368 prototyping board (instructions are provided should you wish to use an alternative development board). The Europa version of Eclipse includes enhancements that facilitate cross development. The FreeRTOS zip file contains every thing required other than the Eclipse and Yagarto tools. Please follow these instructions carefully to install and configure Eclipse correctly for use with this demo application. The included OpenOCD executable and associated configuration files are set for use with a Macraigor Wiggler compatible JTAG interface. Note that uIP and OpenOCD are licensed separately from FreeRTOS.org. Users must familiarise themselves with the respective licenses. FreeRTOS has made some modifications to the uIP stack since this demo was created. See the Embedded Ethernet Examples List page for more information. This demo is also available pre-configured for use with Rowley CrossStudio. An alternative demo targeted at the LPC2378 using the HiTOP development tools is available from Hitex. Note to Linux users: Although all the tools used are cross platform - I have only tested the LPC2368/Eclipse build on a windows host.
IMPORTANT! Notes on using the Eclipse LPC23xx Web Server DemoPlease read all the following points before using this RTOS port.See also the FAQ My application does not run, what could be wrong? Source Code OrganisationThe Eclipse workspace for the Eclipse LPC2368 demo is located in the FreeRTOS/Demo/ARM7_LPC2368_Eclipse directory. This is the directory to select when prompted for a workspace location during the Eclipse startup process. Be sure to read the Eclipse installation and configuration instructions prior to building the project. The FreeRTOS zip file download contains the files for all the ports and demo application projects. It therefore contains many more files than used by this demo. See the Source Code Organization section for a description of the downloaded files and information on creating a new project.
The Demo ApplicationDemo application setupConnect the MCB2300 development board to a computer running a web browser either directly using a point to point (crossover) cable, or via a hub/router using a standard Ethernet cable. The prototyping board may also allow the use of a standard Ethernet cable when connecting point to point, but I have not tried this configuration.The IP address used by the demo is set by the constants uipIP_ADDR0 to uipIP_ADDR3 within the file FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c. The IP addresses used by the web browser computer and the prototyping board must be compatible. This can be ensured by making the first three octets of both IP addresses identical. For example, if the web browser computer uses IP address 192.168.100.1, then the prototyping board can be given any address in the range 192.168.100.2 to 192.168.100.254 (barring any addresses already present on the network). The constants uipMAC_ADDR0 to uipMAC_ADDR5 within the same file define the MAC address used by the target hardware. You must ensure that the configured MAC address is unique on the network to which the prototyping board is being connected. The demo application uses the LEDs and LCD built onto the prototyping board so no other hardware setup is required.
Building the demo applicationAgain - please refer to the Eclipse installation and configuration instructions for more detailed information.
Running the demo applicationOnce again - please refer to the Eclipse installation and configuration instructions for more detailed information.
FunctionalityThe demo application creates 27 tasks. These tasks consist predominantly of the standard demo application tasks (see the demo application section for details of the individual tasks).The following tasks/functions are created in addition to the standard demo tasks:
When executing correctly the demo application will behave as follows:
Served Web PagesThe top of each served page includes a menu containing a link to every other page.
The served RTOS stats page The RTOS stats page provides run time information on the state of each task within the system - including the stack high water mark (the minimum amount of stack there has been available at any time since the task started executing). The page will reload approximately every two seconds - depending on network load. This page is transmitted in three sections - the HTML header and menu, the dynamically generated content, then finally the HTML footer. This makes the page relatively fast to load. It could be optimised further by transmitting the entire page in one go. The continuous reloading can sometimes make navigating away from the RTOS stats page a little tricky.
The served IO page The IO page provides a simple interface that permits data to be sent to the LEDs and LCD on the MCB2300 development board. The three check boxes permit the state of the LEDs on outputs P2.5, P2.6 and P2.7 to be set and queried. The text box can be used to write a message to the LCD, but does not query the text currently being display. Changes are sent to the target hardware by clicking the "Update IO" button. Note that the 'check' task updates the display every 5 seconds, so any text sent from a web client will soon be overwritten. The TCP Stats and Connections pages display run time networking information. Note that these pages transmit each line individually so will not load quickly. This demonstrates how memory usage can be optimised through the use of a small transmit buffer by sacrificing the achieved data throughput.
RTOS Configuration and Usage DetailsThis demo uses the FreeRTOS LPC2000 GCC port - important usage information can be found on the standard LPC2000 GCC demo documentation page.
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.
|
Latest News
NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS. Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019 Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed. View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS. Careers
FreeRTOS and other embedded software careers at AWS. FreeRTOS Partners
|