搜索资源列表
关于单片机软件狗的讨论
- 单片机看门狗的编程以及硬件实现,软件如何安放看门狗程序-watchdog microcontroller programming and hardware, software watchdog placed how procedures
看门狗的使用
- 89Sxx 系列单片机看门狗的启用,调试程序-89Sxx Series MCU watchdog the opening of a debugger
单片机做的时钟(注解详细,带串口通讯)
- (C语言)用AT89S52做的小时钟,并通过串口通讯发送时钟,带看门狗复位,可显示年月日时分秒,注解详细。
51单片机看门狗实例
- 51看门狗演示及键控喂狗实验等源码,包过C和汇编
C51_Watchdog_Examples
- 51单片机看门狗的例子程序,c语言和汇编的都有,已经通过调试,供初学者使用。-51 monolithic integrated circuit 鐪嬮棬鐙?example procedure, the c language and the assembly all has, already through the debugging, used for the beginner.
关于单片机软件狗的讨论
- 单片机看门狗的编程以及硬件实现,软件如何安放看门狗程序-watchdog microcontroller programming and hardware, software watchdog placed how procedures
参数可以随意调节的看门狗电路
- 基于51系列单片机的参数可以随意调节的看门狗电路-series MCU based on 51 parameters can be adjusted arbitrarily watchdog circuit
看门狗的使用
- 89Sxx 系列单片机看门狗的启用,调试程序-89Sxx Series MCU watchdog the opening of a debugger
wathdog
- 单片机看门狗程序,从而摆脱了硬件实现看门狗-SCM watchdog procedures, so out of the hardware watchdog
watchdog
- avr单片机看门狗的演示程序,可以通过清狗和不清狗看到看门狗的溢出效果。-Single-chip watchdog avr demo program can be confusing-ching dogs and dogs to see the spillover effects from a watchdog.
dog
- STC单片机看门狗的简单测试程序,功能很简单,就是开启看门狗后,不断的让单片机重启。-a samples test program for STC MCU.
kanmengou
- 单片机看门狗程序,C语言写的,感兴趣的可以-MCU watchdog process, C language written, interesting to see
KANMENGOU
- 本程序是实现51系列单片机看门狗设定的程序-The program is set to achieve 51 MCU watchdog
STCDOG
- STC单片机看门狗测试程序,简单实用,Keil C51-STC microcontroller watchdog test procedures, simple and practical.
看门狗wdt
- NRF82532看门狗程序,能很好的保证单片机系统正常工作,性能十分可靠。(The NRF82532 watchdog program can ensure the normal operation of the single chip microcomputer system and its performance is very reliable.)
窗口看门狗实验
- 单片机看门狗实验,独立看门狗实验,内涵源码说明(Watchdog experiment with single chip microcomputer)
内部看门狗实验
- 内部看门狗实验,适用于STC89C51单片机(The internal watchdog experiment is suitable for STC89C51 single chip microcomputer.)
独立看门狗实验
- STM32 的独立看门狗由内部专门的 40Khz 低速时钟驱动,即使主时钟发生故障,它也仍然有效。 看门狗的原理:单片机系统在外界的干扰下会出现程序跑飞的现象导致出现死循环,看门狗电路就是为了避免这种情况的发生。看门狗的作用就是在一定时间内(通过定时计数器实现)没有接收喂狗信号(表示 MCU 已经挂了),便实现处理器的自动复位重启(发送复位信号) 。(The STM32's independent watchdog is driv
看门狗_C语言
- C语言编程,实现看门狗复位测试功能。有助于初学者掌握单片机中断、复位等基础知识。(C language programming, to achieve watchdog reset test function. It is helpful for beginners to master basic knowledge such as interruption and reset of MCU.)
12.看门狗
- 看门狗定时器(WDT,Watch Dog Timer)是单片机的一个组成部分,它实际上是一个计数器,一般给看门狗一个数字,程序开始运行后看门狗开始计数。如果程序运行正常,过一段时间CPU应发出指令让看门狗置零,重新开始计数。如果看门狗增加到设定值就认为程序没有正常工作,强制整个系统复位。(Watch dog timer (WDT, watch dog timer) is a component of single chip microc