CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - timer interrupt

搜索资源列表

  1. F2812WD

    0下载:
  2. F2812的看门狗总结 这是我总结的F2812的看门狗功能使用! 看门狗,又叫 watchdog timer,是一个定时器电路, 一般有一个输入,叫喂狗,一个输出到MCU的RST端,MCU正常工作的时候,每隔一端时间输出一个信号到喂狗端,给 WDT 清零,如果超过规定的时间不喂狗,(一般在程序跑飞时),WDT 定时超过,就回给出一个复位信号到MCU,是MCU复位. 防止MCU死机. 看门狗的作用就是防止程序发生死循环,或者说程序跑飞。 工作原理:在系统运行以后也就启动了看门狗的计数器
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:945byte
    • 提供者:bonwenli
  1. 66KeyLock

    0下载:
  2. 此题目是通过键盘来实现密码输入是否正确,正确的时候数码管亮,否则发出报警声。 判断是按键还是干扰是非常有用的,它体现了一个系统的抗干扰能力。高低电平在瞬间的变换是很正常的,如果没有这条语句,系统很容易出错。 其中2秒是由定时器0来完成的。 在程序的定时器中断中,用switch代替了if else结构,使得程序的可读性大大增强。 TH0 = (65536-50000) / 256 TL0 = (65536-50000) 256 使得TH0 = 3CH, TL0 = B0H,
  3. 所属分类:Project Design

    • 发布日期:2017-04-28
    • 文件大小:54.14kb
    • 提供者:辛文乐
  1. interrupt

    0下载:
  2. 定时器中断实验,分别设定时钟时间值和闹钟时间值,通过串口可以显示当前实时时钟时间值,当到达闹钟设定的时间后,会触发闹钟中断-Timer interrupt experiments, respectively, set the alarm clock time value and time value, through the serial port can display the current real-time clock time value, when the arrival alarm
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4.82kb
    • 提供者:
  1. vectors

    0下载:
  2. 富士通定时器中断向量测试c语言程序,此程序可以帮助初学者学习中断-Fujitsu timer interrupt vector test c language program, this program can help beginners learn interrupted
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:1.58kb
    • 提供者:liuxy204
  1. clock-serial

    0下载:
  2. *硬件连接:PTA-HD44780data,PTC0-RS,PTC1-RW,PTC2-E * *程序描述: 1.以串行中断方式接收从PC机发送来的时钟启 * * 动信号56H和时间值 * * v11:11:11:11表示11:11:11 * * 2.以定时中断方式实现实现1秒的定时 * * 3.以串行接受中断方式接受从PC机发送来的时 * * 钟停止信号57H并向PC方发送当前的时钟数据 * *使用模块: 定时模块、串行通信模块及LCD模块 * -* Hardwa
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:3.67kb
    • 提供者:luke
  1. ydbshujucaiji

    0下载:
  2. 数据采集系统: (1)采用定时中断和软件控制的方法,实现每隔N秒(N可设置)实现对模拟量的采集。 (2)根据预先设置的数值和采集的模拟量决定控制输出。如假设控制中心值为2.0V,当输入值超过2.0±0.2(V)时,模拟控制步进电机转:正偏差时反转,负偏差时正转;当输入值超过2.0±0.5(V)时,进行上、下限报警。 (3)对采集的值应进行数字滤波,如可一次采集10个值,去掉最大值、最小值,然后取平均值。 (4)实现8路采集,不同路的中心值及上、下限等参数可灵活设置。 -Dat
  3. 所属分类:Project Design

    • 发布日期:2017-04-06
    • 文件大小:508.29kb
    • 提供者:杨冬波
  1. PWM

    0下载:
  2. 关于各种电机的PWM程序: 工程1,采用C语言完成的主要功能有 1:用定时器1中断让LED闪烁; 2:用定时器2的比较单元产生一路PWM; 3:用EVB模块产生6路PWM; 另外四个汇编程序依次分别是: SVPWM(软件法)程序, 交流异步矢量程序, 直流双极性双闭环可逆控制程序, 和采样SPWM程序。 -PWM motor on a variety of programs: Project 1, using C language to complet
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:80.02kb
    • 提供者:bullwell
  1. MCU-function

    0下载:
  2. 要了解一款MCU,首先需要知道就是其ROM空间、RAM空间、IO口数量、定时器数量和定时方式、所提供的外围功能模块(Peripheral Circuit)、中断源、工作电压及功耗等等。-For an MCU, you first need to know is its ROM space, RAM space, IO port number, quantity and timing timer mode, the external function modules provided by (Pe
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:8.09kb
    • 提供者:betty
  1. zsj1LED

    0下载:
  2. 修改S3C2410BIOS源程序,添加自己的定时器中断的程序-To modify S3C2410BIOS source code, add a timer interrupt program
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:194.08kb
    • 提供者:zhu
  1. MCU-interupt-timer

    0下载:
  2. 单片机开发,用中断定时器的时钟设计,这些程序都经过优化的-Microcontroller development interrupt timer clock design, these programs have been optimized.
  3. 所属分类:Software Testing

    • 发布日期:2017-11-12
    • 文件大小:862byte
    • 提供者:heycoin
  1. ALIENTEK-MINISTM32-dingshi

    0下载:
  2. 这是一个基于STM32控制的定时中断的例程,资料较详细-This is based STM32 control timer interrupt routine, more detailed information
  3. 所属分类:Software Testing

    • 发布日期:2017-11-28
    • 文件大小:1.59mb
    • 提供者:林峰
  1. TMS320C6000

    0下载:
  2. 本文介绍TMS320C6000系列中断设置的简明方法。通过示例定时器中断,MCBSP串口接收中断及外部中断这三种中断实现过程,介绍如何实现中断各个寄存器的配置,中断向量表书写以及中断服务函数。最后提供一个简要的示例程序可供大家下载使用。此示例在DSK6416的TI官方实验板上通过测试。由于定时器和串口工作模式较繁,因此对中断无关部分不做介绍。-This article describes the TMS320C6000 interrupt settings concise method.
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:1.83mb
    • 提供者:姜山
  1. PWM

    1下载:
  2. 51单片机 pwm定时器中断程序,利用定时器中断,发生PWM波形 可调占空比-The 51 microcontroller pwm timer interrupt, using the timer interrupt, adjustable duty cycle of the PWM waveform
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:6.21kb
    • 提供者:张萍萍
  1. DSP

    0下载:
  2. DSP综合设计实验——用定时器实现数字振荡器,本实验除了学习数字振荡器的 DSP 实现原理外,同时还学习 C54X定时器使用以及中断服务程序编写。另外,在本实验中我们将使用汇编语言和 C 语言分别完成源程序的编写。-DSP design experiments- digital timer oscillator, the experiment in addition to DSP realization of the principle of learning digital oscillato
  3. 所属分类:Project Design

    • 发布日期:2017-11-11
    • 文件大小:504.7kb
    • 提供者:史倩
  1. program

    0下载:
  2. 基于C54X的基本实验,包括基本运算、定时器中断、存储器实验等实验-Based on C54X basic test routines, including basic arithmetic, the timer interrupt, memory experiment and other
  3. 所属分类:Project Design

    • 发布日期:2017-05-29
    • 文件大小:10.96mb
    • 提供者:马岱
  1. Linux-SOC-and-driver-porting

    0下载:
  2. 本文主要对定时器、中断控制器、SOC各个组成部分进行架构上的剖析以及关键的实现部分的实例分析,以求完整归纳将Linux移植入新SoC的主要工作。-This article mainly discusses the timer, interrupt controller, SOC parts carries on the structure analysis and the realization of the key part of the case analysis, in order to
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:459.12kb
    • 提供者:嘟嘟
  1. ALIENTEK-MiniSTM32

    0下载:
  2. STM32外部定时器中断程序 ;本实验将实现如下功能:本实验将用开发板上载有的3个按钮(KEY_UP、KEY0、KEY1),来控制板上的2个LED(DS0和DS1),其中KEY0控制DS0,按一次亮,再按一次,就灭。KEY1控制DS1,效果同KEY0。KEY_UP则同时控制DS0和DS1,按一次,他们的状态就翻转一次。 -STM32 timer interrupt program
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:88.86kb
    • 提供者:李阳
  1. SinhVienIT.Net--IDMP6.21PBuildP11PFullP

    0下载:
  2. Here s the result. After few seconds of displaying the Powered by FreeRTOS message, the demo will now display the status of all tasks. If there s no error occurred, it will show PASS and the jitter in the processing of timer interrupt (timertest.c).
  3. 所属分类:software engineering

    • 发布日期:2017-05-24
    • 文件大小:7.6mb
    • 提供者:Vo Thanh Trieu
  1. TC_intrrpt

    0下载:
  2. timer interrupt in keil for AT91SAM7X
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:93.08kb
    • 提供者:zizi
  1. dingshizhongduan

    0下载:
  2. word 定时中断 思路清晰 结果完整 内部包含电路图和程序-word timer interrupt clear thinking results complete schematics and procedures contained within
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1.39mb
    • 提供者:mabingqian
« 12 »
搜珍网 www.dssz.com