登录
首页 » C++ » stm32-PWM-output-waveform-display

stm32-PWM-output-waveform-display

于 2013-05-01 发布 文件大小:5857KB
0 89
下载积分: 1 下载次数: 16

代码说明:

  stm32 ARM单片机的PWM输出,然后通过通过ADC采样,并且在2.8寸液晶触摸屏幕上显示PWM动态的电压点位和ADC值,pwm频率和占空比可以通过改变定时器值而调整(STM32 ARM microcontroller PWM output, and then passed through the ADC sampling, and dynamic voltage point of the PWM and ADC values 椠渀 the 2.8-inch LCD touch screen display, PWM frequency and duty cycle by changing the timer value adjustment)

文件列表:

PWM 采样以及波形显示
....................\CORE
....................\....\core_cm3.c,17273,2013-03-14
....................\....\core_cm3.h,85714,2013-03-14
....................\....\startup_stm32f10x_hd.s,15503,2013-03-14
....................\....\startup_stm32f10x_md.s,12765,2013-03-14
....................\HARDWARE
....................\........\ADC
....................\........\...\adc.c,4814,2013-04-30
....................\........\...\adc.h,781,2013-04-08
....................\........\EXTI
....................\........\....\exti.c,3322,2013-04-27
....................\........\....\exti.h,596,2013-04-25
....................\........\KEY
....................\........\...\key.c,1685,2013-03-14
....................\........\...\key.h,1073,2013-03-14
....................\........\LCD
....................\........\...\FONT.H,16155,2013-03-14
....................\........\...\ILI93xx.c,30738,2013-03-14
....................\........\...\lcd.c,30699,2013-04-23
....................\........\...\lcd.h,9523,2013-04-23
....................\........\LED
....................\........\...\led.c,1375,2013-03-14
....................\........\...\led.h,264,2013-03-14
....................\........\PWM
....................\........\...\pwm.c,2274,2013-04-30
....................\........\...\pwm.h,101,2013-03-14
....................\........\RTC
....................\........\...\rtc.c,9185,2013-03-14
....................\........\...\rtc.h,806,2013-03-14
....................\........\TIMER
....................\........\.....\timer.c,2375,2013-04-30
....................\........\.....\timer.h,557,2013-03-14
....................\........\WDG
....................\........\...\wdg.c,1978,2013-03-14
....................\........\...\wdg.h,703,2013-03-14
....................\........\WKUP
....................\........\....\wkup.c,2893,2013-03-14
....................\........\....\wkup.h,728,2013-03-14
....................\keilkilll.bat,399,2013-03-14
....................\STM32F10x_FWLib
....................\...............\inc
....................\...............\...\misc.h,8982,2013-03-14
....................\...............\...\stm32f10x_adc.h,21690,2013-03-14
....................\...............\...\stm32f10x_bkp.h,7555,2013-03-14
....................\...............\...\stm32f10x_can.h,27559,2013-03-14
....................\...............\...\stm32f10x_cec.h,6573,2013-03-14
....................\...............\...\stm32f10x_crc.h,2162,2013-03-14
....................\...............\...\stm32f10x_dac.h,15233,2013-03-14
....................\...............\...\stm32f10x_dbgmcu.h,3818,2013-03-14
....................\...............\...\stm32f10x_dma.h,20754,2013-03-14
....................\...............\...\stm32f10x_exti.h,6824,2013-03-14
....................\...............\...\stm32f10x_flash.h,25445,2013-03-14
....................\...............\...\stm32f10x_fsmc.h,27016,2013-03-14
....................\...............\...\stm32f10x_gpio.h,20175,2013-03-14
....................\...............\...\stm32f10x_i2c.h,30029,2013-03-14
....................\...............\...\stm32f10x_iwdg.h,3828,2013-03-14
....................\...............\...\stm32f10x_pwr.h,4383,2013-03-14
....................\...............\...\stm32f10x_rcc.h,30452,2013-03-14
....................\...............\...\stm32f10x_rtc.h,3857,2013-03-14
....................\...............\...\stm32f10x_sdio.h,21863,2013-03-14
....................\...............\...\stm32f10x_spi.h,17725,2013-03-14
....................\...............\...\stm32f10x_tim.h,52427,2013-03-14
....................\...............\...\stm32f10x_usart.h,16548,2013-03-14
....................\...............\...\stm32f10x_wwdg.h,2966,2013-03-14
....................\...............\src
....................\...............\...\misc.c,7046,2013-03-14
....................\...............\...\stm32f10x_adc.c,47201,2013-03-14
....................\...............\...\stm32f10x_bkp.c,8463,2013-03-14
....................\...............\...\stm32f10x_can.c,45103,2013-03-14
....................\...............\...\stm32f10x_cec.c,11656,2013-03-14
....................\...............\...\stm32f10x_crc.c,3347,2013-03-14
....................\...............\...\stm32f10x_dac.c,19087,2013-03-14
....................\...............\...\stm32f10x_dbgmcu.c,5149,2013-03-14
....................\...............\...\stm32f10x_dma.c,29607,2013-03-14
....................\...............\...\stm32f10x_exti.c,6959,2013-03-14
....................\...............\...\stm32f10x_flash.c,62551,2013-03-14
....................\...............\...\stm32f10x_fsmc.c,35484,2013-03-14
....................\...............\...\stm32f10x_gpio.c,23221,2013-03-14
....................\...............\...\stm32f10x_i2c.c,45781,2013-03-14
....................\...............\...\stm32f10x_iwdg.c,4916,2013-03-14
....................\...............\...\stm32f10x_pwr.c,8759,2013-03-14
....................\...............\...\stm32f10x_rcc.c,51271,2013-03-14
....................\...............\...\stm32f10x_rtc.c,8598,2013-03-14
....................\...............\...\stm32f10x_sdio.c,28933,2013-03-14
....................\...............\...\stm32f10x_spi.c,30224,2013-03-14
....................\...............\...\stm32f10x_tim.c,109159,2013-03-14
....................\...............\...\stm32f10x_usart.c,38308,2013-03-14
....................\...............\...\stm32f10x_wwdg.c,5735,2013-03-14
....................\SYSTEM
....................\......\delay
....................\......\.....\delay.c,2091,2013-03-14
....................\......\.....\delay.h,872,2013-03-14
....................\......\sys
....................\......\...\sys.c,612,2013-03-14
....................\......\...\sys.h,2445,2013-03-14
....................\......\usart
....................\......\.....\usart.c,4063,2013-03-14
....................\......\.....\usart.h,882,2013-03-14
....................\USER

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 696518资源总数
  • 104224会员总数
  • 54今日下载