搜索资源列表
-
0下载:
PWM控制输出电压由于该程序所需完成的功能比较简单,设计时采用了简单的前后台组织结构:后台程序(主程序)在非通讯状态时工作,完成各项数据的采集和预处理,并标准化至通讯协议所规定的格式。这一过程不停进行,随时提供最新数据;前台程序(中断服务程序)在接收到来自控制器的命令时启动。它对命令加以识别,并按要求向控制器传送相应数据或对数据进行解析执行。该程序的流程示意如图-PWM output voltage control due to the completion of the procedures
-
-
0下载:
C语言实现的基于AVR 8位单片机的TWI通讯!
通过中断服务程序中的状态机,与TWI硬件状态机相配合,实现快速准确的数据交换!-C language based on the AVR 8-bit MCU s TWI communication! Through the interrupt service routine of the state machine, with the TWI hardware state machine matched the achievement of r
-
-
0下载:
51中断服务程序,C语言实现。希望对初学者有指点作用!-51 interrupt service routine, C language. I hope there is guidance for beginners role!
-
-
0下载:
ARM下UBOOT引导程序是如何引导加载程序的,
1.如何编译和调试主程序
2.如何使中断跳到RAM中的中断服务程序执行
3.如何把引导程序和主程序写入FLASH中.-ARM program under the guidance UBOOT is how the boot loader, 1. How to compile and debug the main program 2. How to make the jump to RAM interruption in the imp
-
-
0下载:
dmx512接收中断服务程序 爱迪生发射点法 -dmx512 receive interrupt service routine
-
-
0下载:
dmx512中断服务程序 哀怜会计师地方;垃圾似的;防;浪费-interrupt service routine dmx512 pity the local accountant garbage like prevention waste
-
-
0下载:
研究基于单片机的温湿度分时段控制系统,重点研究温度控制算法、湿度测量设计以及一些相关问题的处
理方法,给出了硬件电路框图和软件中断服务程序流程图.-Study based on single-chip temperature and humidity control system sub-period, focuses on the temperature control algorithm, humidity measurements, as well as a number of iss
-
-
0下载:
本程序是MSP430F449的串口中断接收服务程序,来源TI官方网站,主要是想帮助大家学习MSP430F449-This program is MSP430F449 serial port receive interrupt service routine, the source TI' s official website, I mainly want to help people learn MSP430F449
-
-
0下载:
用串口0中断服务程序实现信息的采集传送及A/D转换
-Serial port 0 interrupt service routine used to achieve the collection of information transmission and A/D conversion
-
-
0下载:
AVR单片机定时器2的异步操作功能用作实时时钟的效果。同时讲解了BASCOM-AVR中关于时钟硬件配置方面的语句。在BASCOM的概念里主要分为SOFT和USER两大类时钟产生的方法。利用芯片定时器的异步功能称为软时钟,利用专用时钟芯片则要用户自己编写相应的处理程序,所以称USER。但不管采用哪种方式,相关的中断服务程序或是函数都要支持DATE$和TIME$以及_sec , _min , _hour, _day , _month , _year等系统内部变量。程序的其他部分可以直接存取这些变量,
-
-
0下载:
此示例程序为中断方式,得到键盘的键值,存放在队列keybuff[10]中
此示例程序没有显示,
键盘的按键按下引起P1口的中断服务程序,得到键盘的键值,保存到键值队列-This sample program for the interrupt to get the keyboard keys, stored in the queue keybuff [10] in this example, the program does not display, keyboard key pre
-
-
0下载:
09H号中断服务程序(kbint过程)
完成常规的操作
处理键盘数据:将获取的扫描码通过查表转换为对应的ASCII码送缓冲区。对于不能显示的按键,则转换为0,且不再送至缓冲区
键盘I/O功能程序(kbget子程序)
从缓冲区中读取转换后的ASCII码
功能调用(主程序)
循环显示键入的字符
-keyboard interrupt service routine
-
-
0下载:
编写主程序,读取K0状态,当其与地端闭合时(P1.3为低电平)初始化为下降沿中断,反之,初始化为低电平中断,且发光二极管灭;编写中断服务程序,使图中的发光管闪烁5次,间隔250ms,即中断服务程序的执行时间为2.5秒,退出中断程序时,使发光管灭。-Write the main program, read K0 state, when its end is closed and the earth (P1.3 is low) is initialized to interrupt falling
-
-
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下载:
Freescale xs128 中断服务程序-Freescale xs128 interrupt service routine
-
-
0下载:
1、主程序:完成初始化工作,控制程序的走向。
2、中断服务子程序:完成显示方式的改变。
3、左移显示子程序:实现彩灯的左移显示。
4、右移显示子程序:实现彩灯的右移显示。
5、花样显示子程序:实现彩灯的花样显示。
6、10ms延时子程序:延时10ms,实现按键软件消抖。
7、0.5s延时子程序:延时0.5s。-1, the main program: completion of initialization, control program direction. 2, t
-
-
0下载:
rensas R8C2K/L的中断服务程序(timer A,timer D,ADC...)-rensas R8C2K/L of the interrupt service routine (timer A, timer D, ADC ...)
-
-
0下载:
LPC2368 GPIO_INT外中断测试程序,按复位如果8个LED是全亮的。然后按一下中断按键INT键。如果按下触发INT0中断服务程序,会将8个LED熄灭。-LPC2368 GPIO_INT external interrupt test program, press the reset if all eight LED is bright. INT interrupt button and then click the button. If you press the trigger IN
-
-
0下载:
Atmega16的中断服务程序,基于AVR Studio开发的-The Atmega16 interrupt service routine, developed based on the AVR Studio
-
-
0下载:
基于ATmega16的中断服务程序,供初学者学习-Based on ATmega16 interrupt service routine for beginners to learn
-