CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - watchdog

搜索资源列表

  1. WatchDog

    0下载:
  2. 单片机看门口应用的例子,用的是msp430单片机-SCM see examples of door applications msp430 microcontroller
  3. 所属分类:SCM

    • 发布日期:2017-11-29
    • 文件大小:33473
    • 提供者:杨明
  1. USER

    0下载:
  2. STM32开发板实验例程中独立看门狗实验USER文件夹程序文件-STM32 development board experiments routine the independent watchdog experimental USER folder program files
  3. 所属分类:SCM

    • 发布日期:2017-11-15
    • 文件大小:7821
    • 提供者:包令聪
  1. LX-2011-28PIN-WDT

    0下载:
  2. 该例子简单实现了PIC18F2550单片机中看门狗的使用功能。-The example simple implementation of the PIC18F2550 microcontroller watchdog the use function.
  3. 所属分类:SCM

    • 发布日期:2017-11-12
    • 文件大小:15345
    • 提供者:孔维航
  1. IWDG

    0下载:
  2. 本例程测试了独立看门狗的使用。 程序运行时,液晶屏上会显示: STM32F10x DEMO IWDG TEST 通过使用SysTick中断按照250ms周期性更新IWDG计数器,每次更新的时候L1闪烁一次。使用外部中断7来模拟一次软件失败,按K1将产生一次外部中断7, 因为外部中断7的优先级比EWI优先级高,所以将会导致SysTick中断没有响应,IWDG计数器没有被重载,将出现重置事件,发生重置之后如果按K5来重置程序,L3将被点亮. -This routine tes
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-13
    • 文件大小:22519
    • 提供者:黄坤
  1. AVR-MEGA128

    0下载:
  2. AVR MEG128单片机的附带程序,包括LED、SPI、EPROM、WATCHDOG等小程序,完全可以使用,适合初学者-The the microcontroller AVR MEG128 incidental proceedings, include LED, SPI, EPROM, WATCHDOG applet can use for beginners
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:920098
    • 提供者:James
  1. Wego

    0下载:
  2. 看门狗程序 安装说明 安装 1.把两个文件(wego.ini、wego.exe)拷贝到要安装的目录 2.正确配置好wego.ini文件 意义为: [Ports_Information] 下面是硬件狗的串口号,一定不要配置错误(如果错了,我不负责) CommPort=1 [Para_Information] 下面是喂狗周期,单位为秒 TokenInternal=10 3.在“COMMAND”(即
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:17506
    • 提供者:dinny
  1. NTService

    0下载:
  2. 一个很好的看门狗程序,监控软件进程,实时确保软件正常运行。-A good watchdog program, monitoring software processes, real-time to ensure the normal operation of the software.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-13
    • 文件大小:1974272
    • 提供者:faqu
  1. watchdog

    0下载:
  2. #include <reg52.h> //52系列单片机头文件 #define uchar unsigned char #define uint unsigned int sfr WDT_CONTR=0xe1 sbit led1=P0^0 sbit leds=P1^4 //led使能 void delayms(uint xms) { uint i,j for(i=xms i>0 i-
  3. 所属分类:SCM

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:秦凯
  1. dog

    0下载:
  2. 看门狗程序,自动检查指定进程是否存在,如果不存在就自动运行该程序,程序运行过程中同时定期检查硬盘空间。-Watchdog program automatically checks whether the specified process exists, if there is no will automatically run the program, the program is running at the same time check the hard disk space on a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-22
    • 文件大小:34254
    • 提供者:popdog
  1. 01_wdt

    0下载:
  2. 经典看门狗驱动源码,对初学驱动者帮助很大,一个很值得下载的项目源码-Classic watchdog driver source code of a novice driver very helpful, a very worthy download the project source
  3. 所属分类:Driver develop

    • 发布日期:2017-12-07
    • 文件大小:104319
    • 提供者:于宾
  1. watchdog

    0下载:
  2. This LM3S9B92 Sample Code data-This is LM3S9B92 Sample Code data
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-02
    • 文件大小:374583
    • 提供者:xfc
  1. Armplat_WTdog

    0下载:
  2. ARM Linux gec2440开发板看门狗报警中断-The ARM Linux gec2440 development board watchdog alarm interrupt
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-30
    • 文件大小:24085
    • 提供者:董守义
  1. arm7_6500_keil_print_wdg

    0下载:
  2. ARM7环境下watchdog模块测试程序,自带print功能-ARM7 environment watchdog module test procedures, its own print function
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-23
    • 文件大小:400105
    • 提供者:孙文
  1. 4.WWDG-2

    0下载:
  2. stm32简易看门狗程序 函数库是2.0版本的 适合新手学习-The stm32 simple watchdog program library is a 2.0 version is suitable for novice learning
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-12-08
    • 文件大小:447410
    • 提供者:hjfhjfhjf
  1. S3C2440-DOG

    0下载:
  2. s3c2440 看门狗的设置及备注 来源于赵春江老师-s3c2440 watchdog settings and Remarks from Zhao Chunjiang teacher
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-06
    • 文件大小:7110
    • 提供者:方兆彬
  1. sp706

    1下载:
  2. 硬件看门狗程序,用在ATMEGA128上,包括芯片内部看门狗,和外部硬件看门都sp706-dware watchdog program, used in ATMEGA128, including the chip internal watchdog, and external hardware janitor sp706
  3. 所属分类:SCM

    • 发布日期:2017-11-27
    • 文件大小:849
    • 提供者:刘思绪
  1. x25045subroutine-sets

    0下载:
  2. 看门狗电压监控和eeprom三合一芯片x25045应用C51子程序集-Watchdog voltage monitoring x25045, and eeprom triple chip application C51 subroutine set
  3. 所属分类:SCM

    • 发布日期:2017-12-06
    • 文件大小:3655
    • 提供者:wangliujun
  1. singl-TESTPO

    0下载:
  2. 这是一个基于研华板卡PCL1800的,用于数据采集的小程序(含看门狗)-This is based on Advantech boards PCL1800 for data acquisition program (including watchdog)
  3. 所属分类:assembly language

    • 发布日期:2017-12-03
    • 文件大小:1604
    • 提供者:刘春国
  1. SCM-software-anti-jamming

    0下载:
  2. 简介软件陷阱、指令冗余、软件WATCHDOG等抗干扰技术,系统受干扰时能及时发现并复位-The Profile software trap instruction redundancy, software WATCHDOG anti-jamming technology, the system disturbed to discover and reset
  3. 所属分类:SCM

    • 发布日期:2017-11-15
    • 文件大小:5502
    • 提供者:wangliujun
  1. 51dog

    0下载:
  2. 51内核单片机看门狗测试程序,点亮LED,测试单片机89C52-51 core microcontroller watchdog test procedures lit LED test 89C52 microcontroller
  3. 所属分类:SCM

    • 发布日期:2017-11-30
    • 文件大小:14553
    • 提供者:chenmengyang
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com