资源简介
本次程序使用KEIL开放平台,STM32F767作为硬件平台,使用STM32三重ADC采样模式,提高ADC采样率
代码片段和文件信息
/**
******************************************************************************
* @file system_stm32f7xx.c
* @author MCD Application Team
* @version V1.1.1
* @date 01-July-2016
* @brief CMSIS Cortex-M7 Device Peripheral Access layer System Source File.
*
* This file provides two functions and one global variable to be called from
* user application:
* - SystemInit(): This function is called at startup just after reset and
* before branch to main program. This call is made inside
* the “startup_stm32f7xx.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.
*
*
******************************************************************************
* @attention
*
* © COPYRIGHT 2016 STMicroelectronics
*
* Redistribution and use in source and binary forms with or without modification
* are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright notice
* this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright notice
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
* 3. Neither the name of STMicroelectronics nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS“
* AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR CONSEQUENTIAL
* DAMAGES (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR
* SERVICES; LOSS OF USE DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
* CAUSED AND ON ANY THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
******************************************************************************
*/
/** @addtogroup CM
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-09-03 15:46 Three mode ADC(三重ADC采样)\
文件 5295 2017-07-28 15:19 Three mode ADC(三重ADC采样)\.mxproject
目录 0 2017-07-29 16:19 Three mode ADC(三重ADC采样)\Drivers\
目录 0 2017-07-29 16:19 Three mode ADC(三重ADC采样)\Drivers\CMSIS\
目录 0 2017-07-29 16:19 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\
目录 0 2017-07-29 16:19 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\
目录 0 2017-07-29 16:19 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\
目录 0 2017-09-03 15:46 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Include\
文件 675141 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Include\stm32f745xx.h
文件 689281 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Include\stm32f746xx.h
文件 701584 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Include\stm32f756xx.h
文件 711207 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Include\stm32f765xx.h
文件 742834 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Include\stm32f767xx.h
文件 826002 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Include\stm32f769xx.h
文件 755137 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Include\stm32f777xx.h
文件 838305 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Include\stm32f779xx.h
文件 7769 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Include\stm32f7xx.h
文件 3866 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Include\system_stm32f7xx.h
目录 0 2017-07-29 16:19 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Source\
目录 0 2017-09-03 15:46 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Source\Templates\
目录 0 2017-09-03 15:46 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Source\Templates\arm\
文件 32471 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Source\Templates\arm\startup_stm32f745xx.s
文件 32759 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Source\Templates\arm\startup_stm32f746xx.s
文件 32948 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Source\Templates\arm\startup_stm32f756xx.s
文件 34277 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Source\Templates\arm\startup_stm32f765xx.s
文件 34649 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Source\Templates\arm\startup_stm32f767xx.s
文件 34765 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Source\Templates\arm\startup_stm32f769xx.s
文件 34787 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Source\Templates\arm\startup_stm32f777xx.s
文件 34865 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Source\Templates\arm\startup_stm32f779xx.s
目录 0 2017-09-03 15:46 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Source\Templates\gcc\
文件 27517 2017-07-11 19:36 Three mode ADC(三重ADC采样)\Drivers\CMSIS\Device\ST\STM32F7xx\Source\Templates\gcc\startup_stm32f745xx.s
............此处省略632个文件信息
评论
共有 条评论