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

搜索资源列表

  1. EM78P468N_PG007_WDT

    0下载:
  2. EM78P468N芯片看门狗功能驱动代码包。-The example code of EM78P468N WDT drvier.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-13
    • 文件大小:288103
    • 提供者:高胜寒
  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. 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. watchdog

    0下载:
  2. 关于avr单品机,基础部分下看门狗的应用程序-The application of the watchdog
  3. 所属分类:SCM

    • 发布日期:2017-11-25
    • 文件大小:591
    • 提供者:Aaron
  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. 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. c8051看门狗程序,在c8051学习中可以借鉴一下,方便理解看门狗在c8051中的作用。-C8051 watchdog program, in c8051 study can be drawn lessons from, convenient understand watchdog role in c8051.
  3. 所属分类:SCM

    • 发布日期:2016-01-22
    • 文件大小:3072
    • 提供者:代旋
  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. WatchDog

    2下载:
  2. 基于MSP430单片机的看门狗程序,程序跑飞后能自动复位功能的程序。-Run fly based on MSP430 MCU watchdog program, the program can automatically reset function procedures.
  3. 所属分类:Project Design

    • 发布日期:2014-05-16
    • 文件大小:36864
    • 提供者:王俊
  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. msp430g2xx3_wdt_02

    1下载:
  2. msp430看门狗中断实验,当设定时间到达时,指示灯会改变亮灭状态。-Descr iption: Toggle P1.0 using software timed by WDT ISR. Toggle rate is exactly 250ms based on 32kHz ACLK WDT clock source. In this example the WDT is configured to divide 32768 watch-crystal(2^15) by 2^13 with a
  3. 所属分类:SCM

    • 发布日期:2017-11-07
    • 文件大小:837
    • 提供者:Guoxin
  1. S3C2440-DOG

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

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

    0下载:
  2. ● C语言程序例程。该子目录包括以下子程序: ——AD程序实现模拟量到数字量的转换功能; ——CAN程序实现CAN总线通讯功能; ——keyboard_check程序实现键盘的扫描查询方式输入; ——keyboard_disturb程序实现PORTB的"电平变化中断"进行键盘的输入; ——led0-8程序实现在8个LED上依次显示1~8数字; ——PWM程序用于使CCP1模块产生分辨率为10位的PWM波形,占空比为50 ; ——RS-232程序通过RS-232接口来完
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-10
    • 文件大小:2292788
    • 提供者:王涛
  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. watchdog

    0下载:
  2. 基于ARM的看门狗程序设计,适用于刚接触ARM的人-ARM-based watchdog program design, suitable for new to ARM
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-15
    • 文件大小:12119
    • 提供者:耶律魔西
  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 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com