This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an Interrupt on a period overflow. A count is kept each time each Interrupt passes through the Interrupt service routine. EVA Timer 1 has the shortest period while EVB Timer4 has the longest period.
上传时间: 2013-12-25
上传用户:康郎
This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an Interrupt on a period overflow. A count is kept each time each Interrupt passes through the Interrupt service routine.
上传时间: 2017-04-25
上传用户:fandeshun
This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an Interrupt on a period overflow.
上传时间: 2013-11-28
上传用户:dancnc
LPC2103 - example how to use RTC and its Interrupt.
标签: Interrupt example 2103 LPC
上传时间: 2014-01-19
上传用户:225588
keypad 4x4 use Interrupt with PIC18F4550
标签: Interrupt keypad F4550 4550
上传时间: 2017-04-29
上传用户:Shaikh
UART Interrupt based, LPC2148, Keil real view compiler
标签: Interrupt compiler based UART
上传时间: 2014-01-21
上传用户:x4587
Interrupt application code * compile : * $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o Interrupt Interrupt.c * $cp Interrupt /tftpboot/examples * run in target: * #mount 192.168.1.180:/tftpboot/ /mnt/nfs * #cd /mnt/nfs/examples * #insmod eintdrv.o * #mknod eint c 98 0 * #./Interrupt
标签: arm-linux-gcc application Interrupt compile
上传时间: 2017-05-07
上传用户:sunjet
useing Interrupt in pic 16f877
标签: Interrupt useing 16f877 pic
上传时间: 2017-05-09
上传用户:417313137
Software uart using a general purpose io and an external Interrupt pin of an atmel uc. half duplex operation, adjustable baud rate
标签: Interrupt Software external general
上传时间: 2013-12-31
上传用户:zhangyigenius
基于单片机的10根线束线缆检测器的源程序 #pragma sfr #pragma DI #pragma EI #pragma NOP //#pragma Interrupt INTTM010 isr_INTTM000 #pragma Interrupt INTTM80 isr_INTTM80 //#pragma Interrupt INTTMH1 isr_INTTMH1 #pragma section @@CNST OPT AT 80H const char OPTION=0x94 typedef unsigned char uchar typedef unsigned int uint //==PORT DEFINE== #define SEND1_P P4.1 #define SEND2_P P4.2 #define SEND3_P P4.3 #define SEND4_P P4.4 #define SEND5_P P4.5 #define SEND6_P P4.6 #define SEND7_P P4.7 #define SEND8_P P13.0 #define SEND9_P P2.3 #define SEND10_P P2.2
标签: pragma Interrupt INTTM 010
上传时间: 2017-05-25
上传用户:sunjet