资源简介
STM32F030C8T6加SIM800C 通过MQTT协议连接阿里云物联网平台 进行消息收发
代码片段和文件信息
/**
******************************************************************************
* @file stm32f0xx_adc.c
* @author MCD Application Team
* @version V1.0.0
* @date 23-March-2012
* @brief This file provides firmware functions to manage the following
* functionalities of the Analog to Digital Convertor (ADC) peripheral:
* + Initialization and Configuration
* + Power saving
* + Analog Watchdog configuration
* + Temperature Sensor Vrefint (Internal Reference Voltage) and
* Vbat (Voltage battery) management
* + ADC Channels Configuration
* + ADC Channels DMA Configuration
* + Interrupts and flags management
*
* @verbatim
================================================================================
##### How to use this driver #####
================================================================================
[..]
(#) Enable the ADC interface clock using
RCC_APB2PeriphClockCmd(RCC_APB2Periph_ADC1 ENABLE);
(#) ADC pins configuration
(++) Enable the clock for the ADC GPIOs using the following function:
RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOx ENABLE);
(++) Configure these ADC pins in analog mode using GPIO_Init();
(#) Configure the ADC conversion resolution data alignment external
trigger and edge scan direction and Enable/Disable the continuous mode
using the ADC_Init() function.
(#) Activate the ADC peripheral using ADC_Cmd() function.
*** ADC channels group configuration ***
============================================
[..]
(+) To configure the ADC channels features use ADC_Init() and
ADC_ChannelConfig() functions.
(+) To activate the continuous mode use the ADC_ContinuousModeCmd()
function.
(+) To activate the Discontinuous mode use the ADC_DiscModeCmd() functions.
(+) To activate the overrun mode use the ADC_OverrunModeCmd() functions.
(+) To activate the calibration mode use the ADC_GetCalibrationFactor() functions.
(+) To read the ADC converted values use the ADC_GetConversionValue()
function.
*** DMA for ADC channels features configuration ***
=============================================================
[..]
(+) To enable the DMA mode for ADC channels group use the ADC_DMACmd() function.
(+) To configure the DMA transfer request use ADC_DMARequestModeConfig() function.
* @endverbatim
*
******************************************************************************
* @attention
*
* © COPYRIGHT 2012 STMicroelectronics
*
* Licensed under MCD-ST Liberty SW License Agreement V2 (the “License“);
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-11-29 08:54 修改\
目录 0 2018-11-29 08:54 修改\CMSIS\
文件 24423 2015-10-20 10:13 修改\CMSIS\cmsis_armcc.h
文件 33042 2018-04-28 09:13 修改\CMSIS\core_cm0.h
文件 40429 2018-04-28 09:13 修改\CMSIS\core_cm0plus.h
文件 3620 2015-10-20 10:13 修改\CMSIS\core_cmFunc.h
文件 3636 2015-10-20 10:13 修改\CMSIS\core_cmInstr.h
目录 0 2018-11-29 08:54 修改\FWLIB\
目录 0 2018-11-29 08:54 修改\FWLIB\inc\
文件 19520 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_adc.h
文件 12353 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_cec.h
文件 10385 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_comp.h
文件 3680 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_crc.h
文件 7138 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_dac.h
文件 3892 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_dbgmcu.h
文件 14207 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_dma.h
文件 8617 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_exti.h
文件 10957 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_flash.h
文件 13174 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_gpio.h
文件 18136 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_i2c.h
文件 4531 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_iwdg.h
文件 4413 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_misc.h
文件 5909 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_pwr.h
文件 20615 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_rcc.h
文件 35039 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_rtc.h
文件 22351 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_spi.h
文件 9166 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_syscfg.h
文件 51670 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_tim.h
文件 25538 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_usart.h
文件 3537 2018-04-28 09:12 修改\FWLIB\inc\stm32f0xx_wwdg.h
目录 0 2018-11-29 08:54 修改\FWLIB\src\
............此处省略169个文件信息
- 上一篇:嗖嗖移动大厅完整版代码.rar
- 下一篇:Bootstrap文档
相关资源
- 基于STM32F4x9的LCD显示
- VS1053B编解码器的VDR分布式声音采集卡
- stm32的DAC播放音乐文件
- STM32+TMC5160代码电路图.rar
- 基于STM32的深海钻机甲板控制系统
- stm32f103.SchDoc
- STM32F103 USART+DMA
- DMA+stm32 407.zip
- 4_USART串口通信(空闲中断+DMA.zip
- stm32f105-usart-DMA收发demo
- STM32F042F6P6 Uart12DMA;发送中断接收
- 基于STM32的嵌入式双目图像采集系统设
- 基于STM32F103C8单片机的晶联讯电子JL
- 基于STM32的温湿度检测系统实现
- stm32F4+w5300
- 14284969_《STM32单片机应用与全案例实践
-
ST-li
nk-V2的SWD仿真使用方法.docx - 安富莱STM32开发板资料
- STM32F103实现OV7670摄像头显示
- STM32F207学习板例程
- STM32F103VCT6TR - High-density performance lin
- STM32 SRAM启动的 KeiL 配置
- STM32的IAP-Bootloader程序
- STM32例程之Bootloader
- stm32f103 虚拟U盘,调试成功的
- 基于stm32F103vct6的SD卡FATFS文件系统移植
- STM32F030从机中断接收的iic代码,附带
- FreeModbus_Slave+STM32F407+USART2代码亲测可
- STM32+1602液晶proteus仿真.zip
- STM32循迹小车
评论
共有 条评论