资源简介
使用STM32设计的简易计算器,包括示例代码与常见bug集锦

代码片段和文件信息
/**
******************************************************************************
* @file system_stm32f4xx.c
* @author MCD Application Team
* @version V1.4.0
* @date 04-August-2014
* @brief CMSIS Cortex-M4 Device Peripheral Access layer System Source File.
* This file contains the system clock configuration for STM32F4xx devices.
*
* 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
* and Divider factors AHB/APBx prescalers and Flash settings)
* depending on the configuration made in the clock xls tool.
* This function is called at startup just after reset and
* before branch to main program. This call is made inside
* the “startup_stm32f4xx.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 (16 MHz) is used as system clock source.
* Then SystemInit() function is called in “startup_stm32f4xx.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 25MHz refer to “HSE_VALUE“ define
* in “stm32f4xx.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.
*
* 5. This file configures the system clock as follows:
*=============================================================================
*=============================================================================
* Supported STM32F40xxx/41xxx devices
*-----------------------------------------------------------------------------
* System Clock source | PLL (HSE)
*-----------------------------------------------------------------------------
* SYSCLK(Hz) | 168000000
*-----------------------------------------------------------------------------
* HCLK(Hz)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-03-21 16:16 DebugConfig\
文件 2084 2015-10-27 12:06 DebugConfig\Target_1_STM32F407ZG.dbgconf
目录 0 2019-03-21 16:16 Listings\
文件 110488 2019-03-22 09:27 Listings\STM32F4_Project.map
文件 77631 2019-03-22 09:27 Listings\startup_stm32f40_41xxx.lst
目录 0 2019-03-22 09:27 ob
文件 375796 2019-03-22 09:27 ob
文件 3445 2019-03-22 09:27 ob
文件 1837 2017-10-30 15:15 ob
文件 90816 2019-03-22 09:27 ob
文件 104746 2019-03-22 09:27 ob
文件 587 2017-10-30 15:15 ob
文件 737 2019-03-22 09:27 ob
文件 16373 2019-03-22 09:27 ob
文件 265027 2019-03-22 09:27 ob
文件 570 2019-03-22 09:27 ob
文件 285528 2019-03-22 09:27 ob
文件 273957 2019-03-22 09:27 ob
文件 680 2019-03-22 09:27 ob
文件 285276 2019-03-22 09:27 ob
文件 362 2017-10-30 15:15 ob
文件 262373 2019-03-22 09:27 ob
文件 426 2019-03-22 09:27 ob
文件 280044 2019-03-22 09:27 ob
文件 266112 2019-03-22 09:27 ob
文件 479 2019-03-22 09:27 ob
文件 284556 2019-03-22 09:27 ob
文件 263192 2019-03-22 09:27 ob
文件 437 2019-03-22 09:27 ob
文件 280280 2019-03-22 09:27 ob
文件 354 2017-10-30 15:15 ob
............此处省略124个文件信息
相关资源
- Micrium.RTOS.1.0.0.pack
- ISE_14.7_license.lic
- stm32f103c8t6 4 oled.rar
- mpu6050+hmc5883L.rar
- 嵌入式图形界面MiniGUI的示例程序9例
- ARM嵌入式项目实战
- uCOS编译环境建立 BC45 TASM
- stm32 用SPI 方式读写 SDHC
- 自动售货机的内部嵌入式系统
- 51单片机中使用ucos ii的优缺点
- 嵌入式实时操作系统ucos-II 第二版 源
- 基于串口设备的嵌入式Web服务器系统
- 基于LW IP的嵌入式串口服务器的设计与
- 一种嵌入式串口共享服务器的设计
- 21天学会嵌入式开发STM32.zip
- 嵌入式智能平台为城市一卡通打造智
- 研祥“EVOC”嵌入式智能平台在
- ARM7TDMI-S在嵌入式系统中的Bootloader代码
- LPC2000系列微控制器应对嵌入式需求
- 嵌入式实时操作系统μC/OS-II与eCos的
- 基于STM32的嵌入式双目图像采集系统设
- 嵌入式实时操作系统在DATU中的应用
- 嵌入式实时操作系统μC/OS-II下通用驱
- 嵌入式实时操作系统μC/OS-II在ARM上的
- 嵌入式操作系统的解析
- SAC型液压支架控制器检测平台的设计
- 一种用ARM7+UC/OS-II设计的信号采集系统
- 最简单的平衡小车
- 基于ARM的电子相册源码含动态库可运
- 嵌入式工程师周报 项目管理 甘特图
评论
共有 条评论