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

Search list

[SCMInterrupt

Description: 周立功开发板,lpc2292上实现外部中断实验,通过实验箱发声器和红外发送-接收对管实现通过外部中断令发生器产生声响。-Week Ligong development board, lpc2292 external interrupt realize the experiment, through experiments me audible signal device and infrared sending- receiving pipe through the external interrupt realize the sound generator.
Platform: | Size: 101376 | Author: 富良野 | Hits:

[Program docHCS12

Description: A Software Interrupt Priority Scheme for HCS12 Microcontrollers
Platform: | Size: 61440 | Author: xwj | Hits:

[SCMInterrupt

Description: 基于keil环境编写,ARM7串口发送和接收程序,由中断实现-Keil prepared based on the environment, ARM7 serial send and receive procedures, by the interruption of the realization of
Platform: | Size: 61440 | Author: 吴尧林 | Hits:

[Embeded-SCM Developinterrupt

Description: JXARM9-2410 中断实验主程序外部中断按键引发中断-Experimental JXARM9-2410 interrupt the main program interrupt triggered external interrupt button
Platform: | Size: 3072 | Author: 王洪涛 | Hits:

[SCMAT91R40008-Interrupt-ADS1_2-2_0

Description: AT91R40008-Interrupt-ADS1_2-2_0中断管理软件-AT91R40008-Interrupt-ADS1_2-2_0 interruption management software
Platform: | Size: 165888 | Author: wangxy | Hits:

[DSP programTMS320-DSP-vectors

Description: 基于C语言设置TMS320 DSP中断向量表: 随着DSP芯片应用的不断深入,用C语言开发DSP芯片,不仅可以使DSP芯片的开发速度大大提高,也使得程序的修改和移植变得十分方便。C语言设置TMS320系列DSP中断向量表是高级语言开发DSP的一个具体应用。-Based on the C language settings TMS320 DSP Interrupt Vector Table: With the continuous application of DSP chips in depth, using C language to develop DSP chips, not only enable the development of DSP chips significantly enhance the speed, but also makes changes to procedures and transplantation has become very convenient. C language settings TMS320 series DSP interrupt vector table is a high-level language to develop a specific application of DSP.
Platform: | Size: 4096 | Author: 小艾 | Hits:

[assembly languageBIOSanddOS

Description: BIOS和DOS中断大全,对学习汇编的大大有用啊,希望大家喜欢-BIOS and DOS interrupt Guinness on compiled much useful learning ah, I hope everyone likes
Platform: | Size: 102400 | Author: ghd | Hits:

[ARM-PowerPC-ColdFire-MIPSSWI

Description: ARM汇编实现软中断,用ADS编写。先调用Init装中断,再跳转到SWIhandler,SWIhandler为中断服务程序-ARM compilation realize soft interrupt, using ADS preparation. First call Init loaded interruption,再跳go SWIhandler, SWIhandler for the interrupt service routine
Platform: | Size: 21504 | Author: liboli | Hits:

[VHDL-FPGA-Verilogsimple_pic

Description: 简单可编程中断控制器,利用定时计数器的中断请求信号输出中断使能控制信号。-Simple Programmable Interrupt Controller, using regular counter interrupt request signal output enable control signal interruption.
Platform: | Size: 3072 | Author: 李利歌 | Hits:

[SCMlearn_s3c2410

Description: 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的使用。-S3C2410 development of the experimental source code and experimental guidance content including: LED_ON LED_ON_C IO_ports arm-linux-ld memory_controller Nand Flash controller uart printf, scanf interrupt controller timer mmu clock vivi etc. focuses on the use of a single-chip S3C2410.
Platform: | Size: 1549312 | Author: 何杰 | Hits:

[SCMinterrupt

Description: 定时器T1中断实验。 1、定时器中断实验。定时器产生10mS周期中断,通过计数让PB1电平产生周期变化。 2、内部1 M晶振。-Timer T1 interrupt the experiment. 1, the timer interruption experiments. 10ms cycle timer interrupt generated by count so that PB1-level changes have a cycle. 2, internal 1 M crystal.
Platform: | Size: 13312 | Author: hu | Hits:

[SCM51interrupt

Description: ME500——51单片机的几个中断程序,包括时间中断、串口中断、按键中断等,非常全面,而且有简要说明,每种都包括c和汇编两种语言-ME500- 51 Singlechip interrupted several procedures, including time to interrupt, serial interruption, disruption, such as keys, very comprehensive and has a brief description of each are included in both languages and compilation c
Platform: | Size: 1833984 | Author: 夸父 | Hits:

[RFIDinterrupt

Description: 基于zigbee的无线通讯程序,通过外中断响应,再利用定时器来计时,计算脉冲的周期-Zigbee-based wireless communication procedures, through the outside interrupt response, and then use the timer to time to calculate pulse cycle
Platform: | Size: 1043456 | Author: 丁诚 | Hits:

[SCMinterrupt

Description: 单片机外部中断和定时的c源码和cpld开发-Singlechip external interrupt and timing of c-source and CPLD development
Platform: | Size: 41984 | Author: wangbeibei | Hits:

[Embeded Linuxkeyboard

Description: 基于linux和arm s3c2410的键盘驱动程序,动态加载内核模块,当按键按下,触发外部中断,通过spi和中断管脚,将键盘对应值在测试程序中显示。-Based on linux and arm s3c2410 keyboard driver, dynamically loaded kernel module, when the button is depressed, trigger external interrupt through the spi and interrupt pin, the corresponding value of the keyboard shown in the test procedure.
Platform: | Size: 9216 | Author: rbk | Hits:

[ARM-PowerPC-ColdFire-MIPSrs232

Description: 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 access all of the functions provided. 2. Both input and output are buffered and interrupt driven for efficiency. 3. Serial ports 1 - 4 are supported on PC, AT and PS/2 compatibles.Chained interrupts used on port 3 and 4 are allowed for so as not to interfere with devices such as a mouse or printer. Transmission speeds of 110 to 115200 baud are available. 4. Detection and utilization of hardware buffered UARTs (NS16550AF etc.) found in some machines is automatic. 5. Interrupt driven hardware and XON/XOFF flow control is provided for. 6. All source code is included. RS232.C can be used with all memory models. - 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 access all of the functions provided. 2. Both input and output are buffered and interrupt driven for efficiency. 3. Serial ports 1- 4 are supported on PC, AT and PS/2 compatibles.Chained interrupts used on port 3 and 4 are allowed for so as not to interfere with devices such as a mouse or printer. Transmission speeds of 110 to 115200 baud are available. 4. Detection and utilization of hardware buffered UARTs (NS16550AF etc.) found in some machines is automatic. 5. Interrupt driven hardware and XON/XOFF flow control is provided for. 6. All source code is included. RS232.C can be used with all memory models.
Platform: | Size: 29696 | Author: 朱桦 | Hits:

[SCMUSB_HID

Description: C8051F320范例: This release contains the following components: * USB Interrupt Driver Example * USB Interrupt Firmware Example * Host Application (USBTest.exe) * Host Application Source -C8051F320 Example: This release contains the following components:* USB Interrupt Driver Example* USB Interrupt Firmware Example* Host Application (USBTest.exe)* Host Application Source
Platform: | Size: 200704 | Author: erichuang | Hits:

[uCOSucos_for_stm32f103

Description: UCOS-II FOR STM32F103XX 1 本程序是我自己移植,只使用KEIL进行过软仿真,测试没有发现问题。支持从任何一个中断服务程序里释放信号量。 2 此代码作为参考和学习使用,如果在使用过程中造成损失,本人不负任何责任。 3 此代码作为参考和学习使用,因为里边有UCOS-II,如果要作为商业使用请给UCOS付费。-UCOS-II FOR STM32F103XX 1 This procedure is my own transplant, carried out using only soft KEIL simulation, testing did not find the problem. Support from any one of interrupt service routine release semaphore. 2 of this code as a reference and learning to use, if in the use of the process of loss, I no responsibility. 3 of this code as a reference and learning to use, because inside has UCOS-II, if we as a commercial use, please pay uCOS.
Platform: | Size: 110592 | Author: | Hits:

[SCMint

Description: msp430中断嵌套程序,用于学习msp430中断嵌套.-MSP430 interrupt nesting procedure for learning MSP430 interrupt nesting.
Platform: | Size: 12288 | Author: yanghong | Hits:

[SCMinterrupt

Description: 中断调用程序,介绍单片机中断调用的方法,及示例程序。-Call interrupt procedures, introduce single-chip interrupt call methods and sample programs.
Platform: | Size: 1024 | Author: 张廷 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net