资源简介
2018年电赛A题,本质做频谱分析,主要手段是采集信号,然后对采集到的信号做傅里叶变换变换。实际上实现的功能是简易频谱分析仪。
代码片段和文件信息
/**
******************************************************************************
* @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-07-23 17:26 ADC_DSP\
文件 438915 2016-06-29 15:48 ADC_DSP\ADC-DMA通道选择.jpg
目录 0 2015-10-31 16:44 ADC_DSP\Doc\
文件 30208 2016-06-29 15:48 ADC_DSP\F429IGT6-ADC管脚定义.xls
文件 401 2016-06-29 15:48 ADC_DSP\keilkill.bat
目录 0 2018-07-23 17:26 ADC_DSP\Libraries\
目录 0 2018-07-23 17:26 ADC_DSP\Libraries\CMSIS\
目录 0 2018-07-23 17:26 ADC_DSP\Libraries\CMSIS\Device\
目录 0 2018-07-23 17:26 ADC_DSP\Libraries\CMSIS\Device\ST\
目录 0 2018-07-23 17:26 ADC_DSP\Libraries\CMSIS\Device\ST\STM32F4xx\
目录 0 2018-07-23 17:26 ADC_DSP\Libraries\CMSIS\Device\ST\STM32F4xx\Include\
文件 767942 2016-06-29 15:48 ADC_DSP\Libraries\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h
文件 2232 2016-06-29 15:48 ADC_DSP\Libraries\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h
目录 0 2018-07-23 17:26 ADC_DSP\Libraries\CMSIS\Device\ST\STM32F4xx\Source\
目录 0 2018-07-23 17:26 ADC_DSP\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\
目录 0 2018-07-23 17:26 ADC_DSP\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\
文件 31133 2016-06-29 15:48 ADC_DSP\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f429_439xx.s
文件 135 2018-07-09 17:45 ADC_DSP\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\说明.txt
文件 53272 2016-06-29 15:48 ADC_DSP\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c
文件 141 2018-07-09 17:45 ADC_DSP\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\说明.txt
目录 0 2018-07-23 17:26 ADC_DSP\Libraries\CMSIS\Include\
文件 7251 2016-06-29 15:48 ADC_DSP\Libraries\CMSIS\Include\arm_common_tables.h
文件 3940 2016-06-29 15:48 ADC_DSP\Libraries\CMSIS\Include\arm_const_structs.h
文件 251190 2016-06-29 15:48 ADC_DSP\Libraries\CMSIS\Include\arm_math.h
文件 34051 2016-06-29 15:48 ADC_DSP\Libraries\CMSIS\Include\core_cm0.h
文件 41438 2016-06-29 15:48 ADC_DSP\Libraries\CMSIS\Include\core_cm0plus.h
文件 100475 2016-06-29 15:48 ADC_DSP\Libraries\CMSIS\Include\core_cm3.h
文件 109951 2016-06-29 15:48 ADC_DSP\Libraries\CMSIS\Include\core_cm4.h
文件 130351 2016-06-29 15:48 ADC_DSP\Libraries\CMSIS\Include\core_cm7.h
文件 17427 2016-06-29 15:48 ADC_DSP\Libraries\CMSIS\Include\core_cmFunc.h
文件 26854 2016-06-29 15:48 ADC_DSP\Libraries\CMSIS\Include\core_cmInstr.h
............此处省略292个文件信息
相关资源
- STM32H743以太网通信TCP客户端实现IAR
- stm32f407网络通讯工程 Freertos+lwip的t
- STM32F103下用W5500模块的裸机TCP、UDP和基
- STM32F407+LAN8720+LWIP移植freemodbus TCP.zip
- STM32高级应用系列教程-常用电机控制
- STM32F412使用TIM1输出互补的PWM
- stm32f107在rt-thread上实现1588协议 ptpv2
- STM32 OV2640 机器视觉 图像处理 滚球系
- stm32F4最小系统板资料
- stm32F40自带继电器原理图
- stm32f0_mx25l64.zip
- STM32中文参考手册_V10
- STM32L476参考手册和数据手册
- 基于Ymodem的STM32F4串口IAP
- 001 STM32参考手册(中文)_V10
- 野火STM32F4开发板适配TouchGFX
- 基于STM32的有源CC电子负载的软硬件设
- ILI9341中文手册+STM32程序
- LoRa STM32103 调试好的接收发送工程
- STM32F427 USB VCP DCD官方例程移植程序
- STM32F103X 开发GPRS模块.zip
- STM32三重ADC采样,实现最高采样率
- 02 回调函数.zip
- STM32 CubeMX输入捕获测量PWM的频率和占
- stm32f4摄像头数据上传onenet平台
- STM32触摸按键
- DY-SV17F开发资料+STM32F103串口2驱动
- 13487395_STM32自学笔记 第2版.pdf
- X-CUBE-MCSDK-FUL_5.4.3.7z
- SX1276无线模块代码+原理图
评论
共有 条评论