CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - 看门狗定时器

搜索资源列表

  1. softdog0703

    0下载:
  2. 利用定时器,产生软件看门狗,ob0用到的数据,如A/D采集的数据,一共5组,每组3个,其中一个有效,其余2个备用。-use timer, produce software watchdog, ob0 to use the data, such as A / D data acquisition. A total of five teams, each comprising three, one of the effective, and the remaining two standby.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1.27kb
    • 提供者:天峰
  1. 2410_WDT

    0下载:
  2. 优龙FS2410板的看门狗定时器源码,可以实现定时复位,开发平台为ADS1.2。
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:137.65kb
    • 提供者:刘贵华
  1. 延长watchdog的方法

    0下载:
  2. 你可曾经为硬件看门狗的复位时间太短,而苦恼过,这个方法帮你解决问题. 用定时器喂狗,如果超过一定时间(程序跑飞,或整个中断都关闭,都会导致定时器不喂狗,导致看门狗的复位,从而延长了看门狗的复位时间)不喂就复位. 程序中我以lcpRD2为例.-you may have to reset the hardware watchdog short time and anguish that this approach help you solve the problem. DOG with timers
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:984byte
    • 提供者:潘绍明
  1. NECsamples

    0下载:
  2. NEC8位单片机源程序,包含了AD转换,中断,看门狗定时器,低电平检测四种范例,分别使用C语言及汇编语言编写-failed to translate
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:61.28kb
    • 提供者:李华清
  1. F12x_Watchdog

    1下载:
  2. c8051f120单片机初始化和复位看门狗定时器并检查看门狗定时器重置例程,内带说明 -c8051f120 MCU initialization and reset the watchdog timer and check the watchdog timer reset routine, with a note inside
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:2.99kb
    • 提供者:晓晓
  1. S3C44B0Xtest

    0下载:
  2. 本代码文件是S3C44B0X板的测试程序,包括汇编初始化文件和C语言测试代码。 汇编代码主要完成系统初始化,包括: 禁止看门狗; 禁止所有中断; 初始化存储器(包括SDRAM); 设定锁相环倍频; 使能所有单元模块时钟; 初始化堆栈; 设置中断等等 C语言代码主要是应用代码,包括: 设置使用指令缓存; 修改系统主时钟为32MHz; IO端口功能、方向设定; 初始化中断; 初始化DMF50081液晶模块; 蜂鸣器测试; 液
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:91.43kb
    • 提供者:瑛小
  1. watchdog

    0下载:
  2. 利用C++语言实现的,在IAR软件仿真的环境下运行的,控制看门狗定时器的运行-Using C++ language, in the IAR software simulation environment to run and control the operation of the watchdog timer
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:1.9kb
    • 提供者:孙鹏程
  1. ourdev_604905WEMN8G

    0下载:
  2. 好多例子: 睡眠定时器的使用; 定时唤醒; 看门狗模式; 喂狗;-Many examples: the sleep timer regular wake-up watchdog mode feed the dog
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-27
    • 文件大小:454.65kb
    • 提供者:mawf
  1. rgraa

    0下载:
  2. 基于MSP430F149的看门狗定时器的使用 用流水灯-MSP430F149-based watchdog timer with the use of light water
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-04
    • 文件大小:18.08kb
    • 提供者:张华兵
  1. MSP430wdt

    1下载:
  2. MSP430单片机WDT看门狗定时器-MSP430教程10-MSP430单片机WDT,看门狗定时器,MSP430入门-MSP430 MCU WDT Watchdog Timer-MSP430 Tutorial 10-MSP430 MCU WDT watchdog timer, the MSP430 entry
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:126.65kb
    • 提供者:chenna
  1. watchdog

    0下载:
  2. 定时模式:将WDT设置为定时模式产生定时中断,控制P1.0的输出,使LED周期亮灭。 看门狗模式:将WDT设置成看门狗模式,此时,当看门狗定时器溢出时,将会产生复位。 -Timing mode: WDT setting the timing mode timer interrupt, control the P1.0 output, the LED cycle light off. Watchdog mode: WDT set watchdog mode, at this time, w
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-12
    • 文件大小:58.22kb
    • 提供者:王丹妮
  1. CC2530-MCU-based-experiments

    0下载:
  2. CC2530单片机基础实验包含输出输入,定时器,串口通信,看门狗等22个实验代码-CC2530 MCU-based experiment contains the output inputs, timers, serial communication, such as 22 experimental code watchdog
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:605.56kb
    • 提供者:GZW
  1. MSP430F5438_example

    0下载:
  2. MSP430F5430例程,包括AD采集模块、时钟模块、乘法器、定时器、串口、看门狗等模块底层驱动源码 -MSP430F5430 routines, including driver source code of AD collection module, clock module, multiplier, timer, serial port, and watchdog module etc.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-25
    • 文件大小:278.13kb
    • 提供者:a
  1. Ch26-Watchdog-and-sleep-mode

    0下载:
  2. 学习嵌入式或单片机好资料:看门狗定时器和睡眠模式。-learning MCU good material:watchdog timer and sleep mode.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-24
    • 文件大小:173.09kb
    • 提供者:zhougt
  1. X5045

    0下载:
  2. X5045芯片程序,读EEPROM和写EEPROM,另有看门狗定时器和写保护-X5045 chip program, EEPROM read and write EEPROM, another watchdog timer and write protection
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-28
    • 文件大小:33.08kb
    • 提供者:Tian
  1. C

    0下载:
  2. 输出电路的设计,包括驱动继电器,驱动蜂鸣器霹雳灯,七段LED数码管,BCD拨码开关,多个按钮开关,程序5是跑马灯,4*4键盘与七段LED数码管,程序6是各种中断程序7中涉及闪烁灯的中断和查询方式,频率发生器,频率计和看门狗定时器,程序8涉及点对点互传,多处理器通信,程序9涉及简易电子琴,快乐点唱机,生日快乐歌等,程序10涉及用延迟子程序产生驱动信号,用定时器产生驱动信号。程序11涉及ADC温控实验,程序12涉及LED点阵的程序程序13涉及LCD文字显示和自定义字符图案-Design output
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-30
    • 文件大小:91.26kb
    • 提供者:杨佩佩
  1. 标准例程-库函数版本

    0下载:
  2. stm32 ku库函数 独立看门狗实验 窗口看门狗实验代码 外部中断 定时器中断(STM32 Ku library function independent watchdog experimental window watchdog experimental code)
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2018-01-02
    • 文件大小:1.06mb
    • 提供者:杨旭11
  1. 05 独立看门狗定时器

    0下载:
  2. stm32f103xx中独立看门狗的配置和使用(Configuration and use of independent watchdog in stm32f103xx)
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2018-04-22
    • 文件大小:1.87mb
    • 提供者:yh123
搜珍网 www.dssz.com