/******************** (C) COPYRIGHT 2008 STMicroelectronics **********************
* File Name        : Readme.txt
* Author           : MCD Application Team
* Version          : V1.0.0
* Date             : 12/23/2008
* Description      : Readme file for Clock/Calendar implementation on STM32 RTC 
*                    peripheral Demo.
********************************************************************************
* 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.
*******************************************************************************/


Firmware description
===================
This Firmware provides the demo of Clock/Calendar implementation on STM32 RTC
peripheral based on STM32F10X-128K-EVAL board.

Directory contents
==================

1.USER	: (User application layer files)
  - main.c
  - lcd.c
  - clock_calendar.c
  - menu.c
  - eeprom.c
  - application_rtc.c
  - stm32f10x_it.c

  
2.  CORTEX (Startup)
  - STM32_cortexm3_macro
  - STM32F10x_FLASH.icf
  - stm32f10x_vector.c
  
3. STM32FwLib 	: STM32 Firmware Library

  - stm32f10x_gpio.c
  - stm32f10x_flash.c
  - stm32f10x_lib.c
  - stm32f10x_rcc.c
  - stm32f10x_bkp.c
  - stm32f10x_pwr.c
  - stm32f10x_systick.c
  - stm32f10x_spi.c
  - stm32f10x_rtc.c
  - stm32f10x_nvic.c
  - stm32f10x_exti.c
  - stm32f10x_gpio.h
  - stm32f10x_flash.h
  - stm32f10x_lib.h
  - stm32f10x_rcc.h
  - stm32f10x_spi.h
  - stm32f10x_rtc.h
  - stm32f10x_bkp.h
  - stm32f10x_pwr.h
  - stm32f10x_systick.h
  - stm32f10x_nvic.h
  - stm32f10x_exti.h
  - stm32f10x_conf.h
  - stm32f10x_type.h
  - stm32f10x_map.h
  - cortexm3_macro.h


Hardware environment
====================
- STM32F10X-128K-EVAL board with backup battery connected.

How to use it
=============
In order to make the application program work, you must do the following :

- Power on the STM32F10X-128K-EVAL board.
- Connect the J-Link
- Run the demo
- Refer to the application note for detailed information.

Limitations
===========
-A page of STM32 Flash Memory is used for storing time stamps, hence a maximum 
number of times the page is erased and rewritten is limited.
-Auto Calibration Accuracy of RTC depends upon the accuracy of the HSE 8 Mhz crystal used.


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