资源简介
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\Jli
文件 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个文件信息
相关资源
- STM32仿造FX3U-14MT-2AD2DA1CAN.rar
- WebRTC学习之三:录音和播放
- libusb bulk传输 STM32上位机程序
- STM32 USB BULK
- STM32驱动NRF24L01的视频传输
- 嵌入式实时操作系统μC/OS-III(英文
- ALIENTEK 战舰STM32开发板最新例程
- 基于STM32的LED显示控制板卡驱动及GU
- FPGA nios驱动LCD12864实现uart以及菜单功
- stm32 上下位机通信
- STemWin无操作系统移植-(STM32)
- 零死角玩转STM32—F103MINI(图文高清版
- STM32工程模板
- stm32实现MODBUS-MODBUS做主站
- STM32 DMX512协议与485 W5500 户外钢琴地灯
- STM32F10x中文参考手册
- uip 通信(stm32) 源代码
- STM32 采集 HLW8032 DMA 串口1+串口3
- STM32F103系列IO操作-LED流水灯
- STM32 modbus协议 从机程序
- ADS1118_SPI模式_STM32
- STM32上驱动基于IIC协议的OLED 128664 0.
- stm32f0308_freertos通用模板
- 靶机控制:STM32遥控器531
- 蓝牙app控制STM32单片机的LED灯
- STM32F407_SD卡测试
- STM32F103系列CRC操作
- STM32F103系列读芯片ID
- STM32F103系列按键(查询方式)
- stm32制作的示波器
评论
共有 条评论