资源简介
本程序实现了STM32L073用DMA方式获取三通道ADC转换数据,此功能在main函数中没有写出,功能以实现,串口通过DMA方式发送数据。用的是HAL库。
代码片段和文件信息
/**
******************************************************************************
* @file system_stm32l0xx.c
* @author MCD Application Team
* @version V1.7.1
* @date 25-November-2016
* @brief CMSIS Cortex-M0+ 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_stm32l0xx.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(c) 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.
*
******************************************************************************
*/
/** @addto
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5460 2018-07-18 13:47 Fire_Cock\.mxproject
文件 490933 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l011xx.h
文件 502148 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l021xx.h
文件 503392 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l031xx.h
文件 514607 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l041xx.h
文件 518739 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l051xx.h
文件 616127 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l052xx.h
文件 629289 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l053xx.h
文件 529954 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l061xx.h
文件 627342 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l062xx.h
文件 640504 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l063xx.h
文件 539799 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l071xx.h
文件 646331 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l072xx.h
文件 659701 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l073xx.h
文件 551014 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l081xx.h
文件 657546 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l082xx.h
文件 670916 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l083xx.h
文件 8393 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l0xx.h
文件 3922 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Include\system_stm32l0xx.h
文件 10891 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l011xx.s
文件 11166 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l021xx.s
文件 10431 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l031xx.s
文件 10681 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l041xx.s
文件 11017 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l051xx.s
文件 11204 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l052xx.s
文件 11278 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l053xx.s
文件 11029 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l061xx.s
文件 11215 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l062xx.s
文件 11273 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l063xx.s
文件 11325 2018-07-13 13:16 Fire_Cock\Drivers\CMSIS\Device\ST\STM32L0xx\Source\Templates\arm\startup_stm32l071xx.s
............此处省略694个文件信息
- 上一篇:计算机图形学 Bezier曲线
- 下一篇:Service-音乐播放器后台服务运行播放
相关资源
- 3Dmax建模作品 max建模作品
- OpenCollada 3DMax2016 导出插件dae、DAE
- COLLADA-MAX-PC_Max2017_v1.6.62
- STM32 串口更新字库W25QXX
- 基于HAL库的ADC+DMA程序——STM32F429
- WCDMA 协议的中文版本,非常不错
- Cocos Creator中使用TiledMap教程资源
- unity2017-winANDmacCrack.zip
- 12467230STM32L073xx_User_Manual.chm
- HAL库+CubeMX+Stm32F405实现串口DMA不定长收
- 3dmax,效果图
- Statistics 4th Edition by David Freedman
- 3Dmax基础建模教程之十二共十二
- STM32F767 ADC DMA
- Xilinx授权:公开全部源代码的 PCIe D
- 3Dmax 大作业 喷泉制作
- 每天5分钟玩转Docker容器技术.CloudMan(
- OSGExp1.5.1Install_x64.exe
- AXI DMA测试Vivado工程,含XSDK FSBL Proje
- 每天5分钟玩转Docker容器技术.CloudMan(
- Mindmanager16模板素材超全199项
- cdma2000网络优化原理与实践.pdf
- 世界顶级数据恢复软件PC-3000UDMA中文版
- STM32的DMA方式实现SD卡存储
- HAL库stm32F429IGADC DMA
-
JTIDS-li
nk16数据链—梅文华 - OpenGL实现小车模型的导入和渲染
- Real-WorldMachineLearning.pdf
- Xilinx_xdma_driver_win_2018_2
- STM32上实现12864液晶二维码的显示,
评论
共有 条评论