CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - interrupt vector

搜索资源列表

  1. Vector_interrupt

    0下载:
  2. 这是一个标准的s3c44b0x向量中断程序,程序的注释行详细介绍了,向量中断方式下,处理器是如何找到ISR的-this is a standard vector interrupt process of s3c44b0,it explain clearly the processor how to find the ISR in vector interrupt mode
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:194761
    • 提供者:吴飞
  1. 18_890

    0下载:
  2. 里面是关于arm中断的详细的资料,包括中断向量,中断响应等-inside interruption arm of the detailed information, including vector interrupt, the interrupt response, etc.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:30815
    • 提供者:zhz
  1. 44binit_1

    0下载:
  2. arm的非向量中断通过执行IsrIRQ判断中断源,找到相应Handle***的地址。 此程序是在arm上实现向量方式中断的初始化程序-arm of the non-vector interruption through the implementation IsrIRQ judgment interrupt source, find the corresponding Handle *** address. This procedure is the arm on the way to ac
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:3496
    • 提供者:milanmilan552
  1. TMS320系列DSP中断矢量表的编写和链接

    0下载:
  2. TMS320 系列DSP 中断矢量表的编写及链接 在DSP 编程中,若用户用到中断,需要编写中断服务程序和中断 向量表,并用链接命令来链接起来。中断向量表是一些跳转指令,每 一个中断源对应一条跳转指令(C54 可选多条跳转指令),这些跳转 指令按顺序排列,跳转指向的地址就是中断服务程序的起始地址。-TMS320 DSP vector interrupt the preparation table and link in the DSP programming, if users
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:79024
    • 提供者:笑千秋
  1. embedwamgjun2

    0下载:
  2. 将中断向量调整到0x33ffff00地址。 我的理解是中断向量仍然是0x0,只是通过一种转换将这个向量表又复制到0x33ffff00地址了。但是当中断来临的时候,CPU仍然首先指向0x0地址所在的向量表,然后通过这个向量表转向0x33ffff00所在的向量表。-will interrupt vectors 0x33ffff00 adjusted to address. My understanding is interrupted vector is still 0 x0, only thr
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:8729
    • 提供者:wangjun
  1. DSPexperimentteachingmaterial

    0下载:
  2. 利用DSP.的CCS3.0/2.0作学习用的资料,对DSP的初学者来说,肯定有用处,里面提供了八个实验,包括正弦波信号,中断向量处理等程序,可以快速了了解CCS软件的操作.-use of DSP. CCS3.0/2.0 for the study of data used to DSP beginners, certainly useful, which provided eight experiments, including sinusoidal signal vector interrup
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:604729
    • 提供者:pipoyu
  1. interrupts

    0下载:
  2. Miscellaneous definitions used to initialise the interrupt vector table with the machine-specific interrupt routines.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1996
    • 提供者:vieqiwun
  1. STM32_experiment-eight_INT

    0下载:
  2. 基于STM32的中断向量库开发,并且标注具体库函数名的位置以及相应设置方式,方便查找和理解。-STM32-based interrupt vector library development, and marked the location of a specific library function name and the corresponding set up, easy to find and understand.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-08
    • 文件大小:1537864
    • 提供者:刘成
  1. RAM_INT_VECT

    0下载:
  2. 重新分配MSP430F5438A的中断向量到RAM- Moving and using the interrupt vector table to RAM on MSP430F5438A
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:10245
    • 提供者:luo
  1. C6678_GPIOInterrupt

    0下载:
  2. 配置C6678的GPIO中断,把中断向量表映射到12个可屏蔽中断里-C6678 configuration of GPIO interrupts, the interrupt vector table is mapped to 12 maskable interrupts in
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:11760
    • 提供者:田茂强
  1. shub_mmr

    0下载:
  2. Descr iption: Optional interrupt vector area, 2MB aligned.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3080
    • 提供者:delenzr
  1. stm32-iap-small-data

    0下载:
  2. 1.此代码基于红牛开发板,请根据自己的板子进行修改。 2.通过修改网上的代码实现,修改前的功能开了一个很大的缓存接收app数据,然后一次性全部数据写入, 但是这个在实际应用中没多大用,所以修改为一次写入128个字节。 3.程序flash的偏移地址为0x8010000,所以app编译前应该在mdk中设置 Option窗口->Target页->IROM1,start 改为 0x8010000 4.设置中断向量重映射,我用的方法是在app端的main函
  3. 所属分类:SCM

    • 发布日期:2017-05-08
    • 文件大小:1925213
    • 提供者:qy
  1. sun4v_ivec

    0下载:
  2. sun4v_ivec.S: Sun4v interrupt vector handling.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1904
    • 提供者:jangzmfn
  1. install-INT21H

    0下载:
  2. 安裝中斷程式INT21H,save old interrupt vector,install interrupt vector 40H-Installation interrupt program INT21H
  3. 所属分类:ELanguage

    • 发布日期:2017-04-12
    • 文件大小:1376
    • 提供者:Austin
  1. irq_vectors

    0下载:
  2. local_timer - called when entering exiting a local timer interrupt vector handler.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:933
    • 提供者:mqfgbe
  1. intr_vect

    0下载:
  2. Interrupt vector numbers autogenerated by n asic design tools rdesc src rdes2intr version.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7277
    • 提供者:dysenbou
  1. v

    0下载:
  2. 1.DSP的初始设置 2.DSP中断向量表的建立 3.定时中断的编写 4.查询方式异步串口程序的编写 -1.The initial set of DSP 2.DSP interrupt vector table established 3.The timer interrupt preparation 4.Discover write asynchronous serial program
  3. 所属分类:DSP program

    • 发布日期:2017-05-14
    • 文件大小:3109498
    • 提供者:xiangyan
  1. 16 外部中断

    0下载:
  2. stm32f439外部中断,nvic中断向量寄存器,灵活入门(Stm32f439 external interrupt, NVIC interrupt vector register, flexible Introduction)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-19
    • 文件大小:9334784
    • 提供者:飞越
  1. Handling interrupts

    0下载:
  2. 内中断,汇编程序处理0号除法溢出中断的程序,设置中断向量表,保存中断处理程序。(Internal interrupt, assembler processing division 0 overflow interrupt program, set interrupt vector table, save interrupt processing program.)
  3. 所属分类:汇编语言

    • 发布日期:2018-05-04
    • 文件大小:1024
    • 提供者:oldboy1
  1. 实验四前三题

    0下载:
  2. 1、8255 芯片初始化 (1) 分析原理图,计算 8255 芯片和 8253 芯片在 IO 空间中各内部寄存器的端口地址,修改 Demo 程序(main.asm 和 INTDemo.asm)中 IO 空间地址的符号定义(xxH)。 (2) 分析原理图中 8255 芯片 PA、PB 和 PC 口的信号传输方向确定各端口的输入及输出状 态,填充源代码框架中 8255 芯片初始化子程序 INIT8255,完成 8255 芯片初始化代码。 (3) 分析原理图中 PC 口的电路功能,完成对 PC 口各信
  3. 所属分类:其他

    • 发布日期:2020-05-01
    • 文件大小:1338368
    • 提供者:manstein09
« 1 2 3 4 56 »
搜珍网 www.dssz.com