搜索结果

找到约 200 项符合 Interrupt 的查询结果

嵌入式Linux 基于s3c2410平台开发的程序

基于s3c2410平台开发的程序,实现了mmu、clock、interrupt、uart等功能,对学习s3c2410,学习arm,学习bootloader有很大帮助。
https://www.eeworm.com/dl/653/234660.html
下载: 68
查看: 1048

汇编语言 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, the test program extr_intr.c and the external interrupt service routines isr.c. This was compiled using m ...
https://www.eeworm.com/dl/644/246659.html
下载: 144
查看: 1062

电子书籍 很全的中断手册。 INT 00 - CPU-generated - DIVIDE ERROR INT 01 - CPU-generated - SINGLE STEP (80386+) - DEB

很全的中断手册。 INT 00 - CPU-generated - DIVIDE ERROR INT 01 - CPU-generated - SINGLE STEP (80386+) - DEBUGGING EXCEPTIONS INT 02 - external hardware - NON-MASKABLE INTERRUPT INT 03 - CPU-generated - BREAKPOINT INT 04 - CPU-generated - INTO DETECTED OVERFLOW INT 05 - PRINT SCREEN CPU-generated (801 ...
https://www.eeworm.com/dl/cadence/ebook/246882.html
下载: 180
查看: 1131

软件工程 ARMask.The ARM has six operating modes: &#8226 User (unprivileged mode under which most tasks run)

ARMask.The ARM has six operating modes: &#8226 User (unprivileged mode under which most tasks run) &#8226 FIQ (entered when a high priority (fast) interrupt is raised) &#8226 IRQ (entered when a low priority (normal) interrupt is raised) &#8226 Supervisor (entered on reset and when a Software Interr ...
https://www.eeworm.com/dl/540/247072.html
下载: 114
查看: 1054

驱动编程 16 relay output channels and 16 isolated digital input channels LED indicators to show activated

16 relay output channels and 16 isolated digital input channels LED indicators to show activated relays Jumper selectable Form A/Form B-type relay output channel Output status read-back Keep relay output values when hot system reset High-voltage isolation on input channels(2,500 VDC) Hi ESD pr ...
https://www.eeworm.com/dl/618/259633.html
下载: 123
查看: 1038

系统设计方案 === === === === === === === === === === ==== IBM PC KEYBOARD INFORMATION FOR SOFTWARE DEVELOPERS =

=== === === === === === === === === === ==== IBM PC KEYBOARD INFORMATION FOR SOFTWARE DEVELOPERS ================================================================ Sources: PORTS.A of Ralf Brown s interrupt list collection repairfaq.org keyboard FAQ(doesn t appear to exsist) Linux source code Test ...
https://www.eeworm.com/dl/678/263157.html
下载: 121
查看: 1071

汇编语言 这是PC机间相互通信的例子

这是PC机间相互通信的例子,程序“require”为用查询方式实现,程序“interrupt”为 用中断方式实现
https://www.eeworm.com/dl/644/263855.html
下载: 179
查看: 1087

驱动编程 USB接口驱动程序

USB接口驱动程序,Interrupt传输模式
https://www.eeworm.com/dl/618/266512.html
下载: 120
查看: 1043

汇编语言 这是PC机间相互通信的例子

这是PC机间相互通信的例子,程序“require”为用查询方式实现,程序“interrupt”为 用中断方式实现
https://www.eeworm.com/dl/644/272249.html
下载: 74
查看: 1027

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

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