INTERRUPT

共 271 篇文章
INTERRUPT 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 271 篇文章,持续更新中。

用定时器以间隔500MS在6位数码管上依次显示0、1、 2、3….C、D、E、F,重复。

#include&lt;reg51.h&gt;<br /> #define uchar unsigned char<br /> #define uint unsigned int<br /> uint i,j;<br /> sbit dula=P2^6;<br /> sbit wela=P2^7;<br /> <br /> uchar code table[]={0x3f,0x06,0x5b,0x

该程序使每次CPU响应外部中断IRQ3时显示字符串“THIS IS A 8259A INTERRUPT!”。中断10次后

该程序使每次CPU响应外部中断IRQ3时显示字符串“THIS IS A 8259A INTERRUPT!”。中断10次后,程序返回DOS。 中断请求通过ISA总线的IRQ3端输入,中断源用单脉冲源代替(来自实验箱)。

Samsung 2440 cpu interrupt 测试源码

Samsung 2440 cpu interrupt 测试源码

Example Interrupt program for LPC2100

Example Interrupt program for LPC2100

interrupt

interrupt

UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether

UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another

at91sam7 use PIO interrupt to finish PS2 protocl

at91sam7 use PIO interrupt to finish PS2 protocl,in IAR directly instead atmel example interruptbasic complie/src

LPC2106 example: I2C, Interrupt, UART0 Ram/Rom Config

LPC2106 example: I2C, Interrupt, UART0 Ram/Rom Config

Embest Arm EduKit II Evaluation Board External Interrupt Test Example Please Select the trigger:

Embest Arm EduKit II Evaluation Board External Interrupt Test Example Please Select the trigger: 1 - Falling trigger 2 - Rising trigger 3 - Both Edge trigger 4 - Low level trigger 5 - Hi

一个简单的SPI IP核

一个简单的SPI IP核,SPI Core Specifications 可以从说明文档中找到! The simple Serial Peripheral Interface core is an enhanced version of the Serial Peripheral Interface found on Motorola s M68HC11 family of CPUs. The

The aim of this application note is to show to scan the 4x4 matrix keypad multiplexed with a four

The aim of this application note is to show to scan the 4x4 matrix keypad multiplexed with a four 7-segment display. The software attached to this application note scans the pressed key and displa

WUSB的运行采用MBOA–MAC架构

WUSB的运行采用MBOA–MAC架构,同时保留了主从架构,和USB 2.0一样,它也能处理控制、突发、中断和同步(Control、Bulk、Interrupt and Isochronous)所有这四种传输形式。主机和WUSB设备合称WUSB丛集,采用星型拓扑;与USB 2.0. A的树型拓扑不同,WUSB主机能直接连接多达127个设备,因此在WUSB丛集中不需要包含WUSB集线器。而由于WUS

TMS320VC5509 MMC/SD interrupt 工程文件

TMS320VC5509 MMC/SD interrupt 工程文件,测试MMC控制器的中断相应。

USB海量存储设备类规范包括四个独立的子类规范:(ATA command的那个没有) ①USB Mass Storgage Class Control/Bulk/Interrupt(CBI)Tran

USB海量存储设备类规范包括四个独立的子类规范:(ATA command的那个没有) ①USB Mass Storgage Class Control/Bulk/Interrupt(CBI)Transport ②USB Mass Storage Class Bulk-Only Transport ③USB Mass Storage Class ATA Command Block ④U

这是一个4位机的程序

这是一个4位机的程序,有keybord,interrupt,display,

Features &#8226 Compatible with MCS-51&reg Products &#8226 8K Bytes of In-System Programmable (ISP

Features &#8226 Compatible with MCS-51&reg Products &#8226 8K Bytes of In-System Programmable (ISP) Flash Memory – Endurance: 1000 Write/Erase Cycles &#8226 4.0V to 5.5V Operating Range &#8226 Fu

Serial Communication Interface SCI : Transmit & Receive Interrupt

Serial Communication Interface SCI : Transmit & Receive Interrupt

本程序为完成各种中断的演示.at91sam7s64芯片,ads1.2编译器.代码说明: 1)完成基本的初始化 2)初始化PIO,IRQ,FIQ,software_interrupt等 3)

本程序为完成各种中断的演示.at91sam7s64芯片,ads1.2编译器.代码说明: 1)完成基本的初始化 2)初始化PIO,IRQ,FIQ,software_interrupt等 3)驱动板上的四个按键(PB1,PB2,PB3,PB4) 4)初始化DEBUG口,Usart1等 5)初始化定时器timer0,timer1等

针对TI公司的DSK6713所发展的Audio范例包含Line in/Line out

针对TI公司的DSK6713所发展的Audio范例包含Line in/Line out,采用中断(Interrupt)的方式,包含完整C语言编译,CCS2.x/CCS3.x版

SWI with ARTX Kernel and RealView Compiler This example program shows how to implement software int

SWI with ARTX Kernel and RealView Compiler This example program shows how to implement software interrupt functions in an application that uses the ARTX Kernel. The example uses the RealView Compilat