Welcome![Sign In][Sign Up]
Location:
Search - vector interrupt

Search list

[Other resourceVector_interrupt

Description: 这是一个标准的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
Platform: | Size: 194761 | Author: 吴飞 | Hits:

[Other resource18_890

Description: 里面是关于arm中断的详细的资料,包括中断向量,中断响应等-inside interruption arm of the detailed information, including vector interrupt, the interrupt response, etc.
Platform: | Size: 30815 | Author: zhz | Hits:

[Other resource44binit_1

Description: 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 achieve vector interrupt the initialization procedures
Platform: | Size: 3496 | Author: milanmilan552 | Hits:

[Other resourceTMS320系列DSP中断矢量表的编写和链接

Description: TMS320 系列DSP 中断矢量表的编写及链接 在DSP 编程中,若用户用到中断,需要编写中断服务程序和中断 向量表,并用链接命令来链接起来。中断向量表是一些跳转指令,每 一个中断源对应一条跳转指令(C54 可选多条跳转指令),这些跳转 指令按顺序排列,跳转指向的地址就是中断服务程序的起始地址。-TMS320 DSP vector interrupt the preparation table and link in the DSP programming, if users use interruption, a need for a break in service interruption to the process and scale, and link with orders to link up. Scale is interrupted to some Jump instructions, every one interrupt source counterparts a Jump Directive (C54 number of optional Jump directive), Jump these instructions in sequence, Jump at the address interrupted service program is the starting address.
Platform: | Size: 79024 | Author: 笑千秋 | Hits:

[WEB Code8259a

Description: 可编程中断控制器中断控制器8259A是专门为控制优先级中断而设计开发的芯片。它将中断源优先排队、辨别中断源以及提供中断矢量的电路集于一片中。因此无需附加任何电路,只需对8259A进行编程,就可以管理8级中断,并选择优先模式和中断请求方式,即中断结构可以由用户编程来设定。同时,在不需要增加其他电路的情况下,通过多片8259A的级连,能构成多达64级的矢量中断系统-Programmable Interrupt Controller Interrupt Controller 8259A is designed for control and priority interrupt the core design and development tablets. It will interrupt source priority queuing, identifying the source of disruption and the provision of the circuit interrupt vector set in a Chinese. Thus there is no need for any additional circuit, just right for 8259 A programming, it can manage eight interruption, and to choose the mode and priority interrupt request means that the structure can be interrupted by the user to set programming. At the same time, no additional circuit of the other, through more than 8,259 tablets of class A connected, could constitute up to 64 Vector Interrupt System
Platform: | Size: 67651 | Author: 少想了 | Hits:

[Other resourceDSPexperimentteachingmaterial

Description: 利用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 interrupt handling procedures, rapid understanding CCS software operation.
Platform: | Size: 604729 | Author: pipoyu | Hits:

[assembly language中断矢量设置与读取有关的DOS功能调用

Description: 与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare interrupted service procedures, how to install (to be interrupted service procedures set up to address the interruption vector table), and how soft interrupt directive calling service interruption program. To highlight key issues, in this case the interruption of services not the presence of code memory.
Platform: | Size: 4378 | Author: 张东 | Hits:

[assembly language中断矢量设置与读取有关的DOS功能调用

Description: 与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare interrupted service procedures, how to install (to be interrupted service procedures set up to address the interruption vector table), and how soft interrupt directive calling service interruption program. To highlight key issues, in this case the interruption of services not the presence of code memory.
Platform: | Size: 4096 | Author: 张东 | Hits:

[ARM-PowerPC-ColdFire-MIPSVector_interrupt

Description: 这是一个标准的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
Platform: | Size: 194560 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPS18_890

Description: 里面是关于arm中断的详细的资料,包括中断向量,中断响应等-inside interruption arm of the detailed information, including vector interrupt, the interrupt response, etc.
Platform: | Size: 30720 | Author: zhz | Hits:

[ARM-PowerPC-ColdFire-MIPS44binit_1

Description: 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 achieve vector interrupt the initialization procedures
Platform: | Size: 3072 | Author: milanmilan552 | Hits:

[DSP programTMS320系列DSP中断矢量表的编写和链接

Description: TMS320 系列DSP 中断矢量表的编写及链接 在DSP 编程中,若用户用到中断,需要编写中断服务程序和中断 向量表,并用链接命令来链接起来。中断向量表是一些跳转指令,每 一个中断源对应一条跳转指令(C54 可选多条跳转指令),这些跳转 指令按顺序排列,跳转指向的地址就是中断服务程序的起始地址。-TMS320 DSP vector interrupt the preparation table and link in the DSP programming, if users use interruption, a need for a break in service interruption to the process and scale, and link with orders to link up. Scale is interrupted to some Jump instructions, every one interrupt source counterparts a Jump Directive (C54 number of optional Jump directive), Jump these instructions in sequence, Jump at the address interrupted service program is the starting address.
Platform: | Size: 78848 | Author: 笑千秋 | Hits:

[Documents8259a

Description: 可编程中断控制器中断控制器8259A是专门为控制优先级中断而设计开发的芯片。它将中断源优先排队、辨别中断源以及提供中断矢量的电路集于一片中。因此无需附加任何电路,只需对8259A进行编程,就可以管理8级中断,并选择优先模式和中断请求方式,即中断结构可以由用户编程来设定。同时,在不需要增加其他电路的情况下,通过多片8259A的级连,能构成多达64级的矢量中断系统-Programmable Interrupt Controller Interrupt Controller 8259A is designed for control and priority interrupt the core design and development tablets. It will interrupt source priority queuing, identifying the source of disruption and the provision of the circuit interrupt vector set in a Chinese. Thus there is no need for any additional circuit, just right for 8259 A programming, it can manage eight interruption, and to choose the mode and priority interrupt request means that the structure can be interrupted by the user to set programming. At the same time, no additional circuit of the other, through more than 8,259 tablets of class A connected, could constitute up to 64 Vector Interrupt System
Platform: | Size: 67584 | Author: 少想了 | Hits:

[OS Develop9S12DP256_Vector_Remapping

Description: motorola dp256 的中断向量映射表-motorola dp256 Interrupt Vector Mapping Table
Platform: | Size: 483328 | Author: weiliang | Hits:

[DSP programDSPexperimentteachingmaterial

Description: 利用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 interrupt handling procedures, rapid understanding CCS software operation.
Platform: | Size: 604160 | Author: pipoyu | Hits:

[DSP programVector

Description: 这是DSP2407的中断矢量测试程序,含全部源码,调试通过,可运行.-This is the interrupt vector DSP2407 test procedures, including all source code, debugging is passed, can be run.
Platform: | Size: 8192 | Author: sss | Hits:

[ARM-PowerPC-ColdFire-MIPSinterrupt

Description: mc9s12dg128中几个重要中断的设置和相互嵌套的实现-mc9s12dg128 interrupted in several important settings and realize mutual nested
Platform: | Size: 209920 | Author: 王永良 | Hits:

[ARM-PowerPC-ColdFire-MIPSDDI0181_PrimeCell_Vectored_Interrupt_Controller.ra

Description: arm向量中断控制器官方文档。详细介绍了VIC Controller,开发ARM可以参考参考。-arm vector interrupt controller of official documents. Detailed VIC Controller, the development of ARM can refer to the reference.
Platform: | Size: 307200 | Author: zx | Hits:

[SCMSTM32+EXTI

Description: 本例展示了如何使用嵌套中断向量控制器(Nested Vectored Interrupt Controller)来设置IRQ通道。 把3个计时器(TIM2,3,4)设置为在每一个计数器更新事项(counter update event)产生中断。这三个计时器都与各自对应的更新IRQ通道联系起来,并设置他们的中断优先级,TIM2为0,TIM4为2。 在他们各自的中断中:TIM2每1秒翻转一次PC.06的状态;TIM3每2秒翻转一次PC.07的状态;TIM4每3秒翻转一次PC.08的状态。 由于在STM3210B-LK1板上, 4个LED连接在PC.04 – PC.07,而不是STM3210B-EVAL上的PC.06 – PC.09,因此,程序要做相应的改动。-This example demonstrates how to use the nested vector interrupt controller (Nested Vectored Interrupt Controller) to set the IRQ channel. The three timers (TIM2, 3,4) is set to update a counter in each matter (counter update event) generate an interrupt. The three timers are updated with their corresponding IRQ channel link and set up their Interrupt Priority, TIM2 to 0, TIM4 to 2. In their respective interrupt in: TIM2 once every 1 seconds flip PC.06 state TIM3 once every two seconds flip PC.07 state TIM4 once every three seconds flip PC.08 state. As STM3210B-LK1-board, 4 LED connected PC.04- PC.07, rather than STM3210B-EVAL on PC.06- PC.09, therefore, corresponding changes to procedures to be done.
Platform: | Size: 247808 | Author: chen | Hits:

[ARM-PowerPC-ColdFire-MIPSRTC-interrupt-vector

Description: LPC2103实时时钟 RTC 向量中断实验 LPC2103实时时钟 RTC 向量中断实验 -LPC2103 RTC Real Time Clock Real Time Clock Vector Interrupt experimental LPC2103 LPC2103 RTC Real Time Clock test vector interrupt vector interrupt RTC experiment
Platform: | Size: 83968 | Author: ldb | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net