文件名称:4
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 47kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
IRQ中断处理实验
本实验得到的结果为,系统运行起来后,按12345678任意键,相应的八段数码管就会点亮。
在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。
注意:由于系统产生中断,程序计数器就会跳到0x18处执行中断服务子程序,所以不能在SDRAM调试。-IRQ interrupt handling experimental results of this experiment, the system is running, press any key 12345678, the corresponding Ba Duan digital tube will light up. Debug in flash, you need to modify the RO BASE is 0x00000000, the other not modify, recompile download can run. Note: Due to system interrupt, the program counter will jump to 0x18 Department execute the interrupt service routine, it can not debug the SDRAM.
本实验得到的结果为,系统运行起来后,按12345678任意键,相应的八段数码管就会点亮。
在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。
注意:由于系统产生中断,程序计数器就会跳到0x18处执行中断服务子程序,所以不能在SDRAM调试。-IRQ interrupt handling experimental results of this experiment, the system is running, press any key 12345678, the corresponding Ba Duan digital tube will light up. Debug in flash, you need to modify the RO BASE is 0x00000000, the other not modify, recompile download can run. Note: Due to system interrupt, the program counter will jump to 0x18 Department execute the interrupt service routine, it can not debug the SDRAM.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验4 IRQ中断处理\Interrupt.mcp
.................\Readme.txt
.................\Interrupt_Data\CWSettingsWindows.stg
.................\..............\Debug\TargetDataWindows.tdt
.................\..............\.....Rel\Interrupt.axf
.................\..............\........\Interrupt.bin
.................\..............\........\TargetDataWindows.tdt
.................\..............\........\ObjectCode\Interrupt.o
.................\..............\........\..........\boot.o
.................\..............\........\..........\handler_IRQ.o
.................\..............\........\..........\library_register.o
.................\..............\........\..........\library_variant.o
.................\..............\........\..........\os_null.o
.................\..............\........\..........\post_initGpio.o
.................\..............\........\..........\post_initKey.o
.................\..............\........\..........\post_initMem.o
.................\..............\........\..........\post_initStack.o
.................\..............\........\..........\post_initVariant.o
.................\..............\Release\TargetDataWindows.tdt
.................\library\library_register.s
.................\.......\library_variant.s
.................\moduleDriver\button_statusFetch.s
.................\os\Interrupt.c
.................\..\os_null.s
.................\..\register_variant.h
.................\post\boot.s
.................\....\handler_IRQ.s
.................\....\led_code.s
.................\....\post_initGpio.s
.................\....\post_initKey.s
.................\....\post_initMem.s
.................\....\post_initStack.s
.................\....\post_initVariant.s
.................\Interrupt_Data\DebugRel\ObjectCode
.................\..............\Debug
.................\..............\DebugRel
.................\..............\Release
.................\Interrupt_Data
.................\library
.................\moduleDriver
.................\os
.................\post
实验4 IRQ中断处理
.................\Readme.txt
.................\Interrupt_Data\CWSettingsWindows.stg
.................\..............\Debug\TargetDataWindows.tdt
.................\..............\.....Rel\Interrupt.axf
.................\..............\........\Interrupt.bin
.................\..............\........\TargetDataWindows.tdt
.................\..............\........\ObjectCode\Interrupt.o
.................\..............\........\..........\boot.o
.................\..............\........\..........\handler_IRQ.o
.................\..............\........\..........\library_register.o
.................\..............\........\..........\library_variant.o
.................\..............\........\..........\os_null.o
.................\..............\........\..........\post_initGpio.o
.................\..............\........\..........\post_initKey.o
.................\..............\........\..........\post_initMem.o
.................\..............\........\..........\post_initStack.o
.................\..............\........\..........\post_initVariant.o
.................\..............\Release\TargetDataWindows.tdt
.................\library\library_register.s
.................\.......\library_variant.s
.................\moduleDriver\button_statusFetch.s
.................\os\Interrupt.c
.................\..\os_null.s
.................\..\register_variant.h
.................\post\boot.s
.................\....\handler_IRQ.s
.................\....\led_code.s
.................\....\post_initGpio.s
.................\....\post_initKey.s
.................\....\post_initMem.s
.................\....\post_initStack.s
.................\....\post_initVariant.s
.................\Interrupt_Data\DebugRel\ObjectCode
.................\..............\Debug
.................\..............\DebugRel
.................\..............\Release
.................\Interrupt_Data
.................\library
.................\moduleDriver
.................\os
.................\post
实验4 IRQ中断处理