搜索结果
找到约 271 项符合
interrupt 的查询结果
按分类筛选
- 全部分类
- 技术资料 (66)
- 单片机开发 (39)
- 单片机编程 (26)
- 汇编语言 (17)
- 微处理器开发 (16)
- DSP编程 (11)
- 嵌入式Linux (8)
- 其他嵌入式/单片机内容 (8)
- 串口编程 (7)
- 其他 (6)
- 其他书籍 (4)
- 嵌入式/单片机编程 (4)
- 嵌入式综合 (3)
- Linux/Unix编程 (3)
- Windows CE (3)
- 软件设计/软件工程 (3)
- VC书籍 (3)
- VIP专区 (3)
- 笔记 (2)
- C/C++语言编程 (2)
- 书籍源码 (2)
- 电子书籍 (2)
- 驱动编程 (2)
- 编译器/解释器 (2)
- USB编程 (2)
- 通讯编程文档 (2)
- uCOS (2)
- 源码 (1)
- 电源技术 (1)
- 无线通信 (1)
- 接口技术 (1)
- 仿真技术 (1)
- 操作系统开发 (1)
- 技术书籍 (1)
- 软件工程 (1)
- 开发工具 (1)
- 传感与控制 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- Internet/网络编程 (1)
- 编辑器/阅读器 (1)
- *行业应用 (1)
- Java编程 (1)
- 文件格式 (1)
- 技术管理 (1)
- VxWorks (1)
- VHDL/FPGA/Verilog (1)
- 其他行业 (1)
- 系统设计方案 (1)
- GPS编程 (1)
汇编语言 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 was compiled
using m ...
单片机开发 //*********主机代码****** #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
单片机开发 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 LED s separated by hal ...
技术资料 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 how to use C to contr ...
单片机开发 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 detection
// - SCL ...
单片机开发 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的使用。
单片机开发 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 the benefit that no ...
微处理器开发 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 that is required to ...
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中改一处即可)
单片机编程 基于ISA总线与KH-9300的数据采集系统
介绍基于ISA总线与KH-9300的数据采集板卡的设置,详细说明8254定时计数器及8259中断控制器的结构特点、工作方式、控制字等,探讨中断类型、中断处理程序、中断矢量表及其填写。重点讲述使用TorboC编写中断服务程序的方法,应注意的主要问题及程序测试的结果。
Abstract:
&nbsp;The settings of KH-9300 data acquisition ...