Question: What kind of structure does the memory organization of the 8051 microcontroller adopt? How is the memory address space divided and what is its capacity? How is it used and what are its capacity? What are its characteristics in use?
Answer: (1) Structural characteristics of the 80C51
The 80C51 adopts a structure that clearly separates the program memory and the data memory and addresses them separately, which is called the Harvard structure.
(2) Physical and logical address space
The memory has four memory spaces: on-chip program memory, off-chip program memory, on-chip data memory, and off-chip data memory.
Logically, there are three memory address spaces: a unified 64KB program memory address space on-chip and off-chip, a 256KB data memory address space on-chip, and a 64KB data memory address space off-chip.
(3) Access format
The MOV format is used to access the on-chip RAM
The MOVX format is used to access the off-chip RAM
Reference address:What kind of structure does the memory organization of 8051 microcontroller use?
Answer: (1) Structural characteristics of the 80C51
The 80C51 adopts a structure that clearly separates the program memory and the data memory and addresses them separately, which is called the Harvard structure.
(2) Physical and logical address space
The memory has four memory spaces: on-chip program memory, off-chip program memory, on-chip data memory, and off-chip data memory.
Logically, there are three memory address spaces: a unified 64KB program memory address space on-chip and off-chip, a 256KB data memory address space on-chip, and a 64KB data memory address space off-chip.
(3) Access format
The MOV format is used to access the on-chip RAM
The MOVX format is used to access the off-chip RAM
Previous article:NRF24L01 receiving program (MCU is STC89C52)
Next article:How to use 51 single chip microcomputer relay
- Popular Resources
- Popular amplifiers
Recommended Content
Latest Microcontroller Articles
He Limin Column
Microcontroller and Embedded Systems Bible
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
MoreSelected Circuit Diagrams
MorePopular Articles
- LED chemical incompatibility test to see which chemicals LEDs can be used with
- Application of ARM9 hardware coprocessor on WinCE embedded motherboard
- What are the key points for selecting rotor flowmeter?
- LM317 high power charger circuit
- A brief analysis of Embest's application and development of embedded medical devices
- Single-phase RC protection circuit
- stm32 PVD programmable voltage monitor
- Introduction and measurement of edge trigger and level trigger of 51 single chip microcomputer
- Improved design of Linux system software shell protection technology
- What to do if the ABB robot protection device stops
MoreDaily News
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
Guess you like
- GD32307E-START power on + led control
- Common options for compiling c6x
- [Silicon Labs BG22-EK4108A Bluetooth Development Evaluation] Evaluation 3: Try Keil/IAR Development
- Today at 10:00 AM Live: Comprehensive explanation of TI MSP Academy tutorial
- Overview of TI's 28335 chip
- 【STM32WB55 Review】+First Impressions
- The Relationship between DSP and FPGA in Embedded Development
- DSP Learning (4) Bus Structure
- Vehicle LIN communication error frame problem
- [Technical Tips] It turns out that the ARM+Linux audio solution is so simple!