---
title: "What is memory mapping with relation to microprocessor?"  
description: "What is memory mapping with relation to microprocessor?"  
author: "Sandra Emily"  
published: 2022-05-12  
canonical: https://answers.mindstick.com/qa/97327/what-is-memory-mapping-with-relation-to-microprocessor  
category: "troubleshooting"  
tags: ["troubleshooting", "microprocessors"]  
reading_time: 1 minute  

---

# What is memory mapping with relation to microprocessor?

What is [memory](https://yourviews.mindstick.com/story/5027/7-healthy-superfoods-to-improve-memory) [mapping](https://www.mindstick.com/forum/34816/what-is-mapping-constraints-in-database-management-system) with [relation](https://answers.mindstick.com/qa/99257/i-don-t-look-m-gandhi-in-the-same-way-as-britishers-do-relation-of-gandhi-with-them) to microprocessor?

## Answers

### Answer by Hitesh Vohra

- **Memory mapping** is used to convert logical address space to physical memory, however physical memory is sometimes limited in capacity. External memory can be accessed by the [**microprocessor**](https://answers.mindstick.com/qa/97173/what-does-a-microprocessor-mean). Memory mapping is a technique for increasing physical memory access.
- The translation between the logical address space and physical memory is known as memory mapping. Memory mapping has three goals: (1) to convert logical to physical addresses, (2) to enhance memory protection , and (3) to improve memory resource management.
- Both locally (how long it takes to execute an instruction) and globally, mapping is critical to computer performance (how long it takes to run a set of programs). In effect, the mapping mechanism must translate a logical memory address into a proper physical memory location each time a programme requests that the accompanying memory word be accessed.

\

**Read More: [What is the relevance of bus in any microprocessor?](https://answers.mindstick.com/qa/97324/what-is-the-relevance-of-bus-in-any-microprocessor)**


---

Original Source: https://answers.mindstick.com/qa/97327/what-is-memory-mapping-with-relation-to-microprocessor

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
