资源简介
用STM8控制SHTC3,每1s采集一次温湿度数据,并通过串口发送。文件包含整个工程,编译通过,测试实际可用。
代码片段和文件信息
/**
******************************************************************************
* @file stm8l15x_adc.c
* @author MCD Application Team
* @version V1.5.0
* @date 13-May-2011
* @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 (Voltage Reference internal) management
* - Regular Channels Configuration
* - Regular Channels DMA Configuration
* - Injected channels Configuration
* - Interrupts and flags management
*
* @verbatim
*
* ===================================================================
* How to use this driver
* ===================================================================
* 1. Enable The ADC controller clock using CLK_PeripheralClockConfig()
* function : CLK_PeripheralClockConfig(CLK_Peripheral_ADC1 ENABLE).
*
* 2. Configure the ADC Prescaler conversion resolution and data
* alignment using the ADC_Init() function.
*
* 3. Activate the ADC peripheral using ADC_Cmd() function.
*
* Regular channels group configuration
* ====================================
* - To configure the ADC regular channels group features use
* ADC_Init() and ADC_RegularChannelConfig() functions.
* - To activate the continuous mode use the ADC_continuousModeCmd()
* function.
* - To configure and activate the Discontinuous mode use the
* ADC_DiscModeChannelCountConfig() and ADC_DiscModeCmd() functions.
* - To read the ADC converted values use the ADC_GetConversionValue()
* function.
*
* DMA for Regular channels group features configuration
* ======================================================
* - To enable the DMA mode for regular channels group use the
* ADC_DMACmd() function.
* - To enable the generation of DMA requests continuously at the end
* of the last DMA transfer use the ADC_DMARequestAfterLastTransferCmd()
* function.
* Injected channels group configuration
* =====================================
* - To configure the ADC Injected channels group features use
* ADC_InjectedChannelConfig() and ADC_InjectedSequencerLengthConfig()
* functions.
* - To activate the continuous mode use the ADC_con
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-09-10 13:17 stm8_SHTC3\
目录 0 2019-09-10 13:17 stm8_SHTC3\FWlib\
目录 0 2019-09-10 13:17 stm8_SHTC3\FWlib\inc\
文件 132840 2019-08-24 09:25 stm8_SHTC3\FWlib\inc\stm8l15x.h
文件 16913 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_adc.h
文件 5059 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_aes.h
文件 3557 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_beep.h
文件 19406 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_clk.h
文件 9963 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_comp.h
文件 10149 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_dac.h
文件 13242 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_dma.h
文件 9790 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_exti.h
文件 14388 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_flash.h
文件 6511 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_gpio.h
文件 35437 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_i2c.h
文件 2267 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_irtim.h
文件 13871 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_itc.h
文件 4632 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_iwdg.h
文件 22646 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_lcd.h
文件 4484 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_pwr.h
文件 3101 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_rst.h
文件 37772 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_rtc.h
文件 14474 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_spi.h
文件 21019 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_syscfg.h
文件 37391 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_tim1.h
文件 29141 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_tim2.h
文件 29019 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_tim3.h
文件 11698 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_tim4.h
文件 28418 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_tim5.h
文件 13222 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_usart.h
文件 7786 2012-06-18 15:20 stm8_SHTC3\FWlib\inc\stm8l15x_wfe.h
............此处省略136个文件信息
相关资源
- 基于STM8S103F3P6的模拟串口程序
- stm8l151串口通信例程
- 最新STM8L101固件库
- stm8工程模版IAR
- 基于STM32和STM8的医疗电子方案
- STM8S207R8(DS18B20)源代码
- 基于STM8L红外解码按键扫描C程序
- 基于STM8的OLED驱动
- stm8s105 数据手册
- STM8L152c8T6+Xmodem+IAP
- stm8s_demo
- 基于STM8L152和TM1638的电子时钟
- STM8s读取AM2303温湿度传感器MODBUS协议
- sht20 sht30 温湿度传感器 stm8-stm32
- STM8S103F3例程资料
- stm8s触摸按键库2.5版本
- MODBUS STM8S
- STM8L051F3P6中文.pdf
- stm8s最新库函数手册
- 采用STM8S的无刷直流电机控制系统的设
- STM8L052工程模板
- stm8s官方例程
- stm8s系列中文参考手册
- STM8S003工程模版
- STM8单片机原理与实践-高清版
- STM8L101F3代码大全
- stm8+fm17550s 基于二代证解决方案
- 电容触摸按键方案
- STM8+COSMIC+C编译器4.3.4破解+支持STVD+支
- stm8L051参考代码
评论
共有 条评论