/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name          : readme.txt
* Author             : MCD Application Team
* Version            : V2.0
* Date               : 12/06/2007
* Description         : This sub-directory contains all the user-modifiable files 
*                      working with RealView Microcontroller Development Kit(RVMDK)
*                      software toolchain (Version 3.10 and later).
********************************************************************************
* THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
* AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
* INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
* CONTENT OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
*******************************************************************************/

Directory contents
===================
- WFI.Uv2/.Opt: A pre-configured project file with the provided AN
                that produces a debug\release executable image with RVMDK.

- 71x_init.s: This file performs RAM remapping (if required), Initializes stack
              pointers and interrupts for each mode and finally branches to "main" 
              in the C library (which eventually calls main()). 
                                    
- 71x_vect.s: This file contains exception vectors, exception handlers, Stack
              and Heap definition..
              
      
How to use it
=============
- Open the WFI.Uv2 project
- Rebuild all files: Project->Rebuild all target files
- Load project image: Debug->Start/Stop Debug Session
- Run program: Debug->Run (F5)
    

******************* (C) COPYRIGHT 2007 STMicroelectronics *****END OF FILE******
