文件名称:(05)GPIO
- 所属分类:
- 微处理器(ARM/PowerPC等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-03-29
- 文件大小:
- 238kb
- 下载次数:
- 0次
- 提 供 者:
- 王*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
stm32f103工程模板,MDK5工程下可以使用,包括中断,KEY和LED控制等。-STM32F103 demo
(系统自动生成,下载前可以参看下载内容)
下载文件列表
(05)GPIO中断
............\(1)GPIO负边沿中断
............\.................\Output
............\.................\......\GD32F103_Demo.hex
............\.................\RVMDK
............\.................\.....\GD32F103_Demo.uvopt
............\.................\.....\GD32F103_Demo.uvproj
............\.................\.....\GD32F103_Demo_GD32F103.dep
............\.................\Startup
............\.................\.......\startup_stm32f10x_md.s
............\.................\.......\stm32f10x_conf.h
............\.................\.......\stm32f10x_it.c
............\.................\.......\stm32f10x_it.h
............\.................\.......\system_stm32f10x.c
............\.................\.......\system_stm32f10x.h
............\.................\User
............\.................\....\Led.c
............\.................\....\Led.h
............\.................\....\main.c
............\.................\目录说明.txt
............\(2)GPIO正边沿中断
............\.................\Output
............\.................\......\GD32F103_Demo.hex
............\.................\RVMDK
............\.................\.....\GD32F103_Demo.uvopt
............\.................\.....\GD32F103_Demo.uvproj
............\.................\.....\GD32F103_Demo_GD32F103.dep
............\.................\Startup
............\.................\.......\startup_stm32f10x_md.s
............\.................\.......\stm32f10x_conf.h
............\.................\.......\stm32f10x_it.c
............\.................\.......\stm32f10x_it.h
............\.................\.......\system_stm32f10x.c
............\.................\.......\system_stm32f10x.h
............\.................\User
............\.................\....\Led.c
............\.................\....\Led.h
............\.................\....\main.c
............\.................\目录说明.txt
............\(3)GPIO双边沿中断
............\.................\Output
............\.................\......\GD32F103_Demo.hex
............\.................\RVMDK
............\.................\.....\GD32F103_Demo.uvopt
............\.................\.....\GD32F103_Demo.uvproj
............\.................\.....\GD32F103_Demo_GD32F103.dep
............\.................\Startup
............\.................\.......\startup_stm32f10x_md.s
............\.................\.......\stm32f10x_conf.h
............\.................\.......\stm32f10x_it.c
............\.................\.......\stm32f10x_it.h
............\.................\.......\system_stm32f10x.c
............\.................\.......\system_stm32f10x.h
............\.................\User
............\.................\....\Led.c
............\.................\....\Led.h
............\.................\....\main.c
............\.................\目录说明.txt
............\wdx_GPIO驱动
............\............\wdx_GPIO.c
............\............\wdx_GPIO.h
............\............\说明:补上了GPIO中断功能.txt
............\学习笔记
............\........\EXTI映射表.pdf
............\........\《STM32F10x 参考手册》EXTI(外部中断与事件).pdf
............\........\说明.txt
............\辅助程序:产生1Hz方波
............\.....................\Output
............\.....................\......\GD32F103_Demo.hex
............\.....................\RVMDK
............\.....................\.....\GD32F103_Demo.uvopt
............\.....................\.....\GD32F103_Demo.uvproj
............\.....................\.....\GD32F103_Demo_GD32F103.dep
............\.....................\Startup
............\.....................\.......\startup_stm32f10x_md.s
............\.....................\.......\stm32f10x_conf.h
............\.....................\.......\stm32f10x_it.c
............\.....................\.......\stm32f10x_it.h
............\.....................\.......\system_stm32f10x.c
............\.....................\.......\system_stm32f10x.h
............\.....................\User
............\.....................\....\Delay.c
............\.....................\....\Delay.h
............\.....................\....\Led.c
............\.....