搜索资源列表
STM32单片机AD采集程序
- STM32单片机AD采集程序,使用DMA传输采集结果,并实现TCP通讯,将采集结果传输至远程端-This is for STM32, include AD、DMA、TCP
AD_2_Channel_DMA
- STM32例子 AD两通道采样(一个模拟输入 一个内置温度传感器) DMA传输。 -STM32 a presentation including examples of two-channel AD sampling (one analog input of a built-in temperature sensor) DMA transmission
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]中。
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-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
STM32Configuration
- STM32各种内部资源配置文件参考,包括常用时钟、IO、定时器、串口、AD、DMA等配置,自己整理的,学习STM32必备啊-STM32 various internal resource configuration file reference, including common clock, IO, timers, serial, AD, DMA and other configurations, their finishing and learn essential ah STM32
ADC
- 基于stm32和DMA的多通道ADC采集,12位ad -Stm32-based multi-channel ADC and DMA acquisition, 12 ad
ADC--DMA
- stm32 写的AD转换。。并且不应DMA,用DMA的其他网上都有-Stm32 write AD conversion. And should not be the DMA, other online. Use the DMA.
SMT32_ADPDMAPUSARTPADPRTC
- STM32中的AD,DMA,串口,电压AD采样,时钟等例子程序,值得学习-STM32 in AD, DMA, serial, voltage AD sampling, clock, etc. Examples of program, it is worth learning
STM32-AD(DMA)-interrupt
- 基于STM32的AD信号采集,采用DMA传输数据时,直接从SRAM取出数据时,DMA仍在数据传输,导致数据的实时性低,采用DMA中断取出数据,可保证在一段时间内数据的准确性,但也会丢失一部分ADC数据,适用于阶段性数据取样。-Based on the AD STM32 signal acquisition when using DMA data transfer, data is directly taken out from the SRAM, DMA is still data transm
stm32
- ARM-CORTEX3开发,以stm32为例,实战开发项目,包括AD,DMA,SPI,PWN,RTC-ARM-CORTEX3 developed to stm32 example, combat development projects, including AD, DMA, SPI, PWN, RTC
stm32-ADC_DMA
- 采用DMA方式实现的AD采集,芯片stm32f103zet6-AD implemented using DMA mode acquisition, chip stm32f103zet6
STM32-AD-2Channel-DMA
- STM32F103 AD采集 两通道 启用DMA数据传输-STM32 AD 2Channel DMA
STM32-AD
- STM32双通道AD数据采集,DMA接收,USART发送(STM32 double channel temperature data acquisition)
STM32 12通道ADC_DMA -
- STM32多通道AD采集,基于DMA,对模拟采集有参考价值(STM32 multi-channel AD acquisition, based on DMA, has a reference value for analog acquisition)
多通道AD采集(循环)
- AD多通道轮循采集,并用12864显示,没有采用DMA,另外包含了18B20的读写(AD multichannel wheel collection and 12864 display)
STM32F0_Template
- stm32 的 AD规则组连续扫描转换例程,DMA传送,ADC对冲要自己再处理一下(Stm32 AD rules group continuous scan conversion routines, DMA transmission, ADC hedge to deal with it yourself.)
stm32 ad dma can 485
- IO口采集AD值,然后经过DMA传输,数据通过CAN 以及486相互传输,CPU执行其他指令(The AD value is collected by the IO port and transmitted by DMA. The data is transmitted by CAN and 486. The CPU executes other instructions.)
stm32 FFT
- stm32进行AD采样dma传送进行快速fft,同时包含MAX197驱动,但是ad采样时没有使用,需要的话也可以自己添加使用(Stm32 performs AD sampling dma transfer for fast fft, and includes MAX197 driver, but it is not used when ad sampling. If you need it, you can add it yourself.)