文件名称:STM32-WWDGPLCD1602-Sec-counter
- 所属分类:
- 微处理器(ARM/PowerPC等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 992kb
- 下载次数:
- 0次
- 提 供 者:
- 杜**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
WWDG+LCD1602秒表实验;* WWDG + LCD1602 秒表实验
*两个按键中断方式控制,计时精确到10ms
*key1--Start/Stop---PA8(板子上User键) key2---Clear---PC13(板子上Tamper键)
*LCD1602接线:D0~D7--->PD[0..7] RS->PE0 RW->PE1 E->PE2(外部接上拉电阻到5V)
*by 追梦 2011-4-8
*change by:追梦 2011-4-9 LCD1602有效引脚全部接到PD口
**连接:LCD1602-----> STM32
** D0~D7 ------ PD[0..7]
** RS ------ PD13
** RW ------ PD14
** E ------ PD15-WWDG+ LCD1602 stopwatch test * WWDG+ LCD1602 stopwatch interrupt test* Two buttons control, timing accurate to 10ms* key1--Start/Stop---PA8 (User button on the board) key2--- Clear--- PC13 (Tamper key board)* LCD1602 Connection: D0 ~ D7---> PD [0 .. 7] RS-> PE0 RW-> PE1 E-> PE2 (external pull-up resistor to 5V)* by Dream 2011-4-8* change by: Dream 2011-4-9 LCD1602 effective all the received PD pin port** connecting: LCD1602-----> STM32** D0 ~ D7------ PD [0 .. 7]** RS------ PD13** RW------ PD14** E------ PD15
*两个按键中断方式控制,计时精确到10ms
*key1--Start/Stop---PA8(板子上User键) key2---Clear---PC13(板子上Tamper键)
*LCD1602接线:D0~D7--->PD[0..7] RS->PE0 RW->PE1 E->PE2(外部接上拉电阻到5V)
*by 追梦 2011-4-8
*change by:追梦 2011-4-9 LCD1602有效引脚全部接到PD口
**连接:LCD1602-----> STM32
** D0~D7 ------ PD[0..7]
** RS ------ PD13
** RW ------ PD14
** E ------ PD15-WWDG+ LCD1602 stopwatch test * WWDG+ LCD1602 stopwatch interrupt test* Two buttons control, timing accurate to 10ms* key1--Start/Stop---PA8 (User button on the board) key2--- Clear--- PC13 (Tamper key board)* LCD1602 Connection: D0 ~ D7---> PD [0 .. 7] RS-> PE0 RW-> PE1 E-> PE2 (external pull-up resistor to 5V)* by Dream 2011-4-8* change by: Dream 2011-4-9 LCD1602 effective all the received PD pin port** connecting: LCD1602-----> STM32** D0 ~ D7------ PD [0 .. 7]** RS------ PD13** RW------ PD14** E------ PD15
(系统自动生成,下载前可以参看下载内容)
下载文件列表
WWDG+LCD1602秒表实验\List\LCD1602.map
....................\....\startup_stm32f10x_hd.lst
....................\MDK_STM32\JLinkLog.txt
....................\.........\LCD1602.plg
....................\.........\LCD1602.uvopt
....................\.........\LCD1602.uvproj
....................\.........\LCD1602_Target 1.dep
....................\.........\LCD1602_uvopt.bak
....................\.........\LCD1602_uvproj.bak
....................\Obj\ExtDll.iex
....................\...\LCD1602.axf
....................\...\lcd1602.crf
....................\...\lcd1602.d
....................\...\LCD1602.htm
....................\...\LCD1602.lnp
....................\...\lcd1602.o
....................\...\LCD1602.plg
....................\...\LCD1602.sct
....................\...\LCD1602.tra
....................\...\main.crf
....................\...\main.d
....................\...\main.o
....................\...\misc.crf
....................\...\misc.d
....................\...\misc.o
....................\...\startup_stm32f10x_hd.o
....................\...\stm32f10x_exti.crf
....................\...\stm32f10x_exti.d
....................\...\stm32f10x_exti.o
....................\...\stm32f10x_gpio.crf
....................\...\stm32f10x_gpio.d
....................\...\stm32f10x_gpio.o
....................\...\stm32f10x_it.crf
....................\...\stm32f10x_it.d
....................\...\stm32f10x_it.o
....................\...\stm32f10x_rcc.crf
....................\...\stm32f10x_rcc.d
....................\...\stm32f10x_rcc.o
....................\...\stm32f10x_wwdg.crf
....................\...\stm32f10x_wwdg.d
....................\...\stm32f10x_wwdg.o
....................\...\system_stm32f10x.crf
....................\...\system_stm32f10x.d
....................\...\system_stm32f10x.o
....................\User\LCD1602.C
....................\....\LCD1602.h
....................\....\main.c
....................\....\misc.c
....................\....\startup_stm32f10x_hd.s
....................\....\stm32f10x_conf.h
....................\....\stm32f10x_exti.c
....................\....\stm32f10x_gpio.c
....................\....\stm32f10x_it.c
....................\....\stm32f10x_it.h
....................\....\stm32f10x_rcc.c
....................\....\stm32f10x_wwdg.c
....................\....\system_stm32f10x.c
....................\....\复件 LCD1602.C
....................\List
....................\MDK_STM32
....................\Obj
....................\User
WWDG+LCD1602秒表实验
....................\....\startup_stm32f10x_hd.lst
....................\MDK_STM32\JLinkLog.txt
....................\.........\LCD1602.plg
....................\.........\LCD1602.uvopt
....................\.........\LCD1602.uvproj
....................\.........\LCD1602_Target 1.dep
....................\.........\LCD1602_uvopt.bak
....................\.........\LCD1602_uvproj.bak
....................\Obj\ExtDll.iex
....................\...\LCD1602.axf
....................\...\lcd1602.crf
....................\...\lcd1602.d
....................\...\LCD1602.htm
....................\...\LCD1602.lnp
....................\...\lcd1602.o
....................\...\LCD1602.plg
....................\...\LCD1602.sct
....................\...\LCD1602.tra
....................\...\main.crf
....................\...\main.d
....................\...\main.o
....................\...\misc.crf
....................\...\misc.d
....................\...\misc.o
....................\...\startup_stm32f10x_hd.o
....................\...\stm32f10x_exti.crf
....................\...\stm32f10x_exti.d
....................\...\stm32f10x_exti.o
....................\...\stm32f10x_gpio.crf
....................\...\stm32f10x_gpio.d
....................\...\stm32f10x_gpio.o
....................\...\stm32f10x_it.crf
....................\...\stm32f10x_it.d
....................\...\stm32f10x_it.o
....................\...\stm32f10x_rcc.crf
....................\...\stm32f10x_rcc.d
....................\...\stm32f10x_rcc.o
....................\...\stm32f10x_wwdg.crf
....................\...\stm32f10x_wwdg.d
....................\...\stm32f10x_wwdg.o
....................\...\system_stm32f10x.crf
....................\...\system_stm32f10x.d
....................\...\system_stm32f10x.o
....................\User\LCD1602.C
....................\....\LCD1602.h
....................\....\main.c
....................\....\misc.c
....................\....\startup_stm32f10x_hd.s
....................\....\stm32f10x_conf.h
....................\....\stm32f10x_exti.c
....................\....\stm32f10x_gpio.c
....................\....\stm32f10x_it.c
....................\....\stm32f10x_it.h
....................\....\stm32f10x_rcc.c
....................\....\stm32f10x_wwdg.c
....................\....\system_stm32f10x.c
....................\....\复件 LCD1602.C
....................\List
....................\MDK_STM32
....................\Obj
....................\User
WWDG+LCD1602秒表实验