代码搜索结果
找到约 6,975 项符合
Watchdog 的代码
f_8_11_reset.c
#include "config.h"
#include "serial.c"
// tests power-on reset bits, watchdog timer, and persistent variables
char getch (void);
void putch (char c);
// return 8 bit char from Recieve port
ch
reset.c
#include "config.h"
#include "serial.c"
// tests power-on reset bits, watchdog timer, and persistent variables
char getch (void);
void putch (char c);
// return 8 bit char from Recieve port
ch
watchdog.m51
BL51 BANKED LINKER/LOCATER V5.03 01/04/2006 14:47:09 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE WDT.ob
gps-1280.src
[Files]
debug.c
debug.h
gps.c
gps.h
main.c
uart3.c
uart3.h
define.h
watchdog.c
watchdog.h
[Headers]
[Documents]
gps-1280.lk
debug.o gps.o main.o uart3.o watchdog.o
main.dp2
main.o: D:\iccv7avr\include\iom1280v.h D:\iccv7avr\include\macros.h E:\item\GPS-1280\uart3.h E:\item\GPS-1280\debug.h E:\item\GPS-1280\watchdog.h
watchdog.asm.txt
看门狗子程序:T0做WATCHDOG,定时约为16毫秒
初始化:
MOV TMOD,#01H
SETB ET0 ;润许T0中断
SETB PT0 ;设T0为高级中断
MOV TH0,#0E0H ;定时约16
SETB TR0 ;启动T0
SETB EA ;开中断
应用:
ORG 0000H
AJMP MAIN
OR
readme.txt
在PC 机的超级终端的主窗口中观察实验的结果如下:
boot success...
Embest Arm S3CEB2410 Evaluation Board!
WatchDog Timer Test Example
10 seconds:
1s 2s 3s 4s 5s 6s 7s 8s 9s 10s
watchdog
#!bin/picolisp lib.l
# 13oct06abu
# (c) Software Lab. Alexander Burger
# Use: bin/watchdog ..
(load "@lib/misc.l")
# *MailHost *MailPort *MailFrom *MailTo *Watch
(a
msp430x54x_wdt_06.c
//******************************************************************************
// msp430FG5438 Demo - WDT+ Failsafe Clock, 32kHz ACLK
//
// Description; Allow WDT+ in watchdog to timeout source