资源简介
博雅工道的竞赛鱼源代码,使用keil5软件,C语言编译。
代码片段和文件信息
/**
******************************************************************************
* @file system_stm32f10x.c
* @author MCD Application Team
* @version V3.5.0
* @date 11-March-2011
* @brief CMSIS Cortex-M3 Device Peripheral Access layer System Source File.
*
* 1. This file provides two functions and one global variable to be called from
* user application:
* - SystemInit(): Setups the system clock (System clock source PLL Multiplier
* factors AHB/APBx prescalers and Flash settings).
* This function is called at startup just after reset and
* before branch to main program. This call is made inside
* the “startup_stm32f10x_xx.s“ file.
*
* - SystemCoreClock variable: Contains the core clock (HCLK) it can be used
* by the user application to setup the SysTick
* timer or configure other parameters.
*
* - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must
* be called whenever the core clock is changed
* during program execution.
*
* 2. After each device reset the HSI (8 MHz) is used as system clock source.
* Then SystemInit() function is called in “startup_stm32f10x_xx.s“ file to
* configure the system clock before to branch to main program.
*
* 3. If the system clock source selected by user fails to startup the SystemInit()
* function will do nothing and HSI still used as system clock source. User can
* add some code to deal with this issue inside the SetSysClock() function.
*
* 4. The default value of HSE crystal is set to 8 MHz (or 25 MHz depedning on
* the product used) refer to “HSE_VALUE“ define in “stm32f10x.h“ file.
* When HSE is used as system clock source directly or through PLL and you
* are using different crystal you have to adapt the HSE value to your own
* configuration.
*
******************************************************************************
* @attention
*
* 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 2011 STMicroelectronics
******************************************************************************
*/
/** @addtogroup CMSIS
* @{
*/
/** @addtogroup stm32f10x_system
* @{
*
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 272948 2018-04-25 23:15 Listing\FISH.map
文件 53638 2018-04-25 23:15 Listing\startup_stm32f10x_hd.lst
文件 407559 2018-04-25 23:15 Output\demo.crf
文件 2907 2018-04-25 23:15 Output\demo.d
文件 455672 2018-04-25 23:15 Output\demo.o
文件 898000 2018-04-25 23:15 Output\FISH.axf
文件 73328 2018-04-25 23:15 Output\FISH.bin
文件 2625 2018-04-25 23:15 Output\FISH.build_log.htm
文件 206303 2018-04-25 23:15 Output\FISH.hex
文件 302649 2018-04-25 23:15 Output\FISH.htm
文件 473 2018-04-25 23:15 Output\FISH.lnp
文件 8728 2018-04-25 23:15 Output\FISH_RoBSeaFish.dep
文件 407070 2018-04-25 23:15 Output\main.crf
文件 2907 2018-04-25 23:15 Output\main.d
文件 454260 2018-04-25 23:15 Output\main.o
文件 80 2018-04-25 23:15 Output\startup_stm32f10x_hd.d
文件 6728 2018-04-25 23:15 Output\startup_stm32f10x_hd.o
文件 349706 2018-04-25 23:15 Output\system_stm32f10x.crf
文件 1624 2018-04-25 23:15 Output\system_stm32f10x.d
文件 381068 2018-04-25 23:15 Output\system_stm32f10x.o
文件 58857 2015-10-08 07:42 RTE\Device\STM32F103RC\RTE_Device.h
文件 15503 2012-01-24 12:06 RTE\Device\STM32F103RC\startup_stm32f10x_hd.s
文件 36557 2012-01-24 12:06 RTE\Device\STM32F103RC\system_stm32f10x.c
文件 346 2018-04-14 19:55 RTE\_RoBSeaFish\RTE_Components.h
文件 593 2017-04-04 12:17 USER\adc.h
文件 550 2017-05-06 14:49 USER\adrc.h
文件 1542 2017-08-28 15:24 USER\antiShake.h
文件 1035 2017-09-02 19:30 USER\aotuMotion.h
文件 1265 2017-04-03 20:33 USER\as5048a.h
文件 516 2017-08-21 11:08 USER\battery.h
............此处省略108个文件信息
相关资源
- STC12C5410AD中文文档C语言版
- 家族关系查询系统
- C语言写的音乐播放器(含源码注释)
- 嵌入式web服务器boa_C语言/Python + HTML
- 《数据结构题集C语言版》严蔚敏,吴
- 24 个C语言项目案例分析源码+使用说明
- 蒙特卡洛积分方法 C语言
- 安徽大学操作系统实验四主存空间的
- C语言程序设计课程教学课件
- 谭浩强C语言第四版全套课件
- Simplorer中C语言嵌入
- 数据结构大作业 快递系统 C语言
- 功能完善的俄罗斯方块程序(C语言编
- 数据结构C语言版第2版源代码
- C语言C++常见面试题含答案 (1).pdf
- 队列应用银行排队问题模拟:计算客户
- C语言核心技术英文版
- C语言实现基于winsock的ftp客户端程序
- 自制编程语言基于C语言郑钢源代码
- 数据结构C语言版第2版课后习题答案
- 华为技术有限公司C语言编程规范110
- C语言编程经典200
- 数据结构课程设计 职工管理系统 c语
- 常用算法程序集(C语言描述) (PD
- 轻松玩转AVR单片机C语言
- Apache2.2-win32-x86
- C语言基于SDL的贪吃蛇项目
- Fast ANN神经网络算法源码
- 郝斌C语言详细笔记 附源码91146
- MFC+Access图书馆管理系统
评论
共有 条评论