搜索资源列表
STM32_TFTOscilloscope
- 基于stm32的TFT示波器 ADC采集,DMA传输,实现在TFT上的波形显示-stm32 TFT oscilloscope
DMA
- 使用了DMA,实现了STM32 ADC的多通道采集,准确快速,不丢失数据-Use the DMA
ADC_DMA
- STM32F10X ADC DMA操作实例,STM32例程包之一-STM32F10X ADC DMA operation instance, STM32 routine one package
dma_adc
- stm32下实现adc 16通道检测代码例子,已经测试可以检测正确了-adc 16 under stm32 channel detection code examples have been tested can detect the correct
ADC_dam_9
- STM32非固件库,实现功能:ADC通过DMA传输-Non-STM32 firmware library, implementation features: ADC through the DMA transfer
STM32-DMA
- 浅谈STM32的DMA模块的使用, DMA是STM32中一个独立与Cortex-M3内核的模块,有点类似与ADC、PWM、TIMER等模块-[NO ENGLISH]
DMA
- 该程序是基于stm32意法半导体上的adc基础试验程序,对初学者有很大帮助!-The program is based on STMicroelectronics stm32 adc on the basis of test procedures, are very helpful for beginners!
myprj_uart-adc-dma
- 自学原创,基于STM32红牛开发板写的,AD采样然后由DMA方式传到DA再输出的程序,是学习STM32的DMA功能的简单案例。-Original self-study, based on STM32 development board to write the Red Bull, AD sampling and then transmitted by the DMA mode and then the output of the DA process, the STM32 DMA functio
STM32-ADC-DMA
- STM32F103C8T6 ADC驱动程序,采用DMA传送方式-STM32F103C8T6 ADC Driver
ADC
- This file is STM32 DMA Example.
ADC-conversion
- STM32的编译源码。利用ADC的第11通道对开发板输入的电压值作AD转换,采用连续转换模式,转换结果通过DMA通道1读取。ADC转换的结果,每间隔1秒钟向串口发送一次。-The STM32 the compiled source code. The ADC channel 11 development board input voltage for AD conversion, continuous conversion mode, conversion results read by the
GPIO_adc_dac_dma
- STM32 ADC/DAC/DMA设置,开发环境IAR5.4-STM32 ADC/DAC/DMA settings, the development environment IAR5.4
STM32-DMA-UART-ADC
- 基于STM32的ADC采样串口发送程序,能够准确采集AD-STM32 DMA UART ADC
ADC
- stm32的ADC采样代码,用DMA实现-code for ADC,in stm32
4-chanal-adc-with-DMA-STM32
- 4 chanal adc with DMA STM32
STM32F746-ADC
- 这个是STM32F746源碼演示了如何使用ADC3及DMA传输连续 转换后的数据从ADC3记忆。 ADC3的配置不断转换的adc_channel_8。 每次转换结束时,DMA传输,循环模式,这 转换数据寄存器变量的uhadcxconvertedvalue ADC3博士。 的uhadcxconvertedvalue读取的值是12位编码,参考电压VREF +连接 在VDD的板(+3.3V),VREF参考电压连接板上到地面。 要转换为伏特的读取值,这里是应用的方程: 电
10、ADC实验(DMA方式)
- arm stm32 f103 ADC实验,使用DMA模式。(The stm32 f103 ADC experiment uses the DMA model)
ADC-- DMA实验
- STM32进行ADC高速采样同时进行DMA传输的源代码(High speed-sampling for STM32, with data transmiting using DMA function)
ADC+DMA调试成功
- stm32单片机使用DMA实现ADC采集(STM32 MCU uses DMA to realize ADC collection)
ADC+DMA
- STM32 ADC DMA Test Program