/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name           : version.txt
* Author              : MCD Application Team
* Version             : V2.0.0
* Date                : 08/08/2008
* Description         : Version file for AN2475
*                      The enclosed firmware and all the related documentation
*                      are not covered by a License Agreement, if you need such
*                      License you can contact your local STMicroelectronics
*                      office.
********************************************************************************
* THE PRESENT FIRMWARE 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 FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
*******************************************************************************/

* V2.0.0 - 08/08/2008
====================

- Correct bug in ymodem.c source file,in Ymodem_Receive () routine: add Sector S1 
write unprotection in the case size <= 0x1FFFF.

Reason of the update:
If the file to be loaded in the Flash using IAP has a size <=128K and >64K 
(i.e. the 2 sectors S0 and S1 are needed), the download will fail.

- Correct bug in ymodem.c  source file: declare the 'Flash_Destination' variable 
as local in Ymodem_Receive () routine (in the previous version, it was declared as 
global).

Reason of the update:
When loading an image twice or two different images successively using IAP, the 
execution of the second loaded image will be unsuccessful because the application 
was loaded at an address different from ApplicationAddress.


- Driver updated to support all 256K/512K/1M/2M devices.

- Use of the software library V2.0

- Firmware supported by EWARMv5, Ride and Keil (in addition to EWARMv4)

- Add the Example2 ( ..\ IAP_AN \ Example2) : Example using the Flash Loader Demonstrator


- Folder structure changed (Please refer to the pdf documentation coming with this package)


* V1.0.0 - 15/09/2007
====================
  Created.














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