Welcome![Sign In][Sign Up]
Location:
Search - 51 interrupt 4

Search list

[Othersd2000全系列 51汇编程序

Description: 本程序用于测试实时时钟模块SD2000系列功能之一:四种中断功能 程序功能如下: 1.在SD2000试验板上显示实时时间的小时和分钟? 2./INT1 到指定时刻时输出低电平. 3./INT2输出固定频率32768HZ. 4.测试每分钟边沿中断输出(INT MODE3)和每分钟固定中断输出(INT MODE4)功能-procedures used to test the real-time clock module SD2000 series of functional one : four interrupts functions of the program are as follows : 1. The SD2000 board real-time test of time 2./INT1 hours and minutes to the designated low-level output at the moment. 3./INT2 32768HZ fixed frequency output. 4. testing every minute edge interrupt output (INT MODE3) per minute and fixed interrupt output (INT MODE4) function
Platform: | Size: 4320 | Author: 小顽童 | Hits:

[Other resource51单片机系统中运用电脑上的大键盘

Description: 51单片机系统中运用电脑上的大键盘! Keyboard接线 PS/2--------51 1 DATA------P3.4 3 GND 4 VCC 5 CLK-------P3.3 接在51的外部中断,触发方式为低电平 AT89x51使用12M Modified by Shen Peng! Postgraduate of 2003, 7 Department Harbin Engineering University-51 microcomputer system on the use of the computer keyboard! Keyboard Connection PS/2--------51 a DATA ------ P3.4 three GND 4 VCC five CLK ------- P3.3 Then in the 51 external interrupt trigger mode for low-level AT89x51 use 12M Modified by Shen Peng! Postgraduate of 2003, seven Department Harbin Engineering University
Platform: | Size: 2805 | Author: 卢月亮 | Hits:

[CSharp51_ljq

Description: Keil C51 51定时器中断例程 编成语言:C-timer interrupt routines into languages : C
Platform: | Size: 33680 | Author: 刘家强 | Hits:

[SCM51单片机系统中运用电脑上的大键盘

Description: 51单片机系统中运用电脑上的大键盘! Keyboard接线 PS/2--------51 1 DATA------P3.4 3 GND 4 VCC 5 CLK-------P3.3 接在51的外部中断,触发方式为低电平 AT89x51使用12M Modified by Shen Peng! Postgraduate of 2003, 7 Department Harbin Engineering University-51 microcomputer system on the use of the computer keyboard! Keyboard Connection PS/2--------51 a DATA------ P3.4 three GND 4 VCC five CLK------- P3.3 Then in the 51 external interrupt trigger mode for low-level AT89x51 use 12M Modified by Shen Peng! Postgraduate of 2003, seven Department Harbin Engineering University
Platform: | Size: 2048 | Author: 卢月亮 | Hits:

[Embeded-SCM DevelopC语言中断程序设计实践

Description: 51单片机c语言中断的实现 还有很多例子可以参考。包括常用的中断模块 c语言单片机开发很有用 -51 languages interrupted realize there are many examples of reference. Include common language c interrupt module useful in the development of SCM
Platform: | Size: 198656 | Author: 邓天华 | Hits:

[BooksAT89S52

Description: Features • Compatible with MCS-51® Products • 8K Bytes of In-System Programmable (ISP) Flash Memory – Endurance: 1000 Write/Erase Cycles • 4.0V to 5.5V Operating Range • Fully Static Operation: 0 Hz to 33 MHz • Three-level Program Memory Lock • 256 x 8-bit Internal RAM • 32 Programmable I/O Lines • Three 16-bit Timer/Counters • Eight Interrupt Sources • Full Duplex UART Serial Channel • Low-power Idle and Power-down Modes • Interrupt Recovery from Power-down Mode • Watchdog Timer • Dual Data Pointer • Power-off Flag-Features
Platform: | Size: 212992 | Author: haojun | Hits:

[uCOSMCS5_uCOC_II

Description: 移植到MCS51的uCOS_II。 1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。 增加code关键字。UCOS_II.H和OS_CORE.C。 2。OS_CFG.H堆栈大小MaxStkSize改为900。 3。OS_CPU_C.C的InitTimer0函数增加了关于开T0中断的解释。 允许T0中断,此时EA=0(51上电缺省值),中断还不会发生,满足在OSStart()前不产生中断的要求。 4。修改中断处理流程,以便严密监视中断嵌套情况。每个中断进入后立即进行OSIntNesting+1原语操作。 5。增加printf函数的移植,支持灵活的数据显示。支持标准或长二进制/八进制/十进制/十六进制/无符号整数, 支持字符、字符串、浮点数、百分号%。其中,浮点数在整个范围内被完全支持,统一采用科学记数法显示。 -transplanted to the MCS51 uCOS_II. 1. In the document which OSMapTbl OS_CORE.C and OSUnMapTbl array for Lookup, Therefore, it should be placed on code Lane. Increased code keyword. UCOS_II.H and OS_CORE.C. 2. OS_CFG.H MaxStkSize stack size to 900. 3. OS_CPU_C.C InitTimer0 function of the increase on the open T0 interrupted explained. Allow T0 interruption, this time EA = 0 (51 electricity default value), also will not be interrupted. meet the OSStart () do not have interrupted the former requirements. 4. Changes interrupt handling procedures, in order to closely monitor the situation interrupt nesting. Each interruption immediately after entering OSIntNesting a primitive operation. 5. Printf function to increase the transplant, support flexible data show. Support for standard or long binar
Platform: | Size: 157696 | Author: zhangk | Hits:

[assembly languagecan+sja1000

Description: ,片选接到p1.5 复位端 p1.4 中断端接到 int0 82c250工作在斜率模式下 ,RS 接51k电阻到地。 2,SJA1000与82C250的接口,逻辑上为SJA1000输出0(显性位),表现为低点平输出给82C250,则82C250输出 差分的低电平。SJA1000输出1(隐性位),表现为高电平或悬空输出给82C250,则82C250输出悬空状态。 3,周立功的中SJA_BCANCONF.ASM中对输出控制寄存器 的TX0的输出 极性的位的定义不对。 还有里面定义有接收错误标志码,不知道何时用。-, The election received a P1.5-chip client p1.4 interrupt reset int0 82c250 client received in the slope mode, RS then 51k resistor to ground. 2, SJA1000 with the 82C250 interface, logic for SJA1000 Output 0 (dominant bit), showing low level output to the 82C250, while the low-level differential output 82C250. SJA1000 Output 1 (recessive), and the performance of the output is high or left vacant to the 82C250, the vacant state 82C250 output. 3, Zhou Ligong in the SJA_BCANCONF.ASM of output control register TX0 output polarity bit the definition of wrong. Inside the definition also has to receive error flag code, I do not know when to use.
Platform: | Size: 24576 | Author: 叶子 | Hits:

[SCMSingle-chip-system-eletronic-design

Description: 单片机系统设计及工程应用-雷思孝 冯育长编著 本书系统介绍了51系列单片机的基本原理和应用,从应用系统设计的角度出发,较为全面地介绍了单片机应用系统设计中的相关技术。全书共11章,内容分别为单片机系统概述、单片机硬件系统设计基础、指令系统与编程技术、中断系统与定时器应用、串行通信技术、单片机系统扩展及应用、单片机应用系统开发环境、单片机应用系统设计、系统抗干扰设计、实用外围电路设计、常用传感器。 作者总结多年来教学和科研的实践经验,为了解决读者在学习单片机技术及实际应用中的难点和疑惑,对难点进行详细描述,适当进行要点归纳,力求简洁实用,注重系统设计能力的培养,侧重设计方法和实际应用。 本书可作为工科院校电子信息、通信工程、计算机科学与技术、仪器仪表、工业自动化等相关专业单片机系统设计课程教材,以及高职高专相关专业单片机应用课程教材,对于工程技术人员及广大单片机爱好者,本书也极具参考价值。 -SCM system design and engineering applications- Xiao Feng long Elisabeth edited the book system introduced 51 Series MCU basic principles and applications, from the application system design perspective, A more comprehensive presentation of the SCM application system design related technologies. The book has 11 chapters, which were outlined SCM system, microcontroller hardware system design basis, Instruction System and programming technology, and the timer interrupt system application, serial communications technology, SCM system expansion and the application MCU application systems development environment, SCM application system design and anti-jamming design, practical design of the external circuit, Common Sensor. The authors concluded that years of teaching and research experience. T
Platform: | Size: 14039040 | Author: liming | Hits:

[AI-NN-PRPS2Key

Description: SMC1602A(16*2)模拟口线接线方式 连接线图: --------------------------------------------------- |LCM-----51 | LCM-----51 | LCM------51 | --------------------------------------------------| |DB0-----P0.0 | DB4-----P0.4 | RW-------P2.5 | |DB1-----P0.1 | DB5-----P0.5 | RS-------P2.6 | |DB2-----P0.2 | DB6-----P0.6 | E--------P2.7 | |DB3-----P0.3 | DB7-----P0.7 | VLCD接1K电阻到GND| --------------------------------------------------- Keyboard接线 PS/2--------51 1 DATA------P3.4 3 GND 4 VCC 5 CLK-------P3.3 接在51的外部中断,触发方式为低电平 本程序源码只供学习参考,不得应用于商业用途,如有需要请联系作者。-SMC1602A (16* 2) analog line port to connect wiring diagram:- | LCM-51 | LCM-51 | LCM 51 | | | DB0-P0.0 | DB4-P0.4 | RW-P2.5 | | DB1-P0.1 | DB5-P0.5 | RS-P2.6 | | DB2-P0.2 | DB6-P0.6 | E P2.7 | | DB3-P0.3 | DB7-P0.7 | VLCD access 1K resistor to GND |-Keyboard Connection PS/2 51 1 DATA P3.4 3 GND 4 VCC 5 CLK-P3.3 access in 51 of the external interrupt trigger mode for low-level source for learning the procedures of reference, shall not be applies to commercial use, please contact the author if necessary.
Platform: | Size: 3072 | Author: linyuande | Hits:

[SCMWashingMachineControlSystemBasedonSinglechipMCS-51

Description: 基于MCS- 51 单片机的洗衣控制系统, 控制面板由按键、指示灯和LED 显示器组成。 按键选择洗衣机工作方式, 指示灯配合按键工作, LED 显示器则显示洗衣机洗涤和脱水时 间。洗衣机的整体电路模块包括键盘矩阵、指示灯、电动机控制及电源电路。控制程序设计 包括定时中断服务程序、外中断服务程序及主程序。-Based on MCS-51 SCM laundry control system, control panel by the button, LED indicator light and display components. Button to choose washing machines work, light work with the button, LED display shows time washing machine washing and dehydration. Washing the overall circuit module includes a keyboard matrix, light, motor control and power circuit. Control program design includes interrupt service routine from time to time, outside the interrupt service routine and the main program.
Platform: | Size: 462848 | Author: nahong | Hits:

[uCOS_C_OS_TA

Description: μC/ OS - Ⅱ是一个源码公开的实时嵌入式操作系统,它的特点在于公开的源代码,很强的移植性,占先式多任务,每 个任务有单独的栈,中断管理及很强的稳定性与可靠性等,目前越来越受到实时嵌入式系统设计者的关注,而要使用μC/ OS - Ⅱ 就要针对不同的处理器进行移植,本文通过对在80x86 和MCU - 51 上移植实例的分析,给出了在移植μC/ OS - Ⅱ系统时如何通 过中断指令实现任务切换,解决移植的核心问题。-μC/OS- Ⅱ is an open source real-time embedded operating system, its characteristics is an open source code, strong transplantation, and preemptive multi-tasks, each task has a separate stack, interrupt management and a strong Stability and reliability, at present more and more real-time embedded system designers the concerns, and to use μC/OS- Ⅱ will be carried out for different processor transplantation, this paper in 80x86 and MCU- 51 on transplantation analysis examples are given in transplantation μC/OS- Ⅱ system how to achieve the task switching interrupt instruction to address the core issue of transplantation.
Platform: | Size: 239616 | Author: viewsky | Hits:

[SCMuart_interrupt

Description: 51单片机串口数据包收发程序,能一次收发多个字节,可跟据需要自行修改字节长度,并且具有接收超时判断功能。-51 Single-chip serial data packets to send and receive procedures, can send and receive more than one byte can be modified according to the needs of self-byte length, and have to receive overtime to determine function.
Platform: | Size: 1024 | Author: zwl | Hits:

[OtherRTX

Description: 开发了地面实验验证系统中的实时数据采集软件:利用RTX提供的高速,准确 的RTSS响应,来优化windows中断服务线程机制、1/O端口调用机制等等,使得基于 RTX环境的数据采集卡具有更强的实时性能.-Developed a ground-based experiment to verify the system real-time data acquisition software: the use of RTX to provide high-speed, accurate RTSS response to optimize the windows interrupt service thread mechanism, 1/O port call mechanism and so on, making the environment based on RTX Data Acquisition Card is more real-time performance.
Platform: | Size: 8090624 | Author: li | Hits:

[Other Embeded programinterrupt

Description: 51单片机中内部中断和外部中断的原理及其一些运用。-51 microcontroller interrupt the principles and some application.
Platform: | Size: 67584 | Author: lhxj | Hits:

[Software Engineering51

Description: 51中断 讲的比较详细有时序,c,汇编还有电路图。-51 interrupt talking in more detail with timing, c, there are circuit assembly.
Platform: | Size: 302080 | Author: sgdxhw | Hits:

[SCM51_mcu_examples

Description: 非常经典的51单片机常用实例程序代码,还附有开发板原理图:内容主要有:1 流水灯2 倒计时--数码管3 数码管动态显示4 数码管静态显示5 点阵--心型6 串口通信16 串口通信27 继电器控制8 音乐播放程序9 AT24C0210 红外线接收11 DS18B20 12DS1302 13 LCD1602-1 14 PS2键盘显示;15 矩阵键盘16 LCD12864 17 步进电机17 步进电机驱动 18 ADC0832 19 RS485通讯 20 直流电机 21 定时器0 22 按键计数器 23 交通信号灯控制 24 中断 25 串口接收发送程序-SCM is commonly used in the classic examples of program code 51, also with a development board schematics: mainly: 1 water light 2 Countdown- 3 digital control digital control digital control of static dynamic display 4 5 dot matrix display- heart-shaped six serial serial communication 27 communications relay control 16 music player 8 9 AT24C0210 infrared receiver 11 DS18B20 12DS1302 13 LCD1602-1 14 PS2 keyboard and display 15 matrix keyboard 16 LCD12864 17 17 stepper motor driver stepper motor 18 ADC0832 19 RS485 Communication 20 DC 21 key counter timer 0 22 24 23 traffic signal control 25 serial port interrupt to send programs to receive
Platform: | Size: 1101824 | Author: 郑道宝 | Hits:

[SCMC51

Description: 51单片机的C语言教程,划时代的东西。里面包括的东西很丰富。包括LED,独立按键,矩阵按键,数码管,定时器,外部中断,步进电机,串口通信,USB通信,等所有内容的详细的工作原理,以及所有的详细的C语言代码。是学习单片机的不可缺少的东西。-C-51 microcontroller tutorials, epoch-making thing. Which includes what is very rich. Including LED, independent keys, matrix keys, digital control, timer, external interrupt, step motor, serial communication, USB communication, so all the working principle of detail, and all of the details of the C language code. SCM is essential to learn something.
Platform: | Size: 6777856 | Author: 甄磊 | Hits:

[SCMMCS-51

Description: 精通MCS-51单片机 绝世秘笈 适合新人 包括指令篇 资源篇 中断篇-MCS-51 microcontroller master masterpiece of resources Secrets articles instruction articles, including articles interrupt
Platform: | Size: 535552 | Author: savior | Hits:

[ARM-PowerPC-ColdFire-MIPS51-dispaly-4094-

Description: 51单片机4位4094中断显示,蛮不错的-51 shows the microcontroller interrupt 4 4094
Platform: | Size: 21504 | Author: 多拉无魂 | Hits:
« 12 3 »

CodeBus www.codebus.net