STM32_GPIO例程

时间:2012-03-10 08:54:02
【文件属性】:

文件名称:STM32_GPIO例程

文件大小:147KB

文件格式:RAR

更新时间:2012-03-10 08:54:02

STM32_GPIO例程

本示例程序主要测试GPIO的功能。 程序通过按键对应的引脚的电平是否被拉低来判断按键是否被按下,如果按键被按下,则相应的LED闪烁一次。 S2-> LD3 S3-> LD4 S4-> LD5 S5-> LD6


【文件预览】:
library
----inc()
--------stm32f10x_adc.h(16KB)
--------stm32f10x_tim.h(28KB)
--------stm32f10x_usart.h(12KB)
--------stm32f10x_bkp.h(3KB)
--------stm32f10x_pwr.h(4KB)
--------stm32f10x_map.h(20KB)
--------LCD.h(297B)
--------stm32f10x_wwdg.h(3KB)
--------stm32f10x_rtc.h(4KB)
--------stm32f10x_gpio.h(12KB)
--------stm32f10x_flash.h(10KB)
--------stm32f10x_dma.h(12KB)
--------cortexm3_macro.h(2KB)
--------stm32f10x_rcc.h(14KB)
--------stm32f10x_systick.h(3KB)
--------stm32f10x_iwdg.h(3KB)
--------MAX1270.h(224B)
--------stm32f10x_tim1.h(34KB)
--------stm32f10x_lib.h(3KB)
--------stm32f10x_exti.h(6KB)
--------stm32f10x_spi.h(9KB)
--------stm32f10x_nvic.h(16KB)
--------stm32f10x_i2c.h(15KB)
--------stm32f10x_can.h(12KB)
--------stm32f10x_type.h(3KB)
----src()
--------stm32f10x_adc.c(54KB)
--------stm32f10x_bkp.c(10KB)
--------stm32f10x_usart.c(33KB)
--------stm32f10x_pwr.c(11KB)
--------stm32f10x_flash.c(31KB)
--------stm32f10x_lib.c(7KB)
--------stm32f10x_nvic.c(28KB)
--------LCD.c(3KB)
--------stm32f10x_wwdg.c(8KB)
--------stm32f10x_gpio.c(21KB)
--------stm32f10x_rtc.c(13KB)
--------stm32f10x_spi.c(25KB)
--------stm32f10x_can.c(31KB)
--------stm32f10x_systick.c(7KB)
--------stm32f10x_iwdg.c(6KB)
--------stm32f10x_dma.c(23KB)
--------stm32f10x_tim.c(97KB)
--------stm32f10x_tim1.c(111KB)
--------stm32f10x_i2c.c(44KB)
--------stm32f10x_rcc.c(42KB)
--------MAX1270.c(3KB)
--------stm32f10x_exti.c(8KB)
GPIO
----stm32f10x_it.c(22KB)
----main.c(8KB)
----listing()
----GPIO_Opt.Bak(2KB)
----obj()
--------GPIO.sct(479B)
--------GPIO.tra(2KB)
--------GPIO.plg(731B)
----GPIO_Uv2.Bak(3KB)
----GPIO.Uv2(3KB)
----stm32f10x_conf.h(5KB)
----readme.txt(177B)
----stm32f10x_it.h(3KB)
----GPIO.Opt(2KB)
----cortexm3_macro.s(9KB)
----stm32f10x_vector.s(8KB)

网友评论

  • 刚学习STM32,就是要一个这样的简单程序参考学习,很好