• 大小: 1.31MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-09
  • 语言: C/C++
  • 标签: STM32  RTC  12864  时钟  闹钟  

资源简介

STM RTC+LCD12864 定实时时钟和闹钟实验,完成项目文件!!! 基于Keil MDK开发,供学习和参考~~~~

资源截图

代码片段和文件信息

/**
  ******************************************************************************
  * @file    system_stm32f10x.c
  * @author  MCD Application Team
  * @version V3.4.0
  * @date    10/15/2010
  * @brief   CMSIS Cortex-M3 Device Peripheral Access layer System Source File.
  ******************************************************************************  
  *
  * 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.
  *
  * 

© COPYRIGHT 2010 STMicroelectronics


  ******************************************************************************
  */

/** @addtogroup CMSIS
  * @{
  */

/** @addtogroup stm32f10x_system
  * @{
  */  
  
/** @addtogroup STM32F10x_System_Private_Includes
  * @{
  */

#include “stm32f10x.h“

/**
  * @}
  */

/** @addtogroup STM32F10x_System_Private_TypesDefinitions
  * @{
  */

/**
  * @}
  */

/** @addtogroup STM32F10x_System_Private_Defines
  * @{
  */

/*!< Uncomment the line corresponding to the desired System clock (SYSCLK)
   frequency (after reset the HSI is used as SYSCLK source)
   
   IMPORTANT NOTE:
   ============== 
   1. After each device reset the HSI is used as System clock source.

   2. Please make sure that the selected System clock doesn‘t exceed your device‘s
      maximum frequency.
      
   3. If none of the define below is enabled the HSI is used as System clock
    source.

   4. The System clock configuration functions provided within this file assume that:
        - For Low Medium and High density Value line devices an external 8MHz 
          crystal is used to drive the System clock.
        - For Low Medium and High density devices an external 8MHz crystal is
          used to drive the System clock.
        - For Connectivity line devices an external 25MHz crystal is used to drive
          the System clock.
     If you are using different crystal you have to adapt those functions accordingly.
    */
    
#if defined (STM32F10X_LD_VL) || (defined STM32F10X_MD_VL) || (defined STM32F10X_HD_VL)
/* #define SYSCLK_FREQ_HSE    HSE_VALUE */
   #define SYSCLK_FREQ_24MHz  24000000
#else
/* #define SYSCLK_FREQ_HSE    HSE_VALUE */
/* #define SYSCLK_FREQ_24MHz  24000000 */ 
/* #define SYSCLK_FREQ_36MHz  36000000 */
/* #define SYSCLK_FREQ_48MHz  48000000 */
/* #define SYSCLK_FREQ_56MHz  56000000 */
#define SYSCLK_FREQ_72MHz  72000000
#endif

/*!< Uncomment the following line if you need to use external SRAM mounted
     on STM3210E-EVAL board (STM32 High density and XL-density devices) 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      57851  2011-05-12 11:04  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\JlinkLog.txt

     文件      28973  2011-04-14 09:45  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\List\MDK4.map

     文件      60066  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\List\MDK4_STM32.map

     文件      61126  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\List\startup_stm32f10x_hd.lst

     文件         19  2011-05-08 19:34  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\ExtDll.iex

     文件     254407  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\lcd12864.crf

     文件       1261  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\lcd12864.d

     文件     302412  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\lcd12864.o

     文件     251719  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\main.crf

     文件       1197  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\main.d

     文件     286452  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\main.o

     文件        189  2011-04-14 14:49  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\MDK4.01_STM32.plg

     文件     284432  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\MDK4_STM32.axf

     文件      48218  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\MDK4_STM32.htm

     文件        532  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\MDK4_STM32.lnp

     文件       1679  2011-05-12 11:04  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\MDK4_STM32.plg

     文件        479  2011-05-06 13:58  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\MDK4_STM32.sct

     文件       1729  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\MDK4_STM32.tra

     文件     247139  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\misc.crf

     文件       1307  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\misc.d

     文件     272340  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\misc.o

     文件       6328  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\startup_stm32f10x_hd.o

     文件     248073  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\stm32f10x_bkp.crf

     文件       1460  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\stm32f10x_bkp.d

     文件     282688  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\stm32f10x_bkp.o

     文件     247689  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\stm32f10x_exti.crf

     文件       1477  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\stm32f10x_exti.d

     文件     276724  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\stm32f10x_exti.o

     文件     250630  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\stm32f10x_gpio.crf

     文件       1477  2011-05-08 21:48  RTC+LCD12864 定时闹钟实验\MDK4.01-STM32\Obj\stm32f10x_gpio.d

............此处省略105个文件信息

评论

共有 条评论