/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
* File Name          : Readme.txt
* Author             : MCD Application Team
* Date First Issued  : 03/10/2006
* Description        : This sub-directory contains all the user-modifiable files 
*                      needed to create a new  project linked with the STR75x  
*                      library and working with ARM RealView Developer Kit 
*                      software toolchain.
********************************************************************************
* History:
* 07/17/2006 : V1.0
* 03/10/2006 : V0.1
********************************************************************************
* 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
               that produces a debug\release executable image with RealViewTM.

- 75x_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()).

- 75x_vect.s: This file contains exception vectors and exception handlers. 
              It is written in assembler and initializes the exception vectors.

- scat_flash.scf: This file is the ARM specific scatter loading file used to load 
                 in Flash and execute code and variables to target memories and 
                 regions. You can customize this file to your need.

- scat_ram.scf: This file is the ARM specific scatter loading file used to load
                in RAM and execute code and variables to target memories and 
                regions.You can customize this file to your need.

- scat_smi.scf: This file is the ARM specific scatter loading file used to load 
               in External Flash and execute code and variables to target memories 
               and regions. You can customize this file to your need.        
                         
Note
====
The files listed above should be only used with the ARM RealView Developper Kit
software toolchain.

How to use it
=============
In order to make the program work, you must do the following:
- launch ARM RealView Developper Kit.
- open Project.prj file: Project->Open Project
- load project image:File->Load Image(ctrl+shift+O)
- run program:Debug->Execution Control-> Go (F5)


******************* (C) COPYRIGHT 2006 STMicroelectronics *****END OF FILE****/
