文件名称:实验9 PWM输出实验
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- 上传时间:
- 2018-04-12
- 文件大小:
- 280kb
- 下载次数:
- 0次
- 提 供 者:
- fes****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
STM32F1 的通用定时器 TIM3,用该定时器的中断来控制 DS1 的闪烁,如何使用 STM32F1 的 TIM3 来产生 PWM 输出。 我们将使用 TIM3 的通道 2,把通道 2 重映射到 PB5, 产生 PWM 来控制 DS0 的亮度。(The universal timer TIM3 of STM32F1 uses the interruption of this timer to control DS1's flicker and how to use STM32F1 TIM3 to generate PWM output. We will use the channel 2 of TIM3 to map the channel 2 to PB5 and generate PWM to control the brightness of DS0.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
实验9 PWM输出实验\CORE\core_cm3.c | 17273 | 2010-06-07 |
实验9 PWM输出实验\CORE\core_cm3.h | 85714 | 2011-02-09 |
实验9 PWM输出实验\CORE\startup_stm32f10x_hd.s | 15503 | 2011-03-10 |
实验9 PWM输出实验\HARDWARE\KEY\key.c | 1827 | 2015-03-20 |
实验9 PWM输出实验\HARDWARE\KEY\key.h | 1186 | 2015-03-19 |
实验9 PWM输出实验\HARDWARE\LED\led.c | 1298 | 2012-09-13 |
实验9 PWM输出实验\HARDWARE\LED\led.h | 638 | 2012-09-13 |
实验9 PWM输出实验\HARDWARE\TIMER\timer.c | 4166 | 2015-03-20 |
实验9 PWM输出实验\HARDWARE\TIMER\timer.h | 617 | 2012-09-14 |
实验9 PWM输出实验\keilkilll.bat | 399 | 2011-04-23 |
实验9 PWM输出实验\OBJ\PWM.hex | 24928 | 2015-05-09 |
实验9 PWM输出实验\README.TXT | 1834 | 2015-03-23 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\misc.h | 8982 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_adc.h | 21690 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_bkp.h | 7555 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_can.h | 27559 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_cec.h | 6573 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_crc.h | 2162 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_dac.h | 15233 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_dbgmcu.h | 3818 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_dma.h | 20754 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_exti.h | 6824 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_flash.h | 25445 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_fsmc.h | 27016 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_gpio.h | 20175 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_i2c.h | 30029 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_iwdg.h | 3828 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_pwr.h | 4383 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_rcc.h | 30452 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_rtc.h | 3857 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_sdio.h | 21863 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_spi.h | 17725 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_tim.h | 52427 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_usart.h | 16548 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\inc\stm32f10x_wwdg.h | 2966 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\misc.c | 7046 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_adc.c | 47201 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_bkp.c | 8463 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_can.c | 45103 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_cec.c | 11656 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_crc.c | 3347 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_dac.c | 19087 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_dbgmcu.c | 5149 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_dma.c | 29607 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_exti.c | 6959 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_flash.c | 62551 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_fsmc.c | 35484 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_gpio.c | 23221 | 2012-09-14 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_i2c.c | 45781 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_iwdg.c | 4916 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_pwr.c | 8759 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_rcc.c | 51271 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_rtc.c | 8598 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_sdio.c | 28933 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_spi.c | 30224 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_tim.c | 109159 | 2012-09-14 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_usart.c | 38308 | 2011-03-10 |
实验9 PWM输出实验\STM32F10x_FWLib\src\stm32f10x_wwdg.c | 5735 | 2011-03-10 |
实验9 PWM输出实验\SYSTEM\delay\delay.c | 7930 | 2015-05-19 |
实验9 PWM输出实验\SYSTEM\delay\delay.h | 1991 | 2015-05-19 |
实验9 PWM输出实验\SYSTEM\sys\sys.c | 876 | 2015-03-12 |
实验9 PWM输出实验\SYSTEM\sys\sys.h | 2804 | 2015-03-23 |
实验9 PWM输出实验\SYSTEM\usart\usart.c | 5086 | 2015-03-23 |
实验9 PWM输出实验\SYSTEM\usart\usart.h | 1280 | 2012-09-13 |
实验9 PWM输出实验\USER\JLinkSettings.ini | 671 | 2015-03-12 |
实验9 PWM输出实验\USER\main.c | 1004 | 2015-03-24 |
实验9 PWM输出实验\USER\PWM.uvguix.Administrator | 69828 | 2015-08-13 |
实验9 PWM输出实验\USER\PWM.uvoptx | 13606 | 2015-08-13 |
实验9 PWM输出实验\USER\PWM.uvprojx | 18936 | 2015-04-23 |
实验9 PWM输出实验\USER\stm32f10x.h | 633941 | 2012-09-09 |
实验9 PWM输出实验\USER\stm32f10x_conf.h | 3236 | 2015-03-12 |
实验9 PWM输出实验\USER\stm32f10x_it.c | 2418 | 2011-11-13 |
实验9 PWM输出实验\USER\stm32f10x_it.h | 1983 | 2011-04-04 |
实验9 PWM输出实验\USER\system_stm32f10x.c | 36577 | 2011-04-04 |
实验9 PWM输出实验\USER\system_stm32f10x.h | 2085 | 2011-03-10 |
实验9 PWM输出实验\HARDWARE\KEY | 0 | 2015-05-28 |
实验9 PWM输出实验\HARDWARE\LED | 0 | 2015-05-28 |
实验9 PWM输出实验\HARDWARE\TIMER | 0 | 2015-05-28 |
实验9 PWM输出实验\STM32F10x_FWLib\inc | 0 | 2015-05-28 |
实验9 PWM输出实验\STM32F10x_FWLib\src | 0 | 2015-05-28 |
实验9 PWM输出实验\SYSTEM\delay | 0 | 2015-05-28 |
实验9 PWM输出实验\SYSTEM\sys | 0 | 2015-05-28 |
实验9 PWM输出实验\SYSTEM\usart | 0 | 2015-05-28 |
实验9 PWM输出实验\CORE | 0 | 2015-07-25 |
实验9 PWM输出实验\HARDWARE | 0 | 2015-05-28 |
实验9 PWM输出实验\OBJ | 0 | 2015-05-28 |
实验9 PWM输出实验\STM32F10x_FWLib | 0 | 2015-05-28 |
实验9 PWM输出实验\SYSTEM | 0 | 2015-05-28 |
实验9 PWM输出实验\USER | 0 | 2015-08-13 |
实验9 PWM输出实验 | 0 | 2015-05-28 |