搜索资源列表
MCS-51系统中断优先级的软扩展
- 鉴于MCS-51系统只提供“二级中断嵌套”,提出扩展51系统中断优先级的纯软件方法。其利用51系统内建的中断允许寄存器IE和中断优先级寄存器IP,通过屏蔽字机制来实现;以C51的形式,给出这种扩展方法的函数库实现,为该方法的使用赋予友好、简洁的用户接口。-Given MCS-51 systems only provide "two interrupt nesting," expanded 51 priority system interruption of pure soft
51中断例子
- 1. EXT_C.rar, 给初学者(带中文注释的C51语言例程), 利用外部中断实现LED灯的简单控制。 2. EXT_A.rar, 给初学者(带中文注释的51汇编语言例程), 利用外部中断实现LED灯的简单控制。 两个同样功能的中断例程, 一个用C51实现, 另一个用ASM51实现(ASM51是由C51反汇编生成的), 都在MCU51-63K仿真器下通过实验的哦, 小虾们可以试试看。-1. EXT_C.rar for beginners (with the Chinese
51定时中断例
- 1. T0_ASM.rar, (带中文注释的C51语言例程), 利用定时器0中断实现LED灯的简单控制。 2. T0_C51.rar, (带中文注释的51汇编语言例程), 利用定时器0中断实现LED灯的简单控制。 两个同样功能的timer0中断程序都在MCU51-63K仿真器下通过实验, 小虾们可以试试看。 -1. T0_ASM.rar, (with the Chinese language in the notes C51 routines), Timer 0 interru
单片机C51串口中断接收和发送测试例程
- 单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 -80C51 Serial reception (suspended) and send routines can be used to test 51 SCM interrupt reception
C51音乐程序(八月桂花)
- C51下实现的音乐程序,用定时中断和建立音乐节拍库实现.编制音乐代码, 可看这代码.频率常数即音乐术语中的音调,而节拍常数即音乐术语中的多少拍 -C51 under the music program, regularly interrupted music rhythms and the establishment of the Implementation. Music establishment code, take a look at this code. Constant freque
c51
- 单片机C51串口中断接收和发送测试例程(含通信协议的实现),这是我自己写的一个程序,觉得挺好用,发出来大家参考一下
C51
- 这是一个简单的mcs-51中断,使得P0口的8个LED灯轮流亮。
C51
- MCS-51单片机有5个中断源,其中两个是由-INT0、-INT1引脚输入的外部中断源;另外三个是内部中断源即由T0、T1的溢出引起中断和串行口发送完一个字节或接收到一个字节数据引起中断。触发外部中断有两种方式,即下降沿引起中断或低电平引起中断。当编程TCON中的ITi(i=0、1)为1时,则引起触发的方式为边沿触发方式,反之(ITi=0)为低电平触发方式。每个中断源的中断请求能否得到响应要受两级“开关”的控制,即一个总“开关”
用C51写的串口通讯程序
- 中断串口程序-interruption procedures
c51testcomm单片机c51串口中断
- c51testcomm单片机c51串口中断.rar-c51testcomm interrupt. Rar
单片机驱动标准PC机键盘的C51程序
- 将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键-returned to the keyboard data in a buffer (the array), when the button after internal interruption to processing by the key
单片机的中断定时操作
- 单片机的中断定时操作,详细介绍了c51中定时器设置和中断设置应用情况-SCM interrupted regular operations, detailing the decoder timer settings and installed applications interruption
单片机C51串口中断接收和发送测试例程(含通信协议的实现
- 单片机C51串口中断接收和发送测试例程(含通信协议的实现)
c51源程序集合
- 源码 │ 0108_12864LCD-F149.ASM │ 12232-1520.c │ 12232.c │ 12864-ks0108.asm │ 12864-ST7290-F149.C │ 12864-zb.c │ 12887.c │ 24C01-64.C │ 24C01-F440.C │ 28sf040a.asm │ 51use.txt │ 6963.C │ 93c46.asm │ 93c46.c │ 93cxx.c │ ad7416-mcuzb.c │ ad7416.c │ AT24C01
C51.rar
- STC89C51的模板,内有内部定时器函数,外部中断函数,以及程序的初始化。,STC89C51 template, with an internal timer function, the external interrupt function, as well as the procedures initialized.
51uart
- C51的串口中断接收,查询发送实例。(以销量30K产品的代码)-C51' s serial port interrupt reception, the query sent instance. (By volume 30K product code)
chuzuche
- 出租车计价器程序 C51单片机 计价器 1、 系统工作原理 1.1 功能说明 1.2 基本原理 2、 硬件设计 2.1 单片机最小系统单元 2.2 A44E霍尔传感器检测单元 2.3 AT24C01存储单元 2.4 键盘调整单元 2.5 显示单元 3、 软件设计 3.1 系统主程序 3.2 中断程序 3.2.1 里程计数中断程序 3.2.2 中途等待中断程序 3.3 计算程序 3.4 显示程序 3.5 键盘程序 4、 总结
chuankoufasonghejeishou
- C51串口中断接收和发送程序,采用数码管显示串口发送过来的代码,只能显示发送的数字代码-C51 serial port receive and transmit interrupt procedures, the use of digital tube display serial port to send over the code, can only display the numeric code to send
C51
- 51单片机的C语言教程,划时代的东西。里面包括的东西很丰富。包括LED,独立按键,矩阵按键,数码管,定时器,外部中断,步进电机,串口通信,USB通信,等所有内容的详细的工作原理,以及所有的详细的C语言代码。是学习单片机的不可缺少的东西。-C-51 microcontroller tutorials, epoch-making thing. Which includes what is very rich. Including LED, independent keys, matrix keys,
51计数器--中断串口-51
- 基于C语言stc51单片机中断计数,at24c02 eeprom掉电保护,串口输出数据(Interrupt count, with power-off protection, serial output data)