搜索资源列表
-
0下载:
The sample software includes, common library, peripheral APIs, and test modules
for the APIs. The common library include startup file, standard definition and
header files, processor specific setup module, generic interrupt related APIs,
timer
-
-
0下载:
This firmware translates a PS/2 mouse to a USB mouse. The translator
firmware is entirely interrupt driven (with the exception of sending the
data via USB to the host.) An interrupt is generated when the PS/2 start
bit is received, at which tim
-
-
0下载:
51单片机入门必备,定时器的使用例程,帮助新手更快上手。快速了解定时器及中断的使用方法。-51 single-chip entry required, routine use of timers to help the novice get started quickly. Interrupt timer and quick to use.
-
-
0下载:
CC2430基础实验例程---定时器中断使用
入门级教程-CC2430 basic experiments using the timer interrupt routine--- entry-level tutorial
-
-
0下载:
新型计数器实验(定时中断扫描),单片机例程。-New counter experiment (timer interrupt scan), microcontroller routine.
-
-
0下载:
AVR单片机定时器2的异步操作功能用作实时时钟的效果。同时讲解了BASCOM-AVR中关于时钟硬件配置方面的语句。在BASCOM的概念里主要分为SOFT和USER两大类时钟产生的方法。利用芯片定时器的异步功能称为软时钟,利用专用时钟芯片则要用户自己编写相应的处理程序,所以称USER。但不管采用哪种方式,相关的中断服务程序或是函数都要支持DATE$和TIME$以及_sec , _min , _hour, _day , _month , _year等系统内部变量。程序的其他部分可以直接存取这些变量,
-
-
0下载:
利用单片机定时器完成计时功能,定时器0计时中断程序每隔0.01s中断一次并当作一个计数,设定定时1秒的中断计数初值为100,每中断一次中断计数初值减1,当减到0时,则表示1s到了,秒变量加1,同理再判断是否1min钟到了,再判断是否1h到了-Completion time using MCU timer functions, Timer 0 interrupt timer interrupt routine once every 0.01s, and as a counter, set the
-
-
0下载:
选用8253的计数器2进行100ms的定时,其输出 OUT2与8259的IRQ7相连,当定时到100 ms时产生一个中断信号,在中断服务程序中进行时、分、秒的计数,并送入相应的存储单元;8255的A口接七段数码管的位选信号,B口接数码管的段选信号,时、分的数值通过对8255的编程可送到七段数码管上显示。-2 for selection of 8253' s counter 100ms timing, the output OUT2 and 8259 IRQ7 linked to 100 m
-
-
0下载:
R8C1A 1B的定时器X初始化子程序以及中断函数。-R8C1A 1B X initialization routine and the timer interrupt function.
-
-
0下载:
矩阵式键盘按键值的数码管显示实验,定时器0的中断服务子程序,进行键盘扫描,判断键位-Keyboard key value matrix LED display experiment, the timer 0 interrupt service routine, the keyboard scan to determine the keys
-
-
0下载:
模拟警车发声。定时器中断服务子程序,装入初值,由于frq不断变化,所输出频率也不断变化,进而
输出类似警车的声响。-Analog sound police car. Timer interrupt service routine, into the initial value, because frq changing the output frequency is also changing, and thus the output sound like police cars.
-
-
0下载:
rensas R8C2K/L的中断服务程序(timer A,timer D,ADC...)-rensas R8C2K/L of the interrupt service routine (timer A, timer D, ADC ...)
-
-
0下载:
AVR单片机定时器1用法例程,及中断,通过测试成功 定时1s程序-AVR microcontroller timer 1 routine usage, and interrupt, timer 1s successfully passed the test procedures
-
-
0下载:
430所有基础例程程序库文件,msp430单片机内部程序源资料,可移植性强,C语言编写,包括中断嵌套程序,异步串行通信程序(空闲模式多机通信)基本定时器程序,行列式键盘,程序捕获脉冲信号周期程序,PWM输出程序,PWM输出程序,ADC12单通道和序列通道多次转换程序,FLASH擦写程序,LCD模块程序,比较器A电阻值测量程序,基本定时器程序,FLL+锁频环程序-430 all basic routines program libraries, msp430 microcontroller int
-
-
0下载:
msp430的例程--包含中断,定时器,ADC,FLash,看门狗,DMA应用。-the msp430 the routine- contains interrupt, timer, ADC FLash on Watchdog, DMA application.
-
-
0下载:
基于Atmega16单片机的机器人行走、抓球、辨色演示程序。-Atmega16 microcontroller-based robot walking, ball-collection and color vision demo program. Including a timer interrupt service routine based schedulor, services for controlling line-track sensors, color sensing and a
-
-
1下载:
该例使用systick定时器作为系统滴答定时器, 每隔1ms执行依次systick定时中断服务程序。
此后所有的例程都会和这个滴答定时器相关。
本例程可以用来检测按键和摇杆以及LED指示灯、串口1的硬件功能是否正常。
-This example uses systick timer as a system tick timer, 1ms sequentially d every systick timer interrupt service routine. Sinc
-
-
0下载:
本程序为中断程序,包括外部中断,定时器溢出中断,定时器比较中断,定时器捕捉中断
使用时注意使用各个初始化,中断寄存器存在冲突,需加注意,使用时最好打开时钟程序,以便获得TLCCRx*1ms的时间-This program is an interrupt routine, including external interrupt, timer overflow interrupt, timer compare interrupt, timer capture interrupt
Note
-
-
0下载:
单片机控制ADC0809的模数转换与显示,硬件电路是由AT89C51最小系统、ADC0809模数转换模块、显示模块这几个模块来构成。利用两个程序分别实现ADC0809的查询工作方式和中断工作方式。主程序流程是利用软件的方法实现ADC0809时钟信号的,因此程序中设计了定时器1中断,每一次中断服务程序,都会改变接在ADC0809时钟引脚上的电平,一模拟ADC0809所需的时钟信号。-ADC0809 microcontroller analog-digital conversion and disp
-
-
0下载:
基于51单片机的稳压电源设计——程序分为键盘处理、D/A、A/D和存储四个模块。运用扫描法,对键盘进行扫描,有按键就更改输入TLC5615的数值,ADD按键是对数据进行加以操做,长按的话使步进值增大,实现快加,SUB按键与ADD按键相同,预读取按键用于读取 AT24C04 中预置的数值,保存按键用于保存当前电压值;显示部分主要是对TLC549采集回来的电压进行处理显示,它主要是在定时器0的中断服务程序中显示,100ms刷新显示一次。TLC5615模块,通过对DA的串行数据输入,使其在输出电压时可
-