搜索资源列表
于 STM32 播放 WAV 档
- 于 STM32 播放 WAV 档,使用 8 位 PWM 作为 DAC,解码 WAV 来播放,附源程序.
STM32_GPIOADC.zip
- STM32 Example for use port, DAC and ADC,STM32 Example for use port, DAC and ADC
DAC
- stm32的DA转化代码 需要的下载-stm32 the DA conversion code needed to download! !
HMI-STM32-SE28example
- STM32 DAC转换_产生三角波,正炫波-STM32 DAC conversion _ generated triangular wave, is Hyun Bo
DAC_STM32
- stm32 dac产生三角波,这个是买了一块板子带来的源码-stm32 dac
STM32-DAC-experiment-
- STM32_DAC 实验(正弦波_方波_锯齿波_发生器),使用的stm32f103vet6芯片, 使用KEIL版本3.7编译-STM32_DAC experiments (sawtooth sine _ _ _ square-wave generator), the use of stm32f103vet6 chip, using KEIL compiler version 3.7
DAC
- 关于STM32式用DAC生成正弦波波形,频率可调-STM32 use DAC to creat sine wave
DAC
- stm32的DA转换程序,开发软件是keil4-Stm32 of DA conversion program, develop software is keil4
DAC
- 基于STM32的DA转换的数据处理功能的实现的例子-STM32 of the DA conversion on the data processing example of the realization of
GPIO_adc_dac_dma
- STM32 ADC/DAC/DMA设置,开发环境IAR5.4-STM32 ADC/DAC/DMA settings, the development environment IAR5.4
STM32-DAC
- 使用软件: keil5 硬件资源: 1,DS0(连接在PA8) 2,串口1(波特率:9600,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过GPIO驱动,连接关系见lcd.h) 4,按键KEY0(PC5)/KEY_UP(PA0,也称之为WK_UP) 5,DAC(STM32内部DAC通道1,通过PA4输出) 6,ADC(STM32内部ADC1_CH1,连接
24、示波器
- stm32 示波器通过 ADC采样交流信号,再通过DAC输出同样比例的直流信号。是学习ADC和DAC的例程(stm32 by ADC sampling AC signal, and then by the same percentage DAC output DC signal. ADC and DAC are learning routines)
DAC+DMA成功输出正弦波 F4
- stm32通过dma和dac实现波形发生器(STM32 implements waveform generators through DMA and DAC)
DAC
- 基于STM32单片机,运行平台是KEIL,实现简单的DA转换。适合初学者。(Based on STM32 microcontroller, the operating platform is KEIL, to achieve a simple DA conversion. Suitable for beginners.)
DAC实验3个外接按键
- STM32外接按键控制DAC输出 数模转换(STM32 external button control DAC output)
DAC+TIM输出三角波
- 利用stm32的DAC和TIM功能输出三角波(Using STM32's DAC and TIM functions to output the triangle wave)
STM32-DAC
- stm32 dac 例程用于生成stm32下的dac(stm32 dac routine to generate wave by using STM32)
DAC实验
- 首先对STM32 DAC功能进行了简介,通过对各寄存器的分析,编写了数模转换的程序。(First, a brief introduction to the STM32 DAC function, through the analysis of the register, write the analog-to-digital conversion procedure.)
PWM DAC实验
- stm32 pwm dac实验 学习STM32定时器通过PWM输出电压,可用于SPWM实现(按正弦规律输出电压,就是SPWM了)(stm32 pwm dac test and learn,you should believe yourself, keep calm and run on!)
STM32F4_ADC+DAC
- 学习STM32内部DAC的使用 DAC(STM32内部DAC通道1,通过PA4输出) ADC(STM32内部ADC1_CH5,连接在PA5).