代码搜索结果
找到约 6,975 项符合
Watchdog 的代码
watchdog_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 /
watchdog.lst
A51 MACRO ASSEMBLER WATCHDOG 06/08/2004 14:05:43 PAGE 1
MACRO ASSEMBLER A51 V7.09
OBJECT MODULE PLACED IN Watchdog.OBJ
ASSEMBLER
watchdog.a51
$INCLUDE (reg_c51.INC)
org 000h
ljmp begin
;/**
; * FUNCTION_PURPOSE:this function setup Watchdog.
; * FUNCTION_INPUTS:void
; * FUNCTION_OUTPUTS:void
; */
org 0100h
begin:
;Selected
watchdog.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
watchdog.plg
礦ision2 Build Log
Project:
L:\users\trainees_2004\Erwann\Watchdog\a51\Watchdog.uv2
Project File Date: 06/08/2004
Output:
Build target 'Target
watchdog.m51
BL51 BANKED LINKER/LOCATER V5.03 06/08/2004 13:56:50 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE Watchd
watchdog.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
watchdog.c
/**
* @file $RCSfile: TWI.c,v $
*
* Copyright (c) 2004 Atmel.
*
* Please read file license.txt for copyright notice.
*
* @brief This file is an example to use Watchdog.
*
* This file
simulator.ini
// Disable Watchdog with pin PE_SWD
PE_SWD = 0
// perform CPU reset: uses value at PE_SWD
reset
// Include RTX-51 debug functions
include DBG_RTX.inc
// execute program til main
g, main
simulator.ini
// Disable Watchdog with pin PE_SWD
PE_SWD = 0
// perform CPU reset: uses value at PE_SWD
reset
// Include RTX-51 debug functions
include DBG_RTX.inc
// execute program til main
g, main