没有合适的资源?快使用搜索试试~ 我知道了~
首页ARM Cortex-M7 内核编程技术说明文档(英文)
资源详情
资源评论
资源推荐

Copyright © 2014, 2015 ARM. All rights reserved.
ARM DDI 0489D (ID082615)
ARM
®
Cortex
®
-M7 Processor
Revision r1p1
Technical Reference Manual

ARM DDI 0489D Copyright © 2014, 2015 ARM. All rights reserved. ii
ID082615 Non-Confidential
ARM Cortex-M7 Processor
Technical Reference Manual
Copyright © 2014, 2015 ARM. All rights reserved.
Release Information
The following changes have been made to this book.
Proprietary Notice
This document is protected by copyright and other related rights and the practice or implementation of the information
contained in this document may be protected by one or more patents or pending patent applications. No part of this
document may be reproduced in any form by any means without the express prior written permission of ARM. No
license, express or implied, by estoppel or otherwise to any intellectual property rights is granted by this document
unless specifically stated.
Your access to the information in this document is conditional upon your acceptance that you will not use or permit
others to use the information for the purposes of determining whether implementations infringe any third party patents.
THIS DOCUMENT IS PROVIDED “AS IS”. ARM PROVIDES NO REPRESENTATIONS AND NO
WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY, SATISFACTORY QUALITY, NON-INFRINGEMENT OR FITNESS
FOR A PARTICULAR PURPOSE WITH RESPECT TO THE DOCUMENT. For the avoidance of doubt, ARM makes
no representation with respect to, and has undertaken no analysis to identify or understand the scope and content of,
third party patents, copyrights, trade secrets, or other rights.
This document may include technical inaccuracies or typographical errors.
TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL ARM BE LIABLE FOR ANY DAMAGES,
INCLUDING WITHOUT LIMITATION ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, PUNITIVE, OR
CONSEQUENTIAL DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY,
ARISING OUT OF ANY USE OF THIS DOCUMENT, EVEN IF ARM HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
This document consists solely of commercial items. You shall be responsible for ensuring that any use, duplication or
disclosure of this document complies fully with any relevant export laws and regulations to assure that this document
or any portion thereof is not exported, directly or indirectly, in violation of such export laws. Use of the word “partner”
in reference to ARM’s customers is not intended to create or refer to any partnership relationship with any other
company. ARM may make changes to this document at any time and without notice.
If any of the provisions contained in these terms conflict with any of the provisions of any signed written agreement
covering this document with ARM, then the signed written agreement prevails over and supersedes the conflicting
provisions of these terms. This document may be translated into other languages for convenience, and you agree that if
there is any conflict between the English version of this document and any translation, the terms of the English version
of the Agreement shall prevail.
Words and logos marked with
®
or
™
are registered trademarks or trademarks of ARM Limited or its affiliates in the EU
and/or elsewhere. All rights reserved. Other brands and names mentioned in this document may be the trademarks of
their respective owners. Please follow ARM’s trademark usage guidelines at
http://www.arm.com/about/trademark-usage-guidelines.php
Copyright © 2015, ARM Limited or its affiliates. All rights reserved.
ARM Limited. Company 02557590 registered in England.
110 Fulbourn Road, Cambridge, England CB1 9NJ.
Change history
Date Issue Confidentiality Change
25 April 2014 A Confidential First release for r0p0
05 December 2014 B Non-Confidential First release for r0p2
19 March 2015 C Non-Confidential First release for r1p0
07 July 2015 D Non-Confidential First release for r1p1

ARM DDI 0489D Copyright © 2014, 2015 ARM. All rights reserved. iii
ID082615 Non-Confidential
Confidentiality Status
This document is Non-Confidential. The right to use, copy and disclose this document may be subject to license
restrictions in accordance with the terms of the agreement entered into by ARM and the party that ARM delivered this
document to.
Product Status
The information in this document is final, that is for a developed product.
Web Address
http://www.arm.com

ARM DDI 0489D Copyright © 2014, 2015 ARM. All rights reserved. iv
ID082615 Non-Confidential
Contents
ARM Cortex-M7 Processor Technical Reference
Manual
Preface
About this book .......................................................................................................... vii
Feedback .................................................................................................................... xi
Chapter 1 Introduction
1.1 About the Cortex-M7 processor ............................................................................... 1-2
1.2 Component blocks ................................................................................................... 1-6
1.3 Interfaces ............................................................................................................... 1-11
1.4 Supported standards ............................................................................................. 1-13
1.5 Design process ...................................................................................................... 1-14
1.6 Documentation ....................................................................................................... 1-15
1.7 Product revisions ................................................................................................... 1-16
Chapter 2 Programmers Model
2.1 About the programmers model ................................................................................ 2-2
2.2 Modes of operation and execution ........................................................................... 2-3
2.3 Instruction set summary ........................................................................................... 2-4
2.4 System address map ............................................................................................... 2-5
2.5 Exclusive monitor ..................................................................................................... 2-7
2.6 Processor core registers .......................................................................................... 2-8
2.7 Exceptions ............................................................................................................... 2-9
Chapter 3 System Control
3.1 About system control ............................................................................................... 3-2
3.2 Register summary .................................................................................................... 3-3
3.3 Register descriptions ............................................................................................... 3-6

Contents
ARM DDI 0489D Copyright © 2014, 2015 ARM. All rights reserved. v
ID082615 Non-Confidential
Chapter 4 Initialization
4.1 About Initialization .................................................................................................... 4-2
Chapter 5 Memory System
5.1 About the memory system ....................................................................................... 5-2
5.2 Fault handling .......................................................................................................... 5-3
5.3 Memory types and memory system behavior .......................................................... 5-5
5.4 AXIM interface ......................................................................................................... 5-6
5.5 AHB peripheral interface ........................................................................................ 5-22
5.6 AHB slave interface ............................................................................................... 5-30
5.7 TCM interfaces ...................................................................................................... 5-33
5.8 L1 caches .............................................................................................................. 5-37
Chapter 6 Memory Protection Unit
6.1 About the MPU ........................................................................................................ 6-2
6.2 MPU functional description ...................................................................................... 6-3
6.3 MPU programmers model ........................................................................................ 6-4
Chapter 7 Nested Vectored Interrupt Controller
7.1 About the NVIC ........................................................................................................ 7-2
7.2 NVIC functional description ..................................................................................... 7-3
7.3 NVIC programmers model ....................................................................................... 7-4
Chapter 8 Floating Point Unit
8.1 About the FPU ......................................................................................................... 8-2
8.2 FPU functional description ....................................................................................... 8-3
8.3 FPU programmers model ........................................................................................ 8-5
Chapter 9 Debug
9.1 About debug ............................................................................................................ 9-2
9.2 About the AHBD interface ........................................................................................ 9-7
9.3 About the FPB ......................................................................................................... 9-8
Chapter 10 Cross Trigger Interface
10.1 About the CTI ......................................................................................................... 10-2
10.2 Cortex-M7 CTI functional description .................................................................... 10-3
10.3 CTI programmers model ........................................................................................ 10-5
Chapter 11 Data Watchpoint and Trace Unit
11.1 About the DWT ...................................................................................................... 11-2
11.2 DWT functional description .................................................................................... 11-3
11.3 DWT programmers model ..................................................................................... 11-4
Chapter 12 Instrumentation Trace Macrocell Unit
12.1 About the ITM ........................................................................................................ 12-2
12.2 ITM functional description ...................................................................................... 12-3
12.3 ITM programmers model ....................................................................................... 12-4
Chapter 13 Fault detection and handling
13.1 About fault detection and handling ........................................................................ 13-2
13.2 Cache RAM protection ........................................................................................... 13-3
13.3 Logic protection ..................................................................................................... 13-6
Appendix A Revisions
剩余150页未读,继续阅读














yukang17444
- 粉丝: 5
- 资源: 1
上传资源 快速赚钱
我的内容管理 收起
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助

会员权益专享
最新资源
- Xilinx SRIO详解.pptx
- Informatica PowerCenter 10.2 for Centos7.6安装配置说明.pdf
- 现代无线系统射频电路实用设计卷II 英文版.pdf
- 电子产品可靠性设计 自己讲课用的PPT,包括设计方案的可靠性选择,元器件的选择与使用,降额设计,热设计,余度设计,参数优化设计 和 失效分析等
- MPC5744P-DEV-KIT-REVE-QSG.pdf
- 通信原理课程设计报告(ASK FSK PSK Matlab仿真--数字调制技术的仿真实现及性能研究)
- ORIGIN7.0使用说明
- 在VMware Player 3.1.3下安装Redhat Linux详尽步骤
- python学生信息管理系统实现代码
- 西门子MES手册 13 OpcenterEXCR_PortalStudio1_81RB1.pdf
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制

评论0