- 1、本文档共49页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
arm-cortex-m0-嵌入式微处理器中断控制系统研究-毕业论文
河南城建学院本科毕业设计(论文) 摘要
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 \* MERGEFORMATIV
目 录
TOC \o 1-3 \h \z \u HYPERLINK \l _Toc359337053 摘 要 I
HYPERLINK \l _Toc359337054 ABSTRACT II
HYPERLINK \l _Toc359337056 1 绪论 PAGEREF _Toc359337056 \h 1
HYPERLINK \l _Toc359337057 1.1 研究背景 PAGEREF _Toc359337057 \h 1
HYPERLINK \l _Toc359337058 1.2 研究内容 PAGE
文档评论(0)