/******************** (C) COPYRIGHT 2005 STMicroelectronics ********************** * File Name : Readme.txt * Author : MCD Application Team * Date First Issued : 09/27/2005 : V1.0 * Description : Description of the Flash example ********************************************************************************** * History: * 09/27/2005 : V1.0 ********************************************************************************* 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. ********************************************************************************** Example description =================== This example demonstrates how to write/read a block of data to/from the Flash. First, the Flash sector1 is erased, then the "SRC_Buffer" contents is written to the Flash starting from address 0x2000(sector1). After that, these data is read out, stored in "DST_Buffer", and compared with the expected values for correctness. The result of this comparison is stored in the "TransferStatus" variable. Directory contents ================== 73x_conf.h Library Configuration file 73x_it.c Interrupt handlers main.c Main program How to use it ============= In order to make the program work, you must do the following : - Create a project and setup all your toolchain's start-up files - Compile the directory content files and required Library files : + 73x_lib.c + 73x_flash.c - Link all compiled files and load your image into RAM !. + Be carefull , you can not Erase/Program the Flash sectors while fetching your code out of flash. - Run the example. ******************* (C) COPYRIGHT 2005 STMicroelectronics *****END OF FILE****