STm32-rtc

所属分类:处理器开发
开发工具:C/C++
文件大小:455KB
下载次数:85
上传日期:2012-11-06 14:02:55
上 传 者YW912
说明:  STM32,RTC实现日历的程序,很详细
(STM32, RTC calendar program)

文件列表:
STm32-rtc\FWLib\library\inc\cortexm3_macro.h (2225, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_adc.h (18854, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_bkp.h (6911, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_can.h (12279, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_crc.h (1881, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_dac.h (9598, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_dbgmcu.h (2859, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_dma.h (17974, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_exti.h (5776, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_flash.h (13996, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_fsmc.h (18487, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_gpio.h (14820, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_i2c.h (15604, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_iwdg.h (3414, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_lib.h (3200, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_map.h (500262, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_nvic.h (19198, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_pwr.h (3865, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_rcc.h (14783, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_rtc.h (3619, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_sdio.h (18326, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_spi.h (13470, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_systick.h (3212, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_tim.h (47203, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_type.h (3388, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_usart.h (14180, 2008-12-23)
STm32-rtc\FWLib\library\inc\stm32f10x_wwdg.h (2620, 2008-12-23)
STm32-rtc\FWLib\library\src\stm32f10x_adc.c (58563, 2008-12-23)
STm32-rtc\FWLib\library\src\stm32f10x_bkp.c (11170, 2008-12-23)
STm32-rtc\FWLib\library\src\stm32f10x_can.c (31644, 2008-12-23)
STm32-rtc\FWLib\library\src\stm32f10x_crc.c (4615, 2008-12-23)
STm32-rtc\FWLib\library\src\stm32f10x_dac.c (17175, 2008-12-23)
STm32-rtc\FWLib\library\src\stm32f10x_dbgmcu.c (5222, 2008-12-23)
STm32-rtc\FWLib\library\src\stm32f10x_dma.c (33291, 2008-12-23)
STm32-rtc\FWLib\library\src\stm32f10x_exti.c (8742, 2008-12-23)
STm32-rtc\FWLib\library\src\stm32f10x_flash.c (32684, 2008-12-23)
STm32-rtc\FWLib\library\src\stm32f10x_fsmc.c (41224, 2008-12-23)
STm32-rtc\FWLib\library\src\stm32f10x_gpio.c (22558, 2008-12-23)
STm32-rtc\FWLib\library\src\stm32f10x_i2c.c (47776, 2008-12-23)
STm32-rtc\FWLib\library\src\stm32f10x_iwdg.c (6431, 2008-12-23)
... ...

/******************** (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****

近期下载者

相关文件


收藏者