资源简介
用火焰传感器进行检测,,检测到火焰舵机就会执行相应的动作,stm32作为主控
代码片段和文件信息
/**
******************************************************************************
* @file system_stm32f4xx.c
* @author MCD Application Team
* @version V1.5.0
* @date 06-March-2015
* @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 2018-10-16 19:48 头部检测_灭火器_舵机\
目录 0 2018-10-29 19:24 头部检测_灭火器_舵机\Doc\
目录 0 2018-10-16 19:48 头部检测_灭火器_舵机\Libraries\
目录 0 2018-10-16 19:48 头部检测_灭火器_舵机\Libraries\CMSIS\
目录 0 2018-10-16 19:48 头部检测_灭火器_舵机\Libraries\CMSIS\Device\
目录 0 2018-10-16 19:48 头部检测_灭火器_舵机\Libraries\CMSIS\Device\ST\
目录 0 2018-10-16 19:48 头部检测_灭火器_舵机\Libraries\CMSIS\Device\ST\STM32F4xx\
目录 0 2018-10-16 19:48 头部检测_灭火器_舵机\Libraries\CMSIS\Device\ST\STM32F4xx\Include\
文件 767942 2015-05-18 22:16 头部检测_灭火器_舵机\Libraries\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h
文件 2232 2015-05-18 22:16 头部检测_灭火器_舵机\Libraries\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h
目录 0 2018-10-16 19:48 头部检测_灭火器_舵机\Libraries\CMSIS\Device\ST\STM32F4xx\Source\
目录 0 2018-10-16 19:48 头部检测_灭火器_舵机\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\
目录 0 2018-10-16 19:48 头部检测_灭火器_舵机\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\
文件 31141 2018-06-21 09:37 头部检测_灭火器_舵机\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f429_439xx.s
文件 135 2015-10-31 11:52 头部检测_灭火器_舵机\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\说明.txt
文件 53272 2015-05-18 22:16 头部检测_灭火器_舵机\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c
文件 141 2015-10-31 11:51 头部检测_灭火器_舵机\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\说明.txt
目录 0 2018-10-16 19:48 头部检测_灭火器_舵机\Libraries\CMSIS\Include\
文件 7251 2015-12-03 10:59 头部检测_灭火器_舵机\Libraries\CMSIS\Include\arm_common_tables.h
文件 3940 2015-12-03 10:59 头部检测_灭火器_舵机\Libraries\CMSIS\Include\arm_const_structs.h
文件 251190 2015-12-03 10:59 头部检测_灭火器_舵机\Libraries\CMSIS\Include\arm_math.h
文件 34051 2015-12-03 10:59 头部检测_灭火器_舵机\Libraries\CMSIS\Include\core_cm0.h
文件 41438 2015-12-03 10:59 头部检测_灭火器_舵机\Libraries\CMSIS\Include\core_cm0plus.h
文件 100475 2015-12-03 10:59 头部检测_灭火器_舵机\Libraries\CMSIS\Include\core_cm3.h
文件 109951 2015-12-03 10:59 头部检测_灭火器_舵机\Libraries\CMSIS\Include\core_cm4.h
文件 130351 2015-12-03 10:59 头部检测_灭火器_舵机\Libraries\CMSIS\Include\core_cm7.h
文件 17427 2015-12-03 10:59 头部检测_灭火器_舵机\Libraries\CMSIS\Include\core_cmFunc.h
文件 26854 2015-12-03 10:59 头部检测_灭火器_舵机\Libraries\CMSIS\Include\core_cmInstr.h
文件 22948 2015-12-03 10:59 头部检测_灭火器_舵机\Libraries\CMSIS\Include\core_cmSimd.h
文件 42756 2015-12-03 10:59 头部检测_灭火器_舵机\Libraries\CMSIS\Include\core_sc000.h
文件 99227 2015-12-03 10:59 头部检测_灭火器_舵机\Libraries\CMSIS\Include\core_sc300.h
............此处省略271个文件信息
- 上一篇:UltraEdit15
- 下一篇:M6315技术手册
相关资源
- TIM4C123G.zip
- 213123.zip
- H5牛牛源码微信牛牛带后台控制12345
- WinCEPB60-081231-Product-Update-Rollup-Armv4I.
- RTL8723DS_WiFi_linux_v5.1.1.2_18132_BTCOEX2016
- tm4c123gh6pm学习资料
- 6.1637、5.1423、3.1233-免费版、不注册不
- 软路由ros之5.25img5台物理机成功123密码
- 十套《数据结构》练习试题与答案.
- c3640-jk9o3s-mz.123-10.bin
- 79b3d12ffaea7ddf1365ec0712302c51.pdf
- 源代码
- 12306_火车票订票系统项目
- ET2008正版程序
- 20170228112319577.rar
- OrCAD Capture16.2的精简版.rar
- TM4C123G LaunchPad Workshop实验练习步骤指
- SAP2000中文版使用指南
- 医院系统(源码+设计文档)
- 程序员的数学123三本高清PDF
- 19101123d42884643b7c3116c5eda15c.pdf
- VirtualBox-5.2.16-123759-Win
- WinCEPB60-081231-Product-Update-Rollup-Armv4I.
- (解压密码123)ET2019免狗版鼠标直接
- 最强密码包txt N多个G的密码库
- 高频电子线路重点.pdf
- vivo写串号工具AFTools5.2破解版改全网通
- zw_oromantic1234567-4993367-极限边界搜索实
- 梯控分析客户端解压密码012345.rar
- 火车站信息表包括12306API信息、站点所
评论
共有 条评论