The address space of the boot image area is 0x0000,0000~0x07FF,FFFF, but there is no actual memory mapping. The boot image area is mapped to part of the internal storage area or static storage area, and the starting address is fixed at 0x0000,0000.
The internal storage area is for the boot loader to access the internal ROM (internal ROM) and internal SRAM (internal SRAM), also known as Steppingstone. The starting address of each internal memory is fixed. The address space of the internal ROM is 0x0800,0000~0x0BFF,FFFF, but the actual storage space is only 32KB. This area is read-only, and when the boot mode is selected as internal ROM boot, this area should be mapped to the boot image area (boot image area). The address space of SRAM is 0x0C00,0000~0x0FFF,FFFF, but the actual storage space is only 4KB.
The address space of the static storage area is 0x1000,0000~0x3FFF,FFFF. Through this area, SROM, SRAM, NOR Flash, asynchronous NOR interface devices, OneNand Flash and Steppingstone can be accessed. Each area corresponds to a chip select, for example, the address space 0x1000,0000~0x17FF,FFFF corresponds to Xm0CSn[0]. The starting address of each chip select is fixed. Nand flash and CF/ATA cannot be accessed through the static storage area, so if any area corresponding to Xm0CSn[5:2] is mapped to NFCON or CFCON, the address space of the corresponding area will be inaccessible. A special case is that when the area corresponding to Xm0CSn[2] is used for NAND Flash, Steppingstone is mapped to the address space 0x2000,0000~0x27FF,FFFF.
The address space of the dynamic storage area is 0x4000,0000~0x6FFF,FFFF, and DMC1 has the right to use the address space of 0x5000,0000~0x6FFF,FFFF. The starting address of each chip select is configurable.
The peripheral space is accessed through the PERI bus, and its address space is 0x7000,0000~0x7FFF,FFFF. All special function registers can be accessed through this area. If the data comes from NFCON or CFCON, these data are also accessed through the PERI bus.
The memory distribution of the main storage area is as follows:
Please refer to the manual directly for the spatial distribution of peripherals. The above is purely my personal understanding of the chip manual. If there are any omissions, please point them out.
Previous article:S3C6410 learning - Nand flash trap
Next article:i.MX6Q (TQIMX6Q/TQE9) Study Notes - Choice of Development Board
Recommended ReadingLatest update time:2024-11-16 21:59
- Popular Resources
- Popular amplifiers
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- 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
- NeoPixel Array Simulator
- 【Power amplifier application】 Lamb wave signal analysis based on dry-coupled ultrasonic testing
- Answer the questions and get a gift | Rochester Electronics will help you solve the problems of the entire semiconductor cycle
- C language (vd6.0) sleep function usage and delay usage
- Battery applications in medical monitoring and the changing environment
- Extract LEF
- Case study of the method to solve the distortion of high-frequency pulse signal measured by oscilloscope
- DA output voltage accuracy cannot be achieved
- "Playing with the board" + Yu Zhennan's STM32 development board experiment 5
- Serial communication details