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

搜索资源列表

  1. B3006@04.24

    0下载:
  2. 1.支持A,G,R,D,E,U,T,P等命令; 2.可读入.ASM汇编文件或者.COD二进制文件执行; 3.可选择不同的运行方式(全速,单指令,单微指令,暂停); 4.支持中断实验(三级中断源),可以设定中断向量; 5.支持指令集与微指令集的动态扩充; 6.控件动态显示所有重要信号与数据状态(部分控件可点击) -1 supports A, G, R, D, E, U, T, P and other orders 2 read into. AS
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2289764
    • 提供者:张飞
  1. Startup

    0下载:
  2. 对系统中断向量进行初始化,程序首先是从启动文件开始的,初始化下arm的工作环境-The system interrupt vector initialization, the program first starts from the beginning of the file, initializing the working environment under the arm
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:2107
    • 提供者:和平
  1. fet140_ta_03

    0下载:
  2. Descr iption: Toggle P1.0 using software and Timer_A overflow ISR. // In this example an ISR triggers when TA overflows. Inside the TA // overflow ISR P1.0 is toggled. Toggle rate is approximatlely 12Hz. // Proper use of the TAIV interrupt vect
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:819
    • 提供者:刘成
  1. myIntGate

    0下载:
  2. 通过中断门访问内核 象全局描述符表GDT一样,在整个系统中,中断描述符表IDT只有一个。中断描述符表寄存器IDTR指示IDT在内存中的位置。由于80386只识别256个中断向量号,所以IDT最大长度是2K。 中断描述符表IDT所含的描述符只能是中断门、陷阱门和任务门。也就是说,在保护模式下,80386只有通过中断门、陷阱门或任务门才能转移到对应的中断或异常处理程序。 -By interrupt doors to access the kernel Like the Glo
  3. 所属分类:assembly language

    • 发布日期:2017-11-20
    • 文件大小:11562
    • 提供者:jack
  1. MCU

    2下载:
  2. 实验二 累加和串并行显示实验 一.实验目的:学习80C196KC单片机I/O和T2定时应用。 二.实验内容:将4000H首地址的16单元的内容累加,取结果的低4位在P1口并行显示5秒钟,“1”灯亮,“0”灯暗;然后再在P1.0串行输出结果先输出4位高位,后输出4位低位。“1”灯亮,“0”灯暗,每位持续时间两秒。 三.实验预备知识:采用T2内部定时功能。相关中断屏蔽,IOC控制寄存器,中断允许,中断向量,中断程序格式。(80c196kc,晶振频率6Mhz) 四.实验步骤:P
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-10-23
    • 文件大小:869
    • 提供者:fy
  1. DSP281x_PieVect

    0下载:
  2. DSP281X系列芯片,pie中断向量头文件源代码-DSP281X series chips, pie interrupt vector header file source code
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:1416
    • 提供者:李飞
  1. zhongduan

    0下载:
  2. MEGE128中断处理程序,此程序可以对MEGA128的中断向量进行处理,并执行其中的结果。-MEGE128 interrupt handler, this program can MEGA128 the interrupt vector processing, and implement the results
  3. 所属分类:SCM

    • 发布日期:2017-11-24
    • 文件大小:1955
    • 提供者:tcdgfen
  1. vectors

    0下载:
  2. Freescale K60 中断向量 vectors 程序代码-The Freescale K60 Interrupt vector vectors code
  3. 所属分类:SCM

    • 发布日期:2017-11-15
    • 文件大小:3620
    • 提供者:QI
  1. 5509A_CMDaVECTORS

    0下载:
  2. TMS320VC5509A标准的CMD文件,存储空间分配文件和中断向量文件,好用适用。-CMD file of TMS320VC5509A standards, storage space allocation documents and interrupt vector file, easy to apply.
  3. 所属分类:DSP program

    • 发布日期:2017-11-26
    • 文件大小:1126
    • 提供者:pengxiaolv
  1. 8254-count-application-experiments

    0下载:
  2. 8254计数应用实验 INTR对应的中断矢量地址 显示的字符串-8254 count application experiments the INTR corresponding interrupt vector address displayed string
  3. 所属分类:assembly language

    • 发布日期:2017-11-23
    • 文件大小:40921
    • 提供者:
  1. clock

    0下载:
  2. 1、取原来的中断向量,保存并且设置新的中断向量; 2、在设置光标的位置,然后读取系统时间,保存数据; 3、用了2个子函数分别实现输出时间和符号‘:’; 4、设置驻留区的大小,然后结束并驻留内存。 -1, take the original interrupt vector, saved and set a new interrupt vector 2, set the cursor position, and then reads the system time, save t
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1946
    • 提供者:锋的开始
  1. sy2

    0下载:
  2. DSP实验二,C和ASSEMBLY的混合编程。 掌握中断矢量表的使用,掌握定时器中断的使用方法,学习CCS中图形观察动态数据的方式,学习用定时器实现数字振荡器的算法。-DSP experiment two, C and ASSEMBLY mixed programming. Mastered the use of the interrupt vector table, master timer interrupt to use, learn CCS dynamic data in graph
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:17695
    • 提供者:黎娇
  1. EX04_EXINT

    0下载:
  2. 这是一个TMS320VC5509A的外部中断的使用,示范了如何设置中断向量表,如何打开中断,关闭中断,以及全局中断向量的一些设置,并展示如何接收外部中断,并对外部中断作出响应-This is an external interrupt TMS320VC5509A use, demonstrates how to set the interrupt vector table, how to open an interrupt, disable interrupts, as well as some
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:311534
    • 提供者:阿旺
  1. nuc700-bootloader

    0下载:
  2. 新唐nuc700系列arm芯片的nor flash boot引导程序.-Once install on the target board, the NUC700 Boot Loader (WBL) is the first program to be executed after power on. It is responsible to initialize the system including memory interface, interrupt vector table, addr
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-04
    • 文件大小:1094610
    • 提供者:tanshi
  1. STM32F103boot

    0下载:
  2. STM32启动过程解析  1、  通过boot引脚设置可以将中断向量表定位于SRAM区,即起始地址为0x2000000,同时复位后PC指针位于0x2000000处;  2、  通过boot引脚设置可以将中断向量表定位于FLASH区,即起始地址为0x8000000,同时复位后PC指针位于0x8000000处;  3、  通过boot引脚设置可以将中断向量表定位于内置Bootloader区,本文不对这种情况做论述;  &
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:90092
    • 提供者:song
  1. STM32F103boot

    0下载:
  2. STM32启动过程解析 1、 通过boot引脚设置可以将中断向量表定位于SRAM区,即起始地址为0x2000000,同 时复位后PC指针位于0x2000000处; 2、 通过boot引脚设置可以将中断向量表定位于FLASH区,即起始地址为0x8000000,同 时复位后PC指针位于0x8000000处; 3、 通过boot引脚设置可以将中断向量表定位于内置Bootloader区,本文不对这种情况做 论述; 而Cortex-M3内核规定,起始地址必须存放堆
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-27
    • 文件大小:4546
    • 提供者:song
  1. shiyan8_IRQ4

    0下载:
  2. 开发环境:unSP IDE 2.0.0 实验目的: 1)了解IRQ4的中断向量和中断源。 2)掌握中断控制单元P_INT_Ctrl, P_INT_Clear的设置方法。 3)熟悉中断的编程方法。 实验设备: 1)装有µ ’nSP™ IDE仿真环境的PC机一台。 2)µ ’nSP™ 十六位单片机实验箱一个。 实验原理: IRQ4 中断对应4096Hz、2048Hz、1024Hz 中断源,通过写P_INT_Ctrl来设置中
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:28730
    • 提供者:niu
  1. C6678_GPIO

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

    • 发布日期:2014-09-20
    • 文件大小:12288
    • 提供者:ningkeyou
  1. Ex_interrupt

    0下载:
  2. TI DSP TMS320C6000的中断例程,包括寄存器定义的h文件,中断向量表和测试程序,在CCS3.3中测试过没有问题,非常适合初学者-TI DSP TMS320C6000 interrupt routines, including the registers definition in .h file, the interrupt vector table and test procedures, test CCS3.3 had no problem, very suitable for
  3. 所属分类:DSP program

    • 发布日期:2017-04-17
    • 文件大小:52347
    • 提供者:duanning
  1. uCOS_II-openjtag

    0下载:
  2. 移植自友善之臂MINI2440平台的UCOS工程,工程对应的开发环境为Eclipse前端+yagarto编译器+Openjtag仿真器,重实现了中断向量加载方式。内含经过完善的SD卡裸机驱动及对应测试代码。-Transplanted from a friendly arm MINI2440 UCOS platform engineering, engineering corresponding development environment for Eclipse compiler front-
  3. 所属分类:uCOS

    • 发布日期:2017-04-17
    • 文件大小:400327
    • 提供者:yk
« 1 2 3 45 6 »
搜珍网 www.dssz.com