搜索资源列表
ADC
- STM32使用ADC程序(包括DMA与中断实现方式)-STM32 use of the ADC program (including DMA and interrupt implementation)
Volt_Temp
- stm32实现ADC电压+温度数据采集,双DMA通道传输数据,均值滤波-Volt_Temp stm32
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]中。
stm32adc2dmausart
- STM32的ADC采集模拟电压,转换结果以DMA方式传输给USART,USART通过串口发送到上位机-STM32 of the ADC analog voltage acquisition, the conversion results mode DMA transfer to the USART, USART to the PC via the serial port
ADC--DMA
- 实践STM32中的模数转换模块ADC功能以及附带DMA数据读取提高转换速度 ,附有详细的源码-STM32 practice module in the analog-digital conversion ADC with DMA data read function and increase the conversion rate, with detailed source
App
- stm32下调试adc的程序,采用的是dma方式,已经调试通过,上传的是主要代码,整个工程太大,没有上传。-stm32 debugging adc program, using dma mode, has debugging, upload is the main code, the whole project too big, not uploaded.
STM32--ADC
- 利用ADC的第11通道对开发板输入的电压值作AD转换,采用连续转换模式,转换结果通过DMA通道1读取。ADC转换的结果,每间隔1秒钟向串口发送一次。 -The ADC channel 11 development board input voltage for AD conversion, continuous conversion mode, conversion results read by the DMA channel 1. ADC conversion results, e
STM32_ADC
- STM32芯片的ADC采样,采用非DMA模式,与例程中采样DMA模式采集有差别,需要的请参考-STM32 chip ADC sampling, the use of non-DMA mode, DMA mode with the routine sampling collected difference, need to refer to
ADC_stm32-double-ADC-model
- STM32的双ADC模式。。。ADC2和ADC1共用DMA。。。欢迎参考-The STM32 dual ADC mode. . . ADC2 ADC1 share the DMA. . . Welcome reference. . .
1.ADC(DMA)
- STM32 内部温度传感器的使用,用ADC转换,DMA传输数据。-STM32 internal temperature sensor with ADC conversion, DMA transfer data.
ADC-DMA
- stm32单片机,AD转换程序,适用于初学者,初学者可以从中了解到stm32的ad转换的编程过程。-stm32 microcontroller, AD converter program, suitable for beginners, beginners can learn the programming process stm32 the ad conversion.
STM32-ADC_DMA
- stm32多路ad采集程序使用库函数,利用内部adc和dma实现模数转换,PB0,PB1,PC4作为输入口进行三路ad采集转换-stm32 multiple ad collection programs use library functions, and the use of internal adc dma achieve analog-digital conversion, PB0, PB1, PC4 as an input port for converting three-way ad
STM32-ADC-oversampling
- 使用STM32单片机ADC模块的过采样技术使采样值更稳定,是一种时间换精度的方法。-This firmware gives the STM32 ADC oversampling using triangular dither. This method consists on adding a triangular signal to the input signal and sampling it with a rate. The timer TIM2 is used to g
ADC(DMA)
- STM32单片机;ADC程序,使用DMA功能。-STM32 Microcontroller ADC DMA.
STM32-double-ADC
- 基于STM32,MDK开发环境,内部ADC双通道DMA模式数据采集-Data collection based STM32, MDK development environment, internal dual-channel ADC DMA mode
3-ADC-DMA-uarrt
- stm32的adc采集转dma储存,最后经串口发送.1024的采集点-Stm32 adc sampling dma storage, finally through a serial port to send. 1024 field sites
全部功能_核心板 - ADC连续转换
- 全部功能_核心板 - ADC连续转换 STM32F103 ADC+DMA 三路连续转换(All of the features of _ core board - ADC continuous conversion STM32F103 ADC+DMA three way continuous conversion)
adc
- STM32的ADC实现,通过DMA来读取数据,提高CPU效率(The ADC implementation of STM32, which reads data through DMA, improves CPU efficiency)
STM32 12通道ADC_DMA -
- STM32多通道AD采集,基于DMA,对模拟采集有参考价值(STM32 multi-channel AD acquisition, based on DMA, has a reference value for analog acquisition)
mini简易示波器 ADC+DMA
- 基于正点原子mini板的简易示波器 ADC+DMA+LCD(Embadded Oscilloscope STM32F203RCT6)