文件名称:sy6
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-07-08
- 文件大小:
- 59kb
- 下载次数:
- 0次
- 提 供 者:
- c**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本实验将实现如下功能:如果看门狗没有复位,DS0将常亮,如果WK_UP按键按下,就喂狗,只要WK_UP不停的按,看门狗就一直不会产生复位,保持DS0的常亮,一旦超过看门狗定溢出时间(Tout)还没按,那么将会导致程序重启,这将导致DS0熄灭一次。
-The experiment will achieve the following functions: If the watchdog is not reset, DS0 will be lit, if WK_UP button is pressed, you feed the dog, just keep hitting WK_UP watchdog will generate a reset has been to maintain a constant DS0 bright, once more than Watchdog overflow time (Tout) not press, it will cause the program to restart, which will lead DS0 extinguished once.
-The experiment will achieve the following functions: If the watchdog is not reset, DS0 will be lit, if WK_UP button is pressed, you feed the dog, just keep hitting WK_UP watchdog will generate a reset has been to maintain a constant DS0 bright, once more than Watchdog overflow time (Tout) not press, it will cause the program to restart, which will lead DS0 extinguished once.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验6 独立看门狗实验
....................\HARDWARE
....................\........\BEEP
....................\........\....\beep.c
....................\........\....\beep.h
....................\........\EXTI
....................\........\....\exti.c
....................\........\....\exti.h
....................\........\KEY
....................\........\...\key.c
....................\........\...\key.h
....................\........\LED
....................\........\...\led.c
....................\........\...\led.h
....................\........\WDG
....................\........\...\wdg.c
....................\........\...\wdg.h
....................\keilkill.bat
....................\OBJ
....................\...\test.hex
....................\README.TXT
....................\SYSTEM
....................\......\delay
....................\......\.....\delay.c
....................\......\.....\delay.h
....................\......\sys
....................\......\...\cortexm3_macro.h
....................\......\...\stm32f10x_conf.h
....................\......\...\stm32f10x_it.h
....................\......\...\stm32f10x_map.h
....................\......\...\stm32f10x_nvic.h
....................\......\...\stm32f10x_type.h
....................\......\...\sys.c
....................\......\...\sys.h
....................\......\usart
....................\......\.....\usart.c
....................\......\.....\usart.h
....................\USER
....................\....\JLinkSettings.ini
....................\....\startup_stm32f10x_hd.s
....................\....\test.c
....................\....\test.Opt
....................\....\test.Uv2
....................\....\test.uvgui.Administrator
....................\....\test.uvopt
....................\....\test.uvproj