搜索资源列表
studyarmstepbystep
- ARM Boot分析及驱动程序编写举例。ARM编程的基本知识;BOOT代码流程和功能分析,OS中断程序的编写举例和BOOT代码的流程图。
HardiskMBR
- 硬盘主引导记录程序的功能是读出自举分区的BOOT程序,并把控制转移到分区BOOT程序。整个程序流程如下: 1 将本来读入到0:7C00H处的硬盘主引导记录程序移至0:61BH处; ⑵ 顺序读入四个分区表的自举标志,以找出自举分区,若找不到,转而执行INT18H的BOOT异常执行中断程序; ⑶ 找到自举分区后,检测该分区的系统标志,若为32位FAT表或16位FAT表但支持13号中断的扩展功能,就转到执行13号中断的41号功能调用进行安装检验,检验成功,就执行42号扩展读功能调用把
ARMbootstudy
- 介绍ARM编程的基本常识,BOOT代码流程和功能分析,OS中断程序的编写举例及BOOT代码的流程图
weijiyuanli
- 微机报告 直流电动机斩波调速控制 以8088cpu为核心,扩展8253定时器/计数器,产生1ms(PWM的周期的方波),作为8259的IRQ7的中断请求信号,在中断程序中,由8255B口(PB0脚)输出PWM脉冲,经驱动单元输出驱动直流电动机(起码有高、中、低三个速度,甚至可连续调速)。-c++
vectors
- 日本富士通的通用异步收发器(UART)的中断程序-Japan' s Fujitsu Universal Asynchronous Receiver Transmitter (UART) interrupt program
38kye
- 8行*3列的矩阵键盘,没有接上拉和地,可移植到定时扫描或中断扫描程序-8 OK* 3 matrix of the keyboard, there is no way connected to pull and can be ported to regularly scan or interruption of scanning process
Windriver
- 用windrive 开发pci驱动程序开发文章-Developed with windrive article pci driver development
TWIinterrupt.c
- 该程序是经过精心思考,艰苦调试,得到的关于AVR单片机TWI总线的程序,本例为访问PCF8563为例,中断程序坚实可靠,以此献给大家,渴望参加程序员联盟。-The program was carefully thought, hard to debug, get on the AVR microcontroller TWI bus program, in this case as an example to access PCF8563 interrupt program a solid and
gramming
- 独立式键盘电路及其中断程序设计Separate keyboard circuit and interrupt programming-Separate keyboard circuit and interrupt programming
zhongduan
- 编写程序的一部分子程序-中断程序,用汇编编语言写的。-Programming part of the routine- interrupt the program, written in assembly language code.
FILE
- 基于PIC的基准电压产生程序,中断程序,脉冲调制信号程序,过流保护程序-PIC-based reference voltage generation process, interrupt the program, the pulse modulation signal process, over-current protection program, etc.
PWM
- 51单片机 pwm定时器中断程序,利用定时器中断,发生PWM波形 可调占空比-The 51 microcontroller pwm timer interrupt, using the timer interrupt, adjustable duty cycle of the PWM waveform
51
- 430的中断程序,可以借鉴一下,可能会对你有一点用处-430 interrupt program, can learn from
AVRAD
- 大部分AVR内部带有AD,本节以使用ATMEGA16的内部AD为例,给出AD转换中断程序-Most of the AVR with internal AD in this section to the using ATMEGA16 internal AD, for example, given the AD conversion interrupt routine.
p1
- msp430f1xx 的io口中断程序 和1602相互调节-msp430f1xx the io interrupt procedures and mutual adjustment 1602
Key-P1.3-interrupt-program
- 基于MSP430G2553控制的按键P1.3中断程序 -Based MSP430G2553 control buttons P1.3 interrupt program
基于ARM 与WINCE 的RS485 驱动程序设计
- 随着工业设备控制要求的日益复杂,嵌入式的工业控制系统成为必然趋势。由于RS485 具有良好的抗干扰性、传输距离长和多站能力等优点,在工业控制领域中应用最广泛。为了开发基于ARM9 内核和Windows CE 5.0 系统的RS485 驱动程序,首先给出了硬件电路设计,接着阐述了Windows CE 系统的驱动模型以及中断处理方法;然后详细描述了RS485 驱动程序的具体设计过程,包括驱动程序的结构设计、关键函数设计、驱动程序的注册和加载等。实验结果表明,RS485 驱动程序运行稳定可靠。
309915EE188
- 介绍ADSP-219X系列处理器应用笔记,详细介绍c语言在中断程序的使用。-Introduction ADSP-219X series processors application note detailing c language used in the interrupt routine.
ALIENTEK-MiniSTM32
- STM32外部定时器中断程序 ;本实验将实现如下功能:本实验将用开发板上载有的3个按钮(KEY_UP、KEY0、KEY1),来控制板上的2个LED(DS0和DS1),其中KEY0控制DS0,按一次亮,再按一次,就灭。KEY1控制DS1,效果同KEY0。KEY_UP则同时控制DS0和DS1,按一次,他们的状态就翻转一次。 -STM32 timer interrupt program
Computer-engenring-experiment
- 含有中断程序,简单计数程序等的设计实现。-Containing the interrupt routine, simple counting procedures, design and implementation.