搜索资源列表
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
AD_2_Channel_temp_DMA
- STM32的一个演示例子 其中包括AD两通道采样(一个模拟输入 一个内置温度传感器) DMA传输和USART模块的应用。 代码全部原创 具有很高的参考价值-STM32 a presentation including examples of two-channel AD sampling (one analog input of a built-in temperature sensor) DMA transmission and USART module applications. A
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]中。
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--AD_DMA
- stm32 AD与DMA联合调用进行模拟采样-stm32 AD and DMA calls to simulate the sampling
AD-DMA
- STM32同步注入模式进行AD转换,功能已经实现,有需要的大家拿来用,可以让你少走很多弯路,希望对大家有用。-STM32 synchronous injection mode, AD conversion, functionality is implemented, we use them in need, can let you walk a lot less detour, hope useful for everyone.
STM32-AD-TIM
- 基于STM32单片机的TIM2定时器触发AD转换,控制AD的转换速率,弥补DMA传输速度过快导致数据处理混乱的问题。-Trigger AD conversion is based STM32 microcontroller TIM2 timer controls the AD conversion rate to make up for excessive speed DMA transfer of data processing leads to confusion problems.
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-AD-2Channel-DMA
- STM32F103 AD采集 两通道 启用DMA数据传输-STM32 AD 2Channel DMA
ADC-DMA
- STM32使用DMA方式进行AD转换,可以很大的减轻单片机的负担-STM32 using DMA way AD conversion, can greatly reduce the burden of MCU
ADC+DMA+串口
- AD转换,DMA传输,通过串口实现上位机传输(AD conversion, to achieve the host computer transmission)
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)
超详细的STM32讲解——AD单通道与多通道转换(DMA)
- STM32F103自带AD的转换函数,C语言程序编写(The conversion function of STM32F103 with AD, C language program)
多通道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.)
ALIENTEK MINISTM32 ADC DMA 8通道显示
- STM32F103rct6 自带ad 8通道显示(i do no want to say anything here.)
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.)