搜索资源列表
MODE_Switch2
- MODE_Switch1Processing multi-interrupt request needs to set the priority of these interrupt requests. The IRQ flags of the 7 interrupt are controlled by the interrupt event occurring. But the IRQ flag set doesn t mean the system to execute the in
STM32+EXTI.rar
- 本例展示了如何使用嵌套中断向量控制器(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的状态
interrupt.rar
- MC9s12d系列单片机中断程序实例,本程序在DP256,DG128两种实验平台上测试通过。此系列单片机有56种中断,其余中断程序可仿照此程序编写,MC9s12d Series Singlechip interrupted instance, the procedures in the DP256, DG128 two experimental platform test. This series there are 56 kinds of single-chip interrupted, an
TI_MSC1200
- The ISD51_Demo project for the MSC1200 shows how to use the ISD51 In-System-Debugger with flash breakpoints or hardware breakpoints. By default, it is configured for flash breakpoints which allow you to set real-time breakpoints in your soft
chuanhangkou
- 16位单片机编程,采用串行口中断向量实现串行口通信。-Programming 16-bit single-chip, using the serial port interrupt vector to achieve the serial port communications.
zhongduanxiangl
- atmega16的中断向量的一张表格。初学者用iccavr编程时,要用到的。我将它保存下来,不用来回查了。-atmega16 an interrupt vector table. Beginners programming with iccavr use to. I will survive it, do not return the check.
mega16_32_intrupt
- ATmega16和ATmega32是哥俩好的芯片,除了RAM和FLAsh大小不同,二者几乎是一样的,注意,还有中断向量不同,这是ATmega16和ATmega32的中断向量表-ATmega16 and ATmega32 is哥俩good chip, in addition to RAM, and FLAsh the difference in size between the two is almost the same, note that there is a different inter
IIR_cpu1
- 完整的IIR滤波器工程文件,包括源代码,CMD文件,以及中断向量表和库文件。-Complete IIR filter project files, including source code, CMD files, and interrupt vector table and library files.
NVIC
- STM32V100单片机嵌套中断向量案例-Microcontroller interrupt vector nested case STM32V100
bootloader
- s3c启动代码注释,包括建立中断向量表,初始化堆栈等-s3c startup code comments, including the establishment of the interrupt vector table, initialize the stack, etc.
09739393PWM
- PWM波工程的建立,包括中断向量的定义,汇编文件以及命令文件-The establishment of PWM wave projects, including the interrupt vector definition, compilation, and command files
STM32_LED_520_tim2
- 通过定时器控制亮灯的 配合IAP程序,已经更改了程序地址的中断向量表-Light, through the timer control with the IAP program, the program has changed the address of the interrupt vector table
NVIC
- keil对STM ARM单片机编程,实现中断向量功能控制,连接在三个时钟上,并用中断来触发LED-keil on STM ARM microcontroller programming, interrupt vector control function, connected to three clock, and interrupt trigger with LED
NVIC
- 基于STM32芯片,NVIC嵌套中断向量列表控制器的程序,最好在keil环境下结合STM32开发板硬件调试-Based on the STM32 chip, NVIC nested interrupt vector control program list, the best combination of circumstances in keil STM32 development board hardware debugging
Startup
- 对系统中断向量进行初始化,程序首先是从启动文件开始的,初始化下arm的工作环境-The system interrupt vector initialization, the program first starts from the beginning of the file, initializing the working environment under the arm
fet140_ta_03
- 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
MCU
- 实验二 累加和串并行显示实验 一.实验目的:学习80C196KC单片机I/O和T2定时应用。 二.实验内容:将4000H首地址的16单元的内容累加,取结果的低4位在P1口并行显示5秒钟,“1”灯亮,“0”灯暗;然后再在P1.0串行输出结果先输出4位高位,后输出4位低位。“1”灯亮,“0”灯暗,每位持续时间两秒。 三.实验预备知识:采用T2内部定时功能。相关中断屏蔽,IOC控制寄存器,中断允许,中断向量,中断程序格式。(80c196kc,晶振频率6Mhz) 四.实验步骤:P
zhongduan
- MEGE128中断处理程序,此程序可以对MEGA128的中断向量进行处理,并执行其中的结果。-MEGE128 interrupt handler, this program can MEGA128 the interrupt vector processing, and implement the results
vectors
- Freescale K60 中断向量 vectors 程序代码-The Freescale K60 Interrupt vector vectors code
shiyan8_IRQ4
- 开发环境: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来设置中