搜索资源列表
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单片机串行口中断服务程序,good
C51@
- C51单片机串行口中断服务程序2,is used-C51 monolithic integrated circuit serial mouth interrupt service isr 2, is used
01
- C51中断系统代码1,在Keil C51 7.0以上版本编译通过。
02
- C51中断系统代码2QUAN,在Keil C51 7.0以上版本编译通过。
03
- C51中断系统代码3,在Keil C51 7.0以上版本编译通过。
04
- C51中断系统代码4,在Keil C51 7.0以上版本编译通过。
C51
- 串口中断接收和发送 单片机C51串口中断接收和发送测试例程(含通信协议的实现).c
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-1.rar
- 51单片机汇编课程设计案例精编 外部中断的简单应用,中断应用—红外解码,LCD1602显示,空调温度控制器,简易电子琴设计,I2C总线原理及应用实例……等等,51 cases of single-chip fine compilation of curriculum design for a simple application of an external interrupt, interrupt the application- IR decoding, LCD1602 display,
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
- c51单片机中断处理程序的相关代码和文件说明-c51 SCM interrupt handler associated code
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)