搜索资源列表
IRQ
- ADS开发的嵌入式IRQ中断驱动及处理实例程序,包括中断向量表的构建,以及中断的触发,跳转,以及中断处理函数的编写
9301
- ep9301的底层初始化函数,包括配置ep9301的所有时钟,IRQ的中断处理,定时器1的中断服务函数。
app.rar
- VS1003B的 录音控制代码 带NXP的UART IRQ的管理程序 在USOII下可以使用, VS1003B的 录音控制代码 带NXP的UART IRQ的管理程序 在USOII下可以使用
ADS1.2-MDK3
- 从ADS1.2工程移植到Keil 4工程,详细讲解,附带实例程序-From migration to Keil 4 ADS1.2 engineering projects, detailed explanations, with examples of procedures
TIM0
- str912定时器0的输出比较功能--实现78.125us中断一次IRQ中断-str912 Timer 0 output compare function- to achieve a 78.125us interrupt IRQ interrupt
r_encoder
- rotary encoder interrupt example on HCS12 using IRQ
main
- Counter activated by IRQ interruption for 68HC908GP32
ADuC7026_blink
- led blinking program based on lpc21-led blinking program based on lpc2100
ada-examples-4.6.6
- ada example of RTEMS O.S. (specific for IRQ setting)
chengxu
- 嵌入式代码,控制硬件内部的执行和转调.请认真阅读,是否您所需要的文件。包含FIQ mode,SVC mode,Abort mode,IRQ mode,UNDEF mode-for controlling inner computer s do or undo.including FIQ mode,SVC mode,Abort mode,IRQ mode,UNDEF mode。
4
- IRQ中断处理实验 本实验得到的结果为,系统运行起来后,按12345678任意键,相应的八段数码管就会点亮。 在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。 注意:由于系统产生中断,程序计数器就会跳到0x18处执行中断服务子程序,所以不能在SDRAM调试。-IRQ interrupt handling experimental results of this experiment, the system is runnin
Pro_1.4.0_STM3210C_RAM_NVIC_IRQ_Channels_26_Jul_2
- stm32 examples with nvic irq for stm3210c eval
IRQ
- 控制中断IRQ:中断是指计算机在执行程序的过程中,当出现异常情况或特殊请求时,计算机停止现行程序的运行,转向对这些异常情况或特殊请求的处理,处理结束后再返回现行程序的间断处,继续执行原程序。 中断是单片机实时地处理内部或外部事件的一种内部机制。当某种内部或外部事件发生时,单片机的中断系统将迫使CPU暂停正在执行的程序,转而去进行中断事件的处理,中断处理完毕后,又返回被中断的程序处,继续执行下去。 -IRQ
irq
- arm7TDMI irq 44B0 向量中断实验程序-arm7TDMI irq 44B0 experimental procedure interrupt vector
IRQ
- 飞思卡尔8位单片机入门 MC9S08AW32 如何进行中断服务设置-MC9S08AW32 for codewarrior interruption
nRF24L01-workbook-a-code
- nRF24L01是由Nordic出品的工作在2.4GHz~2.5GHz的ISM 频段的单片无线收发器芯片。本资源包含nRF24L01的中英文芯片手册,并提供了本人整理编写的基于51单片机的发送及接收测试代码。在测试时,只需对nRF24L01的CSN、SCK、MOSI、MISO、IRQ、CE.-The nRF24L01 is the work produced by the Nordic 2.4GHz ~ 2.5GHz ISM band single-chip wireless transceiv
WT56F216_IRQ_0815_02
- 台湾伟诠单片机IRQ应用范例,使用Keil C开发。-SCM the IRQ application example, Taiwan Weltrend Keil C development.
EELiod
- 嵌入式课上基本的实验实验一 系统引导实验 实验二 8段码实验 实验三 键盘实验 实验四 IRQ中断处理 实验五 定时器 实验六 串口传输 实验七 实时时钟 实验八 LCD控制器 实验九 触摸屏 实验十 MMU 实验十一 Can Bus 实验十二 步进电机 -Embedded class basic Experimental test of a system boot Experiment two 8-se
ARM7-code
- 包含ARM7学习用的spi口驱动74595实验、IRQ外中断0实验、IIC总线读写24c02实验等实验-Contains ARM7 learning to use spi port driver 74595 experiment, IRQ external interrupt 0 experiments, IIC bus read and write 24c02 experiment experiments
Generic Timer C code
- This is a generic timer c code. Useful for detecting timeouts in embedded development. Some hardware timer irq must call its Tick function.