资源简介
STM32F407的FSMC工程模板,可以直接使用 ,STM32F407的FSMC工程模板,可以直接使用
代码片段和文件信息
/**
******************************************************************************
* @file system_stm32f4xx.c
* @author MCD Application Team
* @version V1.8.0
* @date 09-November-2016
* @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)
- 上一篇:校园报修系统网页
- 下一篇:masm5.0+Dosbox
相关资源
- STM32F103C8T6库函数工程
- DS18B20测温
- STM32汉字显示实验例程
- BH1750光强传感器的STM32程序
- 基于stm32f407的ads1118
- STM32 ADC多通道采集
- STM32 PWM控制蜂鸣器实验
- STM32F103输入捕获实验 改占空比
- 基于STM32的LCD1602显示
- ADF4351 stm32f10x 控制代码
- 心率 血氧 STM32
- 改写的stm32嵌入式停车场赛题程序
- STM32F407二维码条形码识别
- stm32AT指令程序
- AD8232基于stm32的无线蓝牙传输心电图检
- STM32红外测温MLX90614.rar
- 程控衰减器PE4302 可实现0-31.5任意步进
- MS8607驱动程序
- STM32单片机计步器程序
- STM32f103超声波
- stm32 lcd触摸屏显示页面切换程序
- stm32 lcd 显示页面切换程序
- 基于STM32的直流电机PID调速系统设计
- 基于STM32和树莓派的四足人形机器人系
- stm32f030c8t6 ADC_DMA采集电压
- stm32f103串口空闲中断收发
- stm32+Modbus从机读取
- 串口屏动态实时显示时间
- 三相逆变器
- 夏普粉尘传感器STM32代码
评论
共有 条评论