搜索资源列表
ADC
- STM32使用ADC程序(包括DMA与中断实现方式)-STM32 use of the ADC program (including DMA and interrupt implementation)
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]中。
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
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
ADC_ADC1_DMA
- STM32 ADC 利用DMA读写数据,简单的例子。-STM32 ADC DMA read and write data, a simple example.
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
ADC
- 基于stm32和DMA的多通道ADC采集,12位ad -Stm32-based multi-channel ADC and DMA acquisition, 12 ad
ADC-(DMA-mode)
- STM32(ADC采样DMA方式)ADC (DMA方式) 实验中用到了GPIO、RCC、USART、DMA及ADC外设-STM32 (ADC sampling DMA mode) ADC (DMA mode) experiment uses GPIO, RCC, USART, DMA and ADC peripherals
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
STM32 ADC+DMA+串口程序
- STM32AD+DMA+串口程序源码,希望能够有所帮助
ADC(DMA)
- STM32单片机;ADC程序,使用DMA功能。-STM32 Microcontroller ADC DMA.
stm32-adc-dma
- 在 STM32 中,使用 ADC 时往往采用 DMA 传输方式,由 DMA 把 ADC 外设转换的数据传输到 SRAM,再进行处理,甚至直接把 ADC 的数 据转移到串口发送给上位机.-In STM32, often employ the use of ADC DMA transfer mode, the DMA the ADC peripheral conversion of data to the SRAM, and then processed, or even directly to
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)
drivers
- STM32 使用TIMER触发ADC DMA传输(STM32 ADC DMA HAL TIMER rt-thread)
mini简易示波器 ADC+DMA
- 基于正点原子mini板的简易示波器 ADC+DMA+LCD(Embadded Oscilloscope STM32F203RCT6)