搜索资源列表
ADC_TIM1
- 利用STM32中的定时器启动ADC采样,即可以控制ADC的采样速率-STM32 start using the timer in the ADC sampling, which can control the ADC' s sampling rate
stm32_adc
- 此程序是基于STM32的AD应用程序,我们在这里设置ADC为连续转换模式,常规转换序列中有两路转换通道,分别是ADC_CH10(PC0)和ADC_CH16(片内温度传感器)。因为使用了自动多通道转换,数据的取出工作最适合使用DMA方式取出,so,我们在内存里开辟了一个u16 AD_Value[2]数组,并设置了相应的DMA模块,使ADC在每个通道转换结束后启动DMA传输,其缓冲区数据量为2个HalfWord,使两路通道的转换结果自动的分别落到AD_Value[0]和AD_Value[1]中。
5780bcf5-da04-4cf6-b388-1f3d01c4896c
- STM32框架,USING 3.X库 准备以后产品换STM32,写了个例程,网上的都是零碎的,这个例程可以直接用,不喜欢官方的结构,改了一下.内容有GPIO SYSTIC EXIT ADC USART FLASH EEPROM(FLASH模拟).存下以后自已也能用.固件库有点大就不一起上传了.使用MDK4 -STM32 framework, USING 3.X library prepared after the product for STM32, wrote a routine, the
STM32_ADC_to_CAN
- STM32_ADC_to_CAN (AD转换后送到CAN端口)-STM32_ADC_to_CAN (AD conversion to the CAN port)
adcDemo_MDK
- STM32 ADC转换程序,可实现AD采集 转换,测试可用-The STM32 ADC conversion process can be realized AD acquisition conversion, testing available...
ADC-DMA
- stm32单片机,AD转换程序,适用于初学者,初学者可以从中了解到stm32的ad转换的编程过程。-stm32 microcontroller, AD converter program, suitable for beginners, beginners can learn the programming process stm32 the ad conversion.
ADC-interrupt
- stm32单片机,AD转换程序,适用于初学者,初学者可以从中了解到stm32的ad转换的编程过程。-stm32 microcontroller, AD converter program, suitable for beginners, beginners can learn the programming process stm32 the ad conversion.
STM32-touch-key
- 本实验将实现如下功能:本实验利用战舰STM32板板载的电容触摸按键,通过TIM5_CH2对电容触摸按键的检测,实现对DS1的控制,下载本代码后,我们通过按开发板右下角的TPAD按钮,就可以控制DS1的亮灭了。不过一定要先用跳线帽短接多功能端口的TPAD和ADC-The experiment will achieve the following functions: In this study, On-board STM32 battleship capacitive touch buttons,
STM32-ADC
- STM32_ADC利用通道11来采集模拟电压,可以在液晶屏上显示出来。-STM32_ADC use channel 11 to acquire the analog voltage can be displayed on the LCD screen.
STM32-ADC-V3
- STM32F103的例子,适合学习用,可以根据自己的要求改。-Examples STM32F103, suitable for learning to use, you can change according to their own requirements.
ADC显示(自带固件库)
- 调试lcd显示程序,基于stm32 151系列的与液晶屏相连的程序,大家可以在此基础进行学习(Debugging LCD display program, based on the STM32 151 series connected with the LCD screen program, we can learn on this basis)
双通道ADC
- 本程序为双通道adc的stm32程序,可以进行模数采集(This procedure for the double channel ADC STM32 procedures, can be analog to digital)
stm32 ADC initialization program
- 对stm32上的AD模块进行初始化设置,从而进行下一步的编程(Initialize the AD module on the STM32 so that you can proceed to the next step)
ADC实验亲测可用
- STM32的ADC实验,亲测可用。内有详细的讲解文档,很好的学习资料。(The ADC test of STM32 can be used as a parent test. There is a detailed explanation of the document, a good learning materials.)
基础篇 20. STM32 ADC工作原理
- 这一个文件程序用于AD转换,可以把模拟量转换为数字量(This file program is used for AD conversion and can convert analog to digital)
STM32ADC
- 项目用到的STM32F103芯片多路12位高精度AD采集处理,带FIR滤波器,效果精度非常好,绝对可以用。(The STM32F103 chip used in the project is multiplex 12 bits high precision AD acquisition and processing, with FIR filter, the effect precision is very good, absolutely can be used.)
24位ADC LTC2442
- 使用MDK5编写的STM32F103的驱动,可以从24位的AD LTC2442芯片读取电压(Using the STM32F103 driver written in MDK5, the voltage can be read from a 24 bit AD LTC2442 chip)
adc2
- stm32 adc 测试,自己测试能用。非常实用(标准库)(Stm32 adc test, own test can be used. Very practical (standard library))
STM32 ADC实验源码
- 基于STM32实现ADC的实验,实验平台可根据自己的开放环境进行改变。(Based on STM32 implementation of ADC experiment, the experimental platform can be changed according to its own open environment.)
互补SPWM+模拟死区开关方波+PID+ADC (单极性)
- 本程序用于全国大学生电子设计竞赛逆变电源,且包含PID闭环控制,可调出稳定交流电压(This program is used in the inverter power supply of the national college students electronic design competition, and contains PID closed-loop control, which can transfer out stable AC voltage)
