搜索:Interrupt

找到约 271 项符合「Interrupt」的查询结果

结果 271
https://www.eeworm.com/dl/644/246659.html 汇编语言

The purpose of this example is to demonstrate that the functioning of External interrupts (INT0, IN

The purpose of this example is to demonstrate that the functioning of External interrupts (INT0, INT1, INT4, INT5 and INT6) and how toset them up. This directory contains the frameworks fw.c, the test program extr_intr.c and the external interrupt service routines isr.c. This w ...
下载 144
·
查看 1100
https://www.eeworm.com/dl/648/300927.html 单片机开发

//*********主机代码****** #include <reg51.h> #include "Clicent_Setting.h" #include "LCD_Funt

//*********主机代码****** #include <reg51.h> #include "Clicent_Setting.h" #include "LCD_Funtion.h" #include "Futions.h" #include "Host_Interrupt_Funtion.h" int num1=1 //从机数码管起始数 int num2=0 int num3=1
下载 183
·
查看 1036
https://www.eeworm.com/dl/648/354907.html 单片机开发

DESCRIPTION =========== This example project shows how to use the IAR Embedded Workbench for ARM

DESCRIPTION =========== This example project shows how to use the IAR Embedded Workbench for ARM to develop code for the Atmel AT91SAM9261 evaluation boards. It shows basic use of parallel I/O, timer and the interrupt controller. It starts by showing different patterns on the LE ...
下载 125
·
查看 1102
https://www.eeworm.com/dl/875313.html 技术资料

IAR AVR C语言与汇编语言混合编程

Features • Passing Variables Between C and Assembly Code Functions • Calling Assembly Code Functions from C • Calling C Functions from Assembly Code • Writing Interrupt Functions in Assembly Code • Accessing Global Variables in Assembly Code This application note describes h ...
下载 7
·
查看 9692
https://www.eeworm.com/dl/648/282977.html 单片机开发

This example demonstrates how the C8051F06x SMBus interface can communicate // with a 256 byte I2C

This example demonstrates how the C8051F06x SMBus interface can communicate // with a 256 byte I2C Serial EEPROM (Microchip 24LC02B). // - Interrupt-driven SMBus implementation // - Only master states defined (no slave or arbitration) // - Timer4 used by SMBus for SCL low timeout ...
下载 48
·
查看 1083
https://www.eeworm.com/dl/648/319545.html 单片机开发

S3C2410开发实验源代码及实验指导;内容包括: LED_ON LED_ON_C IO_ports arm-linux-ld memory_controller Nand Flash contro

S3C2410开发实验源代码及实验指导;内容包括: LED_ON LED_ON_C IO_ports arm-linux-ld memory_controller Nand Flash controller uart printf,scanf interrupt controller timer mmu clock vivi等; 主要讲述了单片机s3c2410的使用。
下载 134
·
查看 1083
https://www.eeworm.com/dl/648/374264.html 单片机开发

The ISD51_Demo project for the MSC1200 shows how to use the ISD51 In-System-Debugger with flash bre

The ISD51_Demo project for the MSC1200 shows how to use the ISD51 In-System-Debugger with flash breakpoints or hardware breakpoints. By default, it is configured for flash breakpoints which allow you to set real-time breakpoints in your software. Using Flash breakpoints has also ...
下载 176
·
查看 1132
https://www.eeworm.com/dl/655/337178.html 微处理器开发

RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any a

RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all ...
下载 62
·
查看 1126
https://www.eeworm.com/dl/649/148651.html uCOS

ucosII2.76在winavr(20050214版本)下的程序包,用pn打开目录下的工程,运行make all工具即可编译可用,绝对可用. winavr如用2006版本,需要把文件中包含文件s

ucosII2.76在winavr(20050214版本)下的程序包,用pn打开目录下的工程,运行make all工具即可编译可用,绝对可用. winavr如用2006版本,需要把文件中包含文件signal.h改为interrupt.h(可能在includes.h中改一处即可)
下载 127
·
查看 1114
https://www.eeworm.com/dl/502/29197.html 单片机编程

基于ISA总线与KH-9300的数据采集系统

介绍基于ISA总线与KH-9300的数据采集板卡的设置,详细说明8254定时计数器及8259中断控制器的结构特点、工作方式、控制字等,探讨中断类型、中断处理程序、中断矢量表及其填写。重点讲述使用TorboC编写中断服务程序的方法,应注意的主要问题及程序测试的结果。 Abstract:  The settings of KH-9 ...
下载 107
·
查看 1087