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

搜索资源列表

  1. CC2430-5

    0下载:
  2. CC2430 基础实验五 T2 的使用 1. 实验介绍 用定时器2 来改变小灯的状态,T2 每发生一次中断小灯改变状态一次。-CC2430 experimental basis for the use of T2 5 1. Experiment 2 introduced the use of timer to change the status of a small lamp, T2 interrupt for each occurrence of a change in the sta
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:36125
    • 提供者:swuyan
  1. CS18-2

    0下载:
  2. 定时中断。采用定时器T0,定时50ms,每次定时溢出引起中断,在中断程序中对计数器累加。每一秒LED亮0.2s,熄0.8s。 特色:低功耗。程序中技巧在于将1s分成cnt记20次,0.2秒占20 ,即中断的前4次都点亮,后16次都熄灭。-Interrupted from time to time. The use of timer T0, from time to time 50ms, each caused by overflow from time to time interrupted
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:669
    • 提供者:j_lang
  1. CC2430-5

    0下载:
  2. CC2430 基础实验五 T2 的使用 用定时器 2 来改变小灯的状态,T2 每发生一次中断小灯改变状态一次。-CC2430 experimental basis for the use of five T2 timer with 2 to change the status of a small lamp, T2 interrupt for each occurrence of a change in the status of a small lamp.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-05
    • 文件大小:26927
    • 提供者:
  1. 2

    0下载:
  2. 范围为0-9999的双向定时器,当我们要求系统为正定时器时,初始时间为00,即从00开始向上加计时,当加计时到设定值,正定时器停止工作,系统输出相应的控制信号,控制其他设备,当要求作为倒定时器使用时,初始时间为9999,即从9999开始向下减计时,当减到计时设定值时,倒定时器停止工作,系统输出相应的控制信号。-Two-way range of 0-9999 timer, when we ask the system timer is, the initial 00 hours, that is,
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1840
    • 提供者:jennycomeon
  1. 2

    0下载:
  2. 运用定时器中断功能,使一盏发光二极管亮灭的时间足够的准确,但实践起来有很大问题,请高人解答-The use of timer interrupt function, so that a bright light-emitting diodes to eliminate the time accurately enough, but in practice there is a great problem, an expert answer
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:1009
    • 提供者:Viola
  1. C8051F120timers2

    0下载:
  2. 使用计数器/定时器2 中断工作方式定时控制P0 口灯闪烁的频率。采用中断的方式等待 定时时间到达。-The use of counter/timer 2 interrupt control P0 work from time to time the frequency of blinking lights mouth. Means the use of interrupted time to wait from time to time.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:13932
    • 提供者:关飞
  1. 52scheduling

    0下载:
  2. 51一个简单的多任务调度功能程序 // 利用定时器2产生10mS的定时中断-51 A simple multi-task scheduling program// use Timer 2 interrupt generated timing 10mS
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:2379
    • 提供者:万欣
  1. Testcase3

    0下载:
  2. 基于51单片机的定时器的使用 实现C8051F1xx 单片机计数器/定时器2 查询方式的基本设置和应用-Based on the use of 51 Single-chip timer
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:13995
    • 提供者:wulai
  1. tc2

    0下载:
  2. at91rm9200定时器2驱动,基于linux2.6.13,可以动态加载,测试通过-at91rm9200 Timer 2 driven, based on linux2.6.13, can be dynamically loaded, test
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:2018
    • 提供者:莫华军
  1. TimerMat

    0下载:
  2. lpc2300arm7资料,利用C语言编写,可用于调试定时器2匹配输出-lpc2300arm7 information, the use of C language can be used for debugging output of Timer 2 match
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:28203
    • 提供者:mike young
  1. SourceCode02_Timer2

    0下载:
  2. 金一倍tms320f2812系列芯片开发板YCL-DSP2812的例程,定时器2应用例程.-Gold doubled tms320f2812 series chip development board YCL-DSP2812 routine, Timer 2 application routines.
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:133624
    • 提供者:贾衡天
  1. CC2430BasicExperiment

    0下载:
  2. cc2430内外围设备的基本应用程序,目录如下: CC2430-1 自动闪烁 CC2430-2 按键控制开关 CC2430-3 按键控制闪烁 CC2430-4 T1的使用 CC2430-5 T2的使用 CC2430-6 T3的使用 CC2430-7 T4的使用 CC2430-8 定时器中断 CC2430-9 外部中断 CC2430-10 片内温度 CC2430-11 1/3AVDD CC2430-12 AVDD
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:427479
    • 提供者:
  1. TIMER_RVMDK

    0下载:
  2. 本源码为STM32的定时器使用例程,主要测试定时器2的功能。开发环境realviewMDK 将定时器2设置为输出比较模式,4个通道分别设置不同的比较值,因此每个通道产生中断的频率不同。在中断处理程序中分别相应的LED翻转,从而可以观察到4个闪烁频率不同的LED。 闪烁频率由快到慢:LD5、LD6、LD4、LD3。-The source code for the STM32 timer routine use, the main test Timer 2 functions. Develo
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:151707
    • 提供者:huangshengqun
  1. EASYARM2103

    0下载:
  2. main.c---ADC程序 TIMER0 MAT_INT 定时器0匹配产生中断 TIMER1 MAT_OUTPUT 定时器1匹配输出翻转 TIMER1 PWM_OUTPUT 定时器1PWM输出 TIMER2 CAP_INT 定时器2捕获产生中断 UART0 Test:串口通信实验—查询方式 UART0 Interrupt Test:串口通信实验—中断方式-The Programme of EasyARM2103 ADC TIMER0 MAT_INT TIMER1
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:148067
    • 提供者:joe.chan
  1. dingshiqi-botelvfashengqi

    0下载:
  2. 定时器2做波特率发生器,用于单片机系统中将定时器用作波特率发生器的编程。-Timer 2 baud rate generator to do for the SCM system, the timer will be used as a baud rate generator programming.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:15293
    • 提供者:yu
  1. chashengboceju

    2下载:
  2. AT89S52单片机控制的超声波测距,主程序首先对系统环境初始化,设置定时器T0工作模式为16位的定时计数器模式,置位总中断允许位EA并给显示端口P0和P2清0。然后调用超声波发生子程序送出一个超声波脉冲,为避免超声波从发射器直接传送到接收器引起的直接波触发,需延迟0.1ms(这也就是测距器会有一个最小可测距离的原因)后,才打开外中断0接收返回的超声波信号。由于采用12MHz的晶振,机器周期为1us,当主程序检测到接收成功的标志位后,将计数器T0中的数(即超声波来回所用的时间)按下式计算即可测得
  3. 所属分类:SCM

    • 发布日期:2015-01-27
    • 文件大小:173647
    • 提供者:刘翔
  1. ElectronicTimingController

    2下载:
  2. 电子定时控制器MCU: AT892051 定时器T0、T1溢出周期为50MS,T0为秒计数用 S2为功能键、S3为方键 P1口为字符输出口,采用共阳显示管 P3.2~P3.5为位选,P1.7为报警发音,P3.7为被控继电器 -ElectronicTimingController
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2013-12-06
    • 文件大小:13762
    • 提供者:黄大小
  1. tt_timer2

    0下载:
  2. 一个关于AT89C52定时器2的实用程序,告诉你怎样实用特殊而又平凡的定时器2的寄存器-A timer on the AT89C52 2 utility, to tell you how special and ordinary practical timer register 2
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:8740
    • 提供者:zhenqi
  1. STC-TIMER2

    0下载:
  2. 众所周知的STC单片机,定时器2的详细介绍,以及具体用法-Well-known STC microcontroller, timer 2, a detailed descr iption and the specific use
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:60138
    • 提供者:wanglei
  1. CSB

    0下载:
  2. 用基于89C52的定时器2的外部捕获功能实现对距离的测量,改善了以往很多用定时器和外部中断所照成的资源浪费和程序系统所照成的中断冲突。-89C52 timer with 2 on the external capture the distance measurement to achieve improved a lot in the past by using the timer and external interrupt according to the waste of resource
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:15318
    • 提供者:武夷道人
« 1 2 3 4 56 7 8 9 10 ... 39 »
搜珍网 www.dssz.com