搜索资源列表
stm32-adc-DMA
- 用stm32f103实现adc多路输入,并使用到dma-Adc with stm32f103 achieve multi-channel input, and use the dma
DMA
- 使用了DMA,实现了STM32 ADC的多通道采集,准确快速,不丢失数据-Use the DMA
ADC
- STM32使用ADC程序(包括DMA与中断实现方式)-STM32 use of the ADC program (including DMA and interrupt implementation)
STM32f103-ADC-USART
- STMicroelectronics 32 用ADC模块采集两路信号并通过USART模块送出 * 设置ADC1的常规转换序列包含CH10和CH16(片内温度传感器) * 设置了连续转换模式,并使用DMA传输-STMicroelectronics 32 ADC module with the acquisition of two signals sent through the USART module* set ADC1 conventional conversion sequence
ADC_DMA
- STM32F10X ADC DMA操作实例,STM32例程包之一-STM32F10X ADC DMA operation instance, STM32 routine one package
Custom_HID_interrut_adc_dma_control
- acquisition with ADC and storing in SRAM wuth DMA. change sampling time throught USB and transfer sampling throught usb protocol in terrupt.
STM32-DMA
- 浅谈STM32的DMA模块的使用, DMA是STM32中一个独立与Cortex-M3内核的模块,有点类似与ADC、PWM、TIMER等模块-[NO ENGLISH]
STM32ADCsample
- 使用STM32如何采集单个通道的模拟输入,通过模数转换器(ADC)将模拟量转化为数据,并通过DMA把数据转移到内存中。-STM32 how to use a single channel analog input acquisition by ADC (ADC) will be converted to analog data and the data transferred by DMA to memory.
adc-dma-tim1
- this project use for STM32f10x . it s related ADC convertion test . use DMA
adc_dma
- 通过ADC采集信号,DMA储存采集来的信号值,通过 VIEW窗口查看-Through the ADC acquisition signal, the DMA storage collected signal value, through the VIEW window VIEW
SourceCode12_adc_dma_OK
- 用DSP2885的DMA控制片内A/D采集。-DSP2885DMA control in A/D acquisition
STM32-ADC
- STM32开启DMA进行ADC转换,并透过串口上传转换的数据,-STM32 open the DMA ADC conversion and uploading data through serial conversion,
adc-dma
- 这是stm32 dma-adc的一个程序源码-This is a program source code stm32 dma-adc of
adc
- STM32F407 使用ADC时采用DMA传输方式,又DMA把ADC外设转换的数据传输到SRAM,再进行处理。-STM32F407 using ADC using DMA transmission mode, and the DMA ADC peripheral conversion of the data transmission to the SRAM, again for processing.
ADC(DMA)
- 基于DMA的ADC转换, 嵌入式开发过程中常用基础程序(The ADC converter code for STM32)
1-ADC—单通道(中断读取)
- 通过adc采集单片机引脚电压,单通道(中断读取)(Collect the microcontroller pin voltage through adc)
2-ADC—单通道(DMA读取)
- 通过ADC直接进行dma进行读取(单通道)(Through the ADC directly to the dma to read)
3-ADC—多通道(DMA读取)
- stm32103adc通过DMA进行多通道读取(Adc through the DMA for multi-channel read)
练习16-DMA+ADC
- 多通道采集,STM32的ADC和DMA,已经调试完毕(Multi-channel acquisition)
stm32定时器+ADC+DMA+双缓冲 实现数据采集
- stm32定时器+ADC+DMA+双缓冲 实现数据采集()