文件名称:interrupts
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 121kb
- 下载次数:
- 0次
- 提 供 者:
- go***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
This example application demonstrates the interrupt preemption and
tail-chaining capabilities of Cortex-M3 microprocessor and NVIC. Nested
interrupts are synthesized when the interrupts have the same priority,
increasing priorities, and decreasing priorities. With increasing
priorities, preemption will occur in the other two cases tail-chaining
will occur. The currently pending interrupts and the currently executing
interrupt will be displayed on the OLED GPIO pins B0, B1 and B2 will be
asserted upon interrupt handler entry and de-asserted before interrupt
handler exit so that the off-to-on time can be observed with a scope or
logic analyzer to see the speed of tail-chaining (for the two cases where
tail-chaining is occurring).-This example application demonstrates the interrupt preemption and
tail-chaining capabilities of Cortex-M3 microprocessor and NVIC. Nested
interrupts are synthesized when the interrupts have the same priority,
increasing priorities, and decreasing priorities. With increasing
priorities, preemption will occur in the other two cases tail-chaining
will occur. The currently pending interrupts and the currently executing
interrupt will be displayed on the OLED GPIO pins B0, B1 and B2 will be
asserted upon interrupt handler entry and de-asserted before interrupt
handler exit so that the off-to-on time can be observed with a scope or
logic analyzer to see the speed of tail-chaining (for the two cases where
tail-chaining is occurring).
tail-chaining capabilities of Cortex-M3 microprocessor and NVIC. Nested
interrupts are synthesized when the interrupts have the same priority,
increasing priorities, and decreasing priorities. With increasing
priorities, preemption will occur in the other two cases tail-chaining
will occur. The currently pending interrupts and the currently executing
interrupt will be displayed on the OLED GPIO pins B0, B1 and B2 will be
asserted upon interrupt handler entry and de-asserted before interrupt
handler exit so that the off-to-on time can be observed with a scope or
logic analyzer to see the speed of tail-chaining (for the two cases where
tail-chaining is occurring).-This example application demonstrates the interrupt preemption and
tail-chaining capabilities of Cortex-M3 microprocessor and NVIC. Nested
interrupts are synthesized when the interrupts have the same priority,
increasing priorities, and decreasing priorities. With increasing
priorities, preemption will occur in the other two cases tail-chaining
will occur. The currently pending interrupts and the currently executing
interrupt will be displayed on the OLED GPIO pins B0, B1 and B2 will be
asserted upon interrupt handler entry and de-asserted before interrupt
handler exit so that the off-to-on time can be observed with a scope or
logic analyzer to see the speed of tail-chaining (for the two cases where
tail-chaining is occurring).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
interrupts
..........\codered
..........\.......\interrupts.axf
..........\.......\interrupts.bin
..........\cr_project.xml
..........\ewarm
..........\.....\Exe
..........\.....\...\interrupts.bin
..........\.....\...\interrupts.out
..........\gcc
..........\...\interrupts.axf
..........\...\interrupts.bin
..........\interrupts.c
..........\interrupts.ewd
..........\interrupts.ewp
..........\interrupts.icf
..........\interrupts.ld
..........\interrupts.Opt
..........\interrupts.sct
..........\interrupts.Uv2
..........\interrupts_codered.ld
..........\interrupts_interrupts.dep
..........\interrupts_Opt.Bak
..........\interrupts_sourcerygxx.ld
..........\interrupts_Uv2.Bak
..........\lm3s6965-rom.ld
..........\Makefile
..........\readme.txt
..........\rvmdk
..........\.....\interrupts.axf
..........\.....\interrupts.bin
..........\.....\interrupts.plg
..........\sourcerygxx
..........\...........\interrupts.axf
..........\...........\interrupts.bin
..........\startup_codered.c
..........\startup_ewarm.c
..........\startup_gcc.c
..........\startup_rvmdk.S
..........\startup_sourcerygxx.c
..........\codered
..........\.......\interrupts.axf
..........\.......\interrupts.bin
..........\cr_project.xml
..........\ewarm
..........\.....\Exe
..........\.....\...\interrupts.bin
..........\.....\...\interrupts.out
..........\gcc
..........\...\interrupts.axf
..........\...\interrupts.bin
..........\interrupts.c
..........\interrupts.ewd
..........\interrupts.ewp
..........\interrupts.icf
..........\interrupts.ld
..........\interrupts.Opt
..........\interrupts.sct
..........\interrupts.Uv2
..........\interrupts_codered.ld
..........\interrupts_interrupts.dep
..........\interrupts_Opt.Bak
..........\interrupts_sourcerygxx.ld
..........\interrupts_Uv2.Bak
..........\lm3s6965-rom.ld
..........\Makefile
..........\readme.txt
..........\rvmdk
..........\.....\interrupts.axf
..........\.....\interrupts.bin
..........\.....\interrupts.plg
..........\sourcerygxx
..........\...........\interrupts.axf
..........\...........\interrupts.bin
..........\startup_codered.c
..........\startup_ewarm.c
..........\startup_gcc.c
..........\startup_rvmdk.S
..........\startup_sourcerygxx.c