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