搜索资源列表
MultiInterruptIRQ
- 基于ARM的44B0开发板的中断IRQ程序的原代码
STM32F_NVIC
- STM32F系列ARM的NVIC应用例子程序,STM32F提供了丰富的中断功能支持,有多个可设定的中断优先级别.
WDT_overflow_int
- arm嵌入式系统lpc22**看门狗溢出产生中断源代码
VICtest
- ARM的计数器中断实验。是基于Keil For Arm的。
14.1-Exti
- STM32 开发板例子:外部中断. 开发环境:Keil For ARM
Interuppt_S3C4510B
- ARM S3C4510B系统中的异常中断技术.pdf-Interuppt_S3C4510B.rar
arm-shiyan
- arm2410各种基础实验,已通过测试,内容: LCD控制器.doc 看门狗定时器.doc 定时器.doc 中断控制器.doc DMA 控制器.doc ad.doc 7279键盘和数码管.doc IIC 总线接口.doc IIC 总线接口.doc RTC.doc UART.doc
ARM2410timer
- ARM定时器中断程序,设计的较详细,希望给大家有所帮助-ARM timer interrupt process, the more detailed design, we hope to help
ARMCode_Demo
- ARM设计实例,为学习ARM者提供参考,里面包括正弦波发生器、使用UART中断方式进行通讯等实例-ARM design example for those who learn ARM provide a reference, which include the sine wave generator, use the UART interrupt, such as examples of ways to communicate
i2cint
- ARM I2C 通讯软件(中断方式),通过此程序,可以方便的完成CPU 和其他芯片之间的I2C通讯。-I2C communication with ARM (INT mode),by it, could do communication between CPU and other chip.
s3c44b0xUboot
- ARM下UBOOT引导程序是如何引导加载程序的, 1.如何编译和调试主程序 2.如何使中断跳到RAM中的中断服务程序执行 3.如何把引导程序和主程序写入FLASH中.-ARM program under the guidance UBOOT is how the boot loader, 1. How to compile and debug the main program 2. How to make the jump to RAM interruption in the imp
ARM
- 本书的各章节内容安排如下: 第1章简要介绍目前ARM微处理器的种类及主要结构特征。 第2章介绍ARM编程模型的基本知识,包括寄存器的组织和ARM微处理器的工作模式,ARM体系结构中异常及处理等基本概念。 第3章详细介绍ARM体系的指令系统和寻址方式,着重介绍32位的ARM指令集。16位的Thumb指令集为32位ARM指令集的一个子集,在了解了ARM指令集的基础上,就很容易理解Thumb指令。 第4章介绍ARM汇编语言程序设计的基本知识。 第5章本章是全书的重点,详细介绍基于S
RS485
- arm 485 编程例子,中断触发一个测试过的例子-arm 485 programming examples tested interrupt example of arm
nRF24L01
- 基于Cortex-M3的nRF24L01驱动程序,使用中断通信,可参考,发送部分也应利用该思想采用中断处理。仅使用1层FIFO-Cortex-M3-based nRF24L01 drivers use interrupt communications, can refer to, send some thought should also be used by the interrupt handling. Use only one layer of FIFO
ARM.tar
- 本代码是在基于ARM9基础上实现了外部中断、看门狗和LED流水灯的实验-This code is based on the ARM9 based on the realization of the external interrupt, watchdog and LED light water experiment
ARM-structure
- ARM体系结构版本 ARM处理器系列 ARM流水线 ARM工作模式和工作状态 ARM寄存器组织 ARM存储器组织 ARM的异常中断 AMBA和ARM7TDMI -ARM architecture ARM-structured version of the ARM processor family of ARM pipeline ARM mode and ARM memory organization of the working status of the ARM
KEYPLED
- ARM中断LED灯显示程序源代码,调用函数库,很好的例程-The ARM interrupt LED lights to show programming source code, call the library, a good routine
EXTI
- ARM中断方式LED灯显示程序源代码,调用函数库,很好的例程-The ARM interrupt LED lights to show programming source code, call the library, a good routine
ARM实现秒表功能
- 实现秒表功能。数码管高两位显示秒,低两位显示精确到0.01秒的数值(提示,修改PIT0中断的时间,调整走时和显示算法;在实现自由走时的基础上,利用按键,使其具有开始、暂停、继续、停止等功能。开始键负责清零,然后开始计时。(Stopwatch function. Two digital tube display seconds, low two digit display accurate to 0.01 seconds (numerical prompt, modify the PIT0 int
简易信号发生器
- 基于ARM Cortex-M4F(TM4C123)单片机 【功能】启用定时器中断,从微控制器引脚输出占空比为x%, x kHz的方波。其中x为你的学号后2位,当后两位为00时,可使用学号倒数4-3位。 同时在液晶上按如下格式显示: ①简易信号发生器 ②定时器m,引脚n ③Fre=x,Duty=x ④你的姓名(Based on ARM Cortex-M4F (TM4C123) single chip microcomputer [functio
