INTERRUPT

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

PC与单片机双向通讯智能温控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #def

PC与单片机双向通讯智能温控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #define Key_DOWN P1_1 #define Key_SET P1_2 #define RelayOutPort P2_0 #define LEDPort P0 #define

8259 VHDL代码

<p> a8259 可编程中断控制 altera提供</p> <p> The a8259 is designed to simplify the implementation of the interrupt interface&nbsp; in 8088 and 8086&nbsp; based microcomputer systems. The device is known as a

M16C interrupt settings and Initial code setting for HEW4 for renesas M16c...I coded and optimized.

M16C interrupt settings and Initial code setting for HEW4 for renesas M16c...I coded and optimized. It will savr time to start a new app. (-:cool:-)

UATR0 with interrupt on lpc2148

UATR0 with interrupt on lpc2148

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

这是PC机间相互通信的例子

这是PC机间相互通信的例子,程序“require”为用查询方式实现,程序“interrupt”为 用中断方式实现

=== === === === === === === === === === ==== IBM PC KEYBOARD INFORMATION FOR SOFTWARE DEVELOPERS =

=== === === === === === === === === === ==== IBM PC KEYBOARD INFORMATION FOR SOFTWARE DEVELOPERS ================================================================ Sources: PORTS.A of Ralf Brown s

PIO interrupt for pxa27x To test this sample code you ll have to connect GPIO37 to a Switch.

PIO interrupt for pxa27x To test this sample code you ll have to connect GPIO37 to a Switch.

rotary encoder interrupt example on HCS12 using IRQ

rotary encoder interrupt example on HCS12 using IRQ

(1) 用单脉冲发生器的输出作为中断请求信号使8259A产生中断,进入中断后显示一个字符串。(2) 中断请求通过8259的IRQ2端输入

(1) 用单脉冲发生器的输出作为中断请求信号使8259A产生中断,进入中断后显示一个字符串。(2) 中断请求通过8259的IRQ2端输入,中断源可以是片外8253定时器输出的脉冲,并把8253的OUTO和总线槽IR02连接好。 (3) 编写程序,要求每次主机响应外部中断IRQ2时,显示字符串“THIS IS A 8259A INTERRUPT!”(或其它串),中断十次后,程序退出。

This example uses a timer to generate interrupt at a specific period. The timer event handler incre

This example uses a timer to generate interrupt at a specific period. The timer event handler increments the event count and prints in stdout.

CBC下写的串口编程

CBC下写的串口编程,API函数实例 I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of ha

MSP430系列单片机C语言程序设计与开发

<P>MSP430系列单片机C语言程序设计与开发MSP430系列是一个具有明显技术特色的单片机品种。关于它的硬件特性及汇编语言程序设计已在《MSP430系列超低功耗16位单片机的原理与应用》及《MSP430系列 FLASH型超低功耗16位单片机》等书中作了全面介绍。《MSP430系列单片机C语言程序设计与开发》介绍IAR公司为MSP430系列单片机配备的C程序设计语言C430。书中叙述了C语言的基

LC7461遥控解码子程序源代码

<P>//遥控解码子程序,LC7461,用户码为11C<BR>//external interrupt0<BR>void isr_4()<BR>{</P> <P>&nbsp;unsigned char r_count;//定义解码的个数<BR>&nbsp;unsigned long use_data=0;//定义16位的用户码,只用到13位<BR>&nbsp;unsigned long use_

这是PC机间相互通信的例子

这是PC机间相互通信的例子,程序“require”为用查询方式实现,程序“interrupt”为 用中断方式实现

Visual PIC

Visual PIC,PIC C源碼生成工具,可用圖影介面自動生成如Timer, Interrupt, ADC等各種源碼。簡體中文版

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, t

1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smd

1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smdk2443\smdk2443.bat file set BSP_EVT1=1 -&gt; set BSP_EVT1= In smdk2443\src\inc\bsp_cfg.h f

MSC 1210 A/D Conversion for 1 input signals (-2.5V ... +2.5V) Inputs pairs AIN0-AIN1 read in an in

MSC 1210 A/D Conversion for 1 input signals (-2.5V ... +2.5V) Inputs pairs AIN0-AIN1 read in an interrupt service routine

PCA9538 8bit I2C bus and SMBus

<P>The PCA9538 is a 16-pin CMOS device that provides 8 bits of General Purpose parallel<BR>Input/Output (GPIO) expansion with interrupt and reset for I2C-bus/SMBus applications<BR>and was developed to