- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
STM32FProgrammingManualSTM32FProgrammingManual
目录 一. Cortex-M3 Processor 3 1.1 Programmers model 3 1.1.1 The processor modes 3 1.1.2 The privilege levels for software execution 3 1.1.3 Stack堆栈 3 1.1. 4 Core Registers---核心寄存器 3 1.1. 5 Data types manages 4 1.2 Memory model 4 1.2.1 Memory regions, types and attributes 4 1.2.2 Memory system ordering of memory accesses 4 1.2.3 Behavior of memory accesses 5 1.2.4 Software ordering of memory accesses 5 1.2.5 Bit-banding 5 1.3 Exception model 6 1.3.1 Exception types 6 1.3.2 函数调用时关于参数的传递—来自IAR Embedded Workbench? IDE User Guide 7 1.3.3 关于中断的进入和退出—来自Cortex?-M3 Revision: r1p1 Technical Reference Manual 8 1.4 Fault handling 9 1.4.1 The following generate a fault: 9 1.4.2 Fault types 9 1.4.3 Fault escalation and hard faults 10 1.5 软件中断实现总结 10 1.6 等级控制 11 二. Core peripherals 13 2.1 STM32 core peripheral register regions 13 2.2 Memory Protection Unit-----MPU 13 2.2.1 MPU access permission attributes 13 2.2.2 MPU mismatch 13 2.2.3 Updating an MPU region 14 2.2.4 MPU design hints and tips----MPU使用关键和注意点—重要 14 2.3 Nested vectored interrupt controller (NVIC) 15 2.3.1 The CMSIS mapping of the Cortex-M3 NVIC registers 15 2.3.2 详细寄存器 15 2.3.3 Level-sensitive and pulse interrupts 16 2.3.4 NVIC design hints and tips 16 4.4 System control block (SCB) 16 4.4.1整体 16 4.4.2 寄存器介绍: 17 4.4.3 System control block design hints and tips 18 4.5 SysTick timer (STK) 18 4.5.1 寄存器 18 4.5.2 SysTick design hints and tips 18 Cortex-M3 Processor 1.1 Programmers model 1.1.1 The processor modes Thread mode ---线程模式 Handler mode---管理模式 1.1.2 The privilege levels for software execution Unprivileged----非特权层 Privileged--------特权层 线程模式下,由CONTROL register 控制软件的执行是否在特权层。 管理模式下,永远都是特权层。 为了能够在线程模式下执行特权软件,可以在非特权层使用SVC指令进行管理调用,并在exception handler中设置CONTROL register。 1.1.3 Stack堆栈 使用满递减堆栈。When the processor pushes a new item onto the stack, it decrements the stack pointer and then writes the item to the new memory location. 有两个堆栈,the main stack and the process stack,每个堆栈都有一个堆栈只针对独立备份。 线程模式下,由CONTROL register 控制
您可能关注的文档
- simulink命令集.doc
- Simulation of Crack Growth in FRP Reinforced Concrete对照翻译.doc
- Simulink中连续与离散模型的区别.doc
- simulink小问题集锦.doc
- Single-chip.doc
- Sinuodeng exposes to the sun oneself- I am beautiful high-tech spy.doc
- Sino-U.S. Business Negotiations.doc
- sis系统分析系统分析 - 副本.doc
- Six Sigam tools Translate.doc
- SIYB创业计划书(范本).doc
- Storytelling and the Art of Teaching.doc
- Strategic Management Individual assignment UC3F1205IBM UC3F1205BM UC3F1205E-BUS.doc
- Structural Equation Modeling.doc
- StorePoint灾难恢复手册.doc
- STRESS AND THE GUT.doc
- Structure during the period of construction.doc
- Structure of Buildings.doc
- Student News 2012.01.10.doc
- Student_Answers_Chapter_08.doc
- Student News 学生新闻 2012.02.28.doc
文档评论(0)