搜索资源列表
ADC
- 基于STM32F103VET6的ADC程序
ADC_DMA
- stm32f103vet6.编程想实现ADC的DMA功能,并将采集到得数据通过DAC输出,在示波器上观察波形。经调试可用,Keil uVision4.-stm32f103vet6. Programming the DMA function to the ADC, and data was collected through the DAC output, observe the waveform on the oscilloscope. The debugging available, Keil
11-ADC
- AD模块的转化,ARM,stm32f103vet6-ARM,stm32f103vet6 the function of adc
ADCPDMA
- stm32f103vet6+ADC(DMA),串口显示采样结果。-stm32f103vet6+ ADC (DMA), the serial display sampling results.
STM32F103VET6ADC
- STM32F103VET6的模数转换例程ADC-STM32F103VET6Analog to digital converter (ADC)
STM32-AD
- 基于STM32F103VET6 的ADC 工程-ADC BASED ON STM32F103VET6
ADC-DMA
- 连续采集AD转换值,使用DMA的方式保存,并使用串口将AD转换结果打印(Continuous collection of AD conversion value, using the DMA way to save, and use the serial port to print the AD conversion results)
31-ADC—电压采集
- STM32F103VET6指南者的ADC程序(STM32F103VET6 guide's ADC program)
1-ADC—单通道 PC1(中断读取)
- 应用于STM32F103VET6,进行ADC单通道的数据读取。(Applied to STM32F103VET6, read data from ADC single channel)
ADC
- STM32在片上集成的ADC外设非常强大,我使用的奋斗开发板是STM32F103VET6,属于增强型的CPU,它有18个通道,可测量16个外部和2个内部信号源。各通道的A/D转换可以单次,连续,扫描或间断模式执行,ADC的结果可以左对齐或右对齐方式存储在16位数据寄存器中。(The ADC peripherals integrated on the STM32 are very powerful. The struggle development board I use is STM32F103
ADC—双ADC(同步规则)
- ADC—双ADC,STM32F103VET6 ,规则同步模式。主从多通道采集。