PWM_Output

所属分类:单片机开发
开发工具:C++ Builder
文件大小:4346KB
下载次数:3
上传日期:2016-08-09 14:31:31
上 传 者Answer哈哈11
说明:  两路stm32PWM输出,IO可随意配置成套文件,拿来以后改一下配置就可随意使用
(Two stm32pwm output, IO can be configured with complete sets of documents, used to change the configuration can be free to use the two stm32pwm outputs, IO can be configured with complete sets of documents, used to change the configuration can be used at random )

文件列表:
PWM_Output (0, 2016-07-25)
PWM_Output\Doc (0, 2016-07-25)
PWM_Output\keilkill.bat (399, 2014-07-04)
PWM_Output\Libraries (0, 2016-07-25)
PWM_Output\Libraries\CMSIS (0, 2016-07-25)
PWM_Output\Libraries\CMSIS\core_cm3.c (17273, 2014-07-04)
PWM_Output\Libraries\CMSIS\core_cm3.h (85714, 2014-07-04)
PWM_Output\Libraries\CMSIS\startup (0, 2016-07-25)
PWM_Output\Libraries\CMSIS\startup\startup_stm32f10x_cl.s (15766, 2014-07-04)
PWM_Output\Libraries\CMSIS\startup\startup_stm32f10x_hd.s (15503, 2014-07-04)
PWM_Output\Libraries\CMSIS\startup\startup_stm32f10x_hd_vl.s (15692, 2014-07-04)
PWM_Output\Libraries\CMSIS\startup\startup_stm32f10x_ld.s (12376, 2014-07-04)
PWM_Output\Libraries\CMSIS\startup\startup_stm32f10x_ld_vl.s (13656, 2014-07-04)
PWM_Output\Libraries\CMSIS\startup\startup_stm32f10x_md.s (12765, 2014-07-04)
PWM_Output\Libraries\CMSIS\startup\startup_stm32f10x_md_vl.s (14073, 2014-07-04)
PWM_Output\Libraries\CMSIS\startup\startup_stm32f10x_xl.s (15955, 2014-07-04)
PWM_Output\Libraries\CMSIS\stm32f10x.h (633941, 2014-07-04)
PWM_Output\Libraries\CMSIS\system_stm32f10x.c (36557, 2014-07-04)
PWM_Output\Libraries\CMSIS\system_stm32f10x.h (2085, 2014-07-04)
PWM_Output\Libraries\FWlib (0, 2016-07-25)
PWM_Output\Libraries\FWlib\inc (0, 2016-07-25)
PWM_Output\Libraries\FWlib\inc\misc.h (8982, 2014-07-04)
PWM_Output\Libraries\FWlib\inc\stm32f10x_adc.h (21690, 2014-07-04)
PWM_Output\Libraries\FWlib\inc\stm32f10x_bkp.h (7555, 2014-07-04)
PWM_Output\Libraries\FWlib\inc\stm32f10x_can.h (27559, 2014-07-04)
PWM_Output\Libraries\FWlib\inc\stm32f10x_cec.h (6573, 2014-07-04)
PWM_Output\Libraries\FWlib\inc\stm32f10x_crc.h (2162, 2014-07-04)
PWM_Output\Libraries\FWlib\inc\stm32f10x_dac.h (15233, 2014-07-04)
PWM_Output\Libraries\FWlib\inc\stm32f10x_dbgmcu.h (3818, 2014-07-04)
PWM_Output\Libraries\FWlib\inc\stm32f10x_dma.h (20754, 2014-07-04)
PWM_Output\Libraries\FWlib\inc\stm32f10x_exti.h (6824, 2014-07-04)
PWM_Output\Libraries\FWlib\inc\stm32f10x_flash.h (25445, 2014-07-04)
PWM_Output\Libraries\FWlib\inc\stm32f10x_fsmc.h (27016, 2014-07-04)
PWM_Output\Libraries\FWlib\inc\stm32f10x_gpio.h (20175, 2014-07-04)
PWM_Output\Libraries\FWlib\inc\stm32f10x_i2c.h (30029, 2014-07-04)
PWM_Output\Libraries\FWlib\inc\stm32f10x_iwdg.h (3828, 2014-07-04)
PWM_Output\Libraries\FWlib\inc\stm32f10x_pwr.h (4383, 2014-07-04)
PWM_Output\Libraries\FWlib\inc\stm32f10x_rcc.h (30452, 2014-07-04)
PWM_Output\Libraries\FWlib\inc\stm32f10x_rtc.h (3857, 2014-07-04)
... ...

GPIO寄存器描述 1、端口配置低寄存器(GPIOx_CRL)(x = A...E) 2、端口配置高寄存器(GPIOx_CRH)(x = A...E) 3、端口输入数据寄存器(GPIOx_IDR)(x = A...E) 这些位为只读并只能以字(16位)的形式读出。读出的值为对应I/O口的状态。 4、端口输出数据寄存器(GPIOx_ODR)(x = A...E) 只能以字(16bit)的形式操作,复位值全是0。写0即输出0,写1即输出1。 5、端口位设置/清除寄存器(GPIOx_BSRR)(x = A...E) 高16bit写1用于清0,低16bit写1用于置位,同时写1的话低16bi有效。 6、端口位清除寄存器(GPIOx_BRR)(x = A...E) 低16位写1用于置位。 7、端口配置锁定寄存器(GPIOx_LCKR)(x = A...E)

近期下载者

相关文件


收藏者