- 1、本文档共10页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
MCS-51单片机存储器结构(国外英文资料)
MCS-51单片机存储器结构(国外英文资料)
The McS-51 single-chip memory structure has four storage Spaces in the physical structure on Sunday, 006, 2008, at 12:31 McS-51.
1, the internal program memory
External program memory
The inside data store
External data storage
But logically, from the users point of view, there are three storage Spaces in the 8051 single chip.
A 64K program memory address space (MOVC) that is addressed in and out of the slice
2, 256Bs internal data memory address space (MOV)
3, and the location of the data memory (MOVX) in 64K slices.
During a visit to the three different logical space, should adopt different forms of instruction (specific when we study in the back of the command system will explain), to produce different gating signal of storage space.
Program memory ROM
Address range: 0000H ~ FFFFH capacity 64KB
EA = 1, addressing internal ROM; EA = 0, addressing external ROM
Address length: 16 bits
Action: the constants required for the program and program to run.
The seven units with special meanings are:
0000H - system reset, PC points here;
0003H -- external interrupt 0 entry
000BH - the T0 overflow interrupts the entry
0013H - interrupts 1 entry
001BH - T1 overflow interrupt entry
0023H - serial port interruption
002BH - T2 overflow interrupt entry
Internal data memory RAM
Physically, there are two main areas: 00H ~ 7FH, which is the area of RAM and SFR in 128B.
Action: to be used as data buffer.
The image below shows the spatial structure of the 8051 single-chip computer
Program memory
A microprocessor can be smart to perform some task, in addition to their powerful hardware, also need them to run the software, it doesnt really smart microprocessor, they are fully in accordance with the people to execute programs written in advance. The program that designers write is stored in a microprocessor-memory program called read-only memory (ROM). A program is equivalent to a series of commands for processing problems for microprocessors. In fact, the program
文档评论(0)