/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name          : main.c
* Author             : MCD Tools Team
* Version            : V4.0
* Date               : 10/09/2007
* Description        : This sub-directory contains all the user-modifiable files
*                      needed to create a new roject linked with the STR71x library
*                      and working with RIDE6( Version 1.1.15)                        
********************************************************************************
* 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
===================
- project .prj: A pre-configured project file with the provided library 
                structure .

- 71x_init.s: This module 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()),It contains also
	      exception vectors and exception handlers. It is written in assembler
	      and initializes the exception vectors.

Note
====
The files listed above should be only used with RIDE for ARM  software toolchain.

How to use it
=============
- Open the Project .prj .
- Rebuild all files: Project->build all
- load project image: Debug -> Start Debug (ctrl+D)
- Run program:Debug->Run (Ctrl+F9)


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