搜索资源列表
WDT_overflow_int
- ARM732位嵌入式系统,看门狗溢出产生中断的代码
watchdog
- avr单片机看门狗的演示程序,可以通过清狗和不清狗看到看门狗的溢出效果。
WDT_overflow_reset
- arm嵌入式系统lpc22**看门狗溢出复位源代码
WDT_overflow_int
- arm嵌入式系统lpc22**看门狗溢出产生中断源代码
WDT_overflow_int
- ARM732位嵌入式系统,看门狗溢出产生中断的代码-ARM732-bit embedded systems, watchdog overflow interrupt generated code
watchdog
- avr单片机看门狗的演示程序,可以通过清狗和不清狗看到看门狗的溢出效果。-Single-chip watchdog avr demo program can be confusing-ching dogs and dogs to see the spillover effects from a watchdog.
WDT_overflow_reset
- arm嵌入式系统lpc22**看门狗溢出复位源代码-arm embedded system lpc22 ** reset the watchdog overflow source code
WDT_overflow_int
- arm嵌入式系统lpc22**看门狗溢出产生中断源代码-arm embedded system lpc22** watchdog overflow interrupt generated source code
STC12C5410ADmonolithicwatchdog
- 本程序验证 STC12C5410AD 单片机的看门狗及其溢出时间计算公式-This procedure confirms the STC12C5410AD monolithic integrated circuit s watch-dog and the overflow count-down formula
watchdog
- 在系统运行以后也就启动了看门狗的计数器,看门狗就开始自动计数,如果到了一定的时间还不去清看门狗,那么看门狗计数器就会溢出从而引起看门狗中断,造成系统复位。所以在使用有看门狗的芯片时要注意清看门狗。-Watchdog implication
Delay
- ◆最大延时9.999s; ◆汇编语言源代码输出; ◆延时精度取决于时钟晶振; ◆计算值基于理想晶振; ◆占用3个堆栈资源; ◆中断可能导致延时加长; ◆注意导致看门狗溢出;-◆ maximum delay is 9.999s ◆ assembly language source code output ◆ calculated based on the ideal crystal ◆ occupy thr
wdt_demo
- 看门狗分硬件看门狗和软件看门狗。硬件看门狗是利用一个定时器电路,其定时输出连接到电路的复位端,程序在一定时间范围内对定时器清零(俗称“喂狗”),因此程序正常工作时,定时器总不能溢出,也就不能产生复位信号。如果程序出现故障,不在定时周期内复位看门狗,就使得看门狗定时器溢出产生复位信号并重启系统。-Watchdog Watchdog hardware and software watchdog points. Is to use a har
C8051F040TTWatchdog
- /看门狗定时器(WDT)是在每一个硬件定时器复位这使 / /将一个可编程的后超时间隔。当WDT超时,它 / /将强制器件复位。为了防止复位,WDT必须重新启动 / /由应用软件之前,溢出。如果系统遇到 / /软件或硬件故障无法重启软件 -// The Watchdog Timer (WDT) is a hardware timer enabled on every reset that // will time
F2812WD
- F2812的看门狗总结 这是我总结的F2812的看门狗功能使用! 看门狗,又叫 watchdog timer,是一个定时器电路, 一般有一个输入,叫喂狗,一个输出到MCU的RST端,MCU正常工作的时候,每隔一端时间输出一个信号到喂狗端,给 WDT 清零,如果超过规定的时间不喂狗,(一般在程序跑飞时),WDT 定时超过,就回给出一个复位信号到MCU,是MCU复位. 防止MCU死机. 看门狗的作用就是防止程序发生死循环,或者说程序
LPC2138_watdog
- LPC2138看门狗源码,包括了看门狗溢出复位,看门狗中断,喂狗中断-LPC_2138 watch dog Program.
EFM32G230F128_WDOG
- 本工程源码实现EFM32G230F128微控制器片上看门狗驱动,通过打开看门狗,等看门狗溢出产生看门狗复位,实现系统复位效果。开发环境是基于MDK4.22。-This project source code to achieve the watchdog driver EFM32G230F128 micro-controller chip, a watchdog reset by watchdog overflow open watch
WDT
- 看门狗应用.本程序系统启动时,LED1点亮,正常运行时,LED1熄灭,LED2开始闪烁程序设置看门狗溢出时间为:1.9s,定时器必须在此时间内复位看门狗(喂狗),否则会引起系统复位,LED1再次点亮后熄灭,LED2重新开始持续闪烁.-Watchdog application of this procedure when the system starts, LED1 lights up during normal operation,
watchdog-overflow-test
- STC89c51单片看门狗溢出测试,也适用于STC其他系列单片机,不过有可能需要稍作修改-STC89c51 single watchdog overflow test, but also for other STC series microcontroller, but there may need to make some modifications
Watchdog
- 使用于51单片机,C语言编写,通过按键模拟看门狗溢出的实验。-Used in 51 single chip microcomputer, C language, through the experiment of key analog watchdog overflow.
73-看门狗溢出测试
- 73-看门狗溢出测试(73- watchdog overflow test)