Welcome![Sign In][Sign Up]
Location:
Search - 看门狗

Search list

[BooksCSDN技术中心 给应用程序加装“看门狗”

Description: 给应用程序加装“看门狗”.-application to install the "watchdog."
Platform: | Size: 7168 | Author: 与乁 | Hits:

[SCM参数可以随意调节的看门狗电路

Description: 基于51系列单片机的参数可以随意调节的看门狗电路-series MCU based on 51 parameters can be adjusted arbitrarily watchdog circuit
Platform: | Size: 23552 | Author: 李彬彬 | Hits:

[Software Engineering看门狗设计

Description: 一个汇编的看门狗设计,内容比较详细的介绍了看门狗软件的编写注意。并且有详细的例程。-a compilation of the watchdog design, content rather detailed account of a software watchdog prepared attention. And a detailed routines.
Platform: | Size: 230400 | Author: 邱作霖 | Hits:

[SCMAT89S51看门狗的技术应用

Description: AT89S51看门狗的技术应用 AT89S51看门狗的技术应用.txt-AT89S51 watchdog technology applications AT89S51 watchdog technical applications. Txt
Platform: | Size: 1024 | Author: ww | Hits:

[Embeded-SCM Develop06看门狗

Description: 看门狗程序,试用于新手!可以下载看看,不会后悔的!(Watchdog program, try novice! Can download to see, will not regret it!)
Platform: | Size: 32768 | Author: 帽子戏法 | Hits:

[SCM看门狗wdt

Description: NRF82532看门狗程序,能很好的保证单片机系统正常工作,性能十分可靠。(The NRF82532 watchdog program can ensure the normal operation of the single chip microcomputer system and its performance is very reliable.)
Platform: | Size: 582656 | Author: china_gzx88 | Hits:

[SCM 窗口看门狗实验

Description: 单片机看门狗实验,独立看门狗实验,内涵源码说明(Watchdog experiment with single chip microcomputer)
Platform: | Size: 313344 | Author: 天马独行 | Hits:

[Other73-看门狗溢出测试

Description: 73-看门狗溢出测试(73- watchdog overflow test)
Platform: | Size: 7168 | Author: 0iq62kks | Hits:

[Otherstm32 独立看门狗实验

Description: stm32独立看门狗,整个工程能用,实际调试(STM32 independent watchdog)
Platform: | Size: 290816 | Author: 孤一郎 | Hits:

[Otherstm32模块化2.0 时间触发按键 LCD 有看门狗

Description: stm32模块化2.0 ,时间触发按键 LCD 有看门狗(STM32 modular 2 time trigger button LCD watchdog)
Platform: | Size: 4636672 | Author: jiangyimfs | Hits:

[Other实验5 独立看门狗实验

Description: 看门狗资料,可以帮助向了解看门狗功能的学者有帮助,谢谢(Dog information can be helpful to scholars who know the function of the watchdog. Thank you)
Platform: | Size: 1360896 | Author: s神风残雪 | Hits:

[OtherWWDG—窗口看门狗

Description: STM32F103例程中WWDG窗口看门狗(STM routine WWDG window watchdog)
Platform: | Size: 312320 | Author: 朵喵 | Hits:

[Embeded-SCM Develop实验6 独立看门狗实验

Description: STM32的独立看门狗实验,亲测能用。内有详细的讲解文档,很好的学习资料。(The independent watchdog experiment of STM32 can be used as a parent. There is a detailed explanation of the document, a good learning materials.)
Platform: | Size: 55296 | Author: starrr | Hits:

[SCM实验7 窗口看门狗实验

Description: STM32的窗口看门狗程序,亲测可用。内有详细注释和说明文档,很好的参考资料。(STM32 window guard dog program, pro test available. There are detailed notes and documentation, good references.)
Platform: | Size: 53248 | Author: zhaoxin5003 | Hits:

[Other独立看门狗实验

Description: 基于stm32f103zet6芯片的独立看门狗试验程序(Independent watchdog test program based on stm32f103zet6 chip)
Platform: | Size: 2672640 | Author: chendd | Hits:

[SCMSTM32独立看门狗程序

Description: 本源码为基于STM32的独立看门狗工作原理实验,配置寄存器IWDG_KR ,设定预分频和计数器初值(This source code is based on STM32 independent watchdog working principle experiment, configuration register IWDG_KR, setting preset frequency and counter initial value.)
Platform: | Size: 1424384 | Author: 宋香香 | Hits:

[SCM内部看门狗实验

Description: 内部看门狗实验,适用于STC89C51单片机(The internal watchdog experiment is suitable for STC89C51 single chip microcomputer.)
Platform: | Size: 9216 | Author: 巴沙尔 | Hits:

[Embeded-SCM Develop独立看门狗实验

Description: STM32 的独立看门狗由内部专门的 40Khz 低速时钟驱动,即使主时钟发生故障,它也仍然有效。 看门狗的原理:单片机系统在外界的干扰下会出现程序跑飞的现象导致出现死循环,看门狗电路就是为了避免这种情况的发生。看门狗的作用就是在一定时间内(通过定时计数器实现)没有接收喂狗信号(表示 MCU 已经挂了),便实现处理器的自动复位重启(发送复位信号) 。(The STM32's independent watchdog is driven by an internal 40Khz low speed clock, and it is still valid even if the main clock fails.)
Platform: | Size: 2668544 | Author: Ari. | Hits:

[Other看门狗

Description: 在 CC2530 节点开发板上,让看门狗工作在定时器模式,分 别采用查询服务和中断服务两种工作方式,定时时间为 0.25s,时间到切换 LED 亮灭状态。(In the CC2530 node development board, let the watchdog work in the timer mode. Do not use query service and interrupt service two kinds of work mode, timing time is 0.25s, time to switch LED bright state.)
Platform: | Size: 43008 | Author: 柠檬柚子茶 | Hits:

[SCM看门狗_C语言

Description: 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.)
Platform: | Size: 18432 | Author: tiny-sf | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net