毕业论文_ARM_Cortex-M0_嵌入式微处理器中断控制系统研究_.doc
文本预览下载声明
河南城建学院本科毕业设计(论文) 摘要
I
毕 业 设 计 [论 文]
题 目:ARM Cortex-M0 嵌入式微处理器中断控制系统研究
学 院: 电气与信息工程学院
专 业: 自动化
摘 要
本文介绍了ARM Cortex-M0嵌入式微处理器中断控制系统的设计。Cortex-M0是ARM公司开发的一款提供超低功耗、低成本微处理器,采用独特的中断控制系统,能够有效加速中断响应过程。通过对M0处理器的中断控制系统研究,可以更深入的了解微处理器架构以及中断控制系统设计。
本文首先简述了嵌入式系统的结构、现状以及发展趋势,然后解释了中断和中断嵌套优先级的概念,重点介绍了ARM Cortex-M0的结构特点,总结了M0异常和中断的特点,并对M0的中断优先级、嵌套向量中断控制器(NVIC)和ARM Cortex微控制器软件接口标准(CMSIS)作说明,最后在ALTERA DE2-115上用按键边沿触发中断,通过观察LED的闪烁状态来验证编写的中断控制程序。
关键词:ARM Cortex-M0,中断,NVIC
= 2 \* ROMAN II
ABSTRACT
This article describes the ARM Cortex-M0 embedded microprocessor interrupt control system design. ARM Cortex-M0 is the development of a company to provide ultra-low-power, low-cost microprocessors, using a unique interrupt control system that can effectively accelerate the process interrupt response. By M0 processors interrupt control system can be more in-depth understanding of microprocessor architecture and interrupt control system design.
This paper outlines the structure of the embedded system, status quo and development trends, then explained the priority of interrupts and interrupt nesting concept, focusing on the ARM Cortex-M0 structural characteristics, summarized M0 exception and interrupt characteristics, and the interrupt priority for M0, nested Vectored Interrupt controller (NVIC) and the ARM Cortex microcontroller Software Interface Standard (CMSIS) for illustration, the last in ALTERA DE2-115 with the keypad on edge-triggered interrupts, by observing the status LED flashing to verify that implements interrupt control.
Keywords: ARM Cortex-M0, interrupt, NVIC
PAGE IV
目 录
TOC \o 1-3 \h \z \u 摘 要 I
ABSTRACT II
1 绪论 1
1.1 研究背景 1
1.2 研究内容 1
1.3 研究成果 1
1.4 论文结构 2
2 嵌入式系统 3
2.1 嵌入式系统简介 3
2.2 嵌入式系统的组成与分类 4
2.3 常见嵌入式处理器的体系结构 5
2.4 嵌入式处理器的发展趋势 6
3 中断 8
3.1 中断的定义 8
3.2 中断源 9
3.3 中断分类 9
3.4 中断应具有的功能 10
3.5 中断嵌套与优先级 10
3.5.1 中断优先
显示全部