cancel
Showing results for 
Search instead for 
Did you mean: 

Memory map and virtual address

Shiina
Associate III

I want to know the address in the memory map, is it a virtual address or a physical address?

Shiina_0-1730128442842.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
mÆŽALLEm
ST Employee

Hello,

What do you mean by virtual/physical address? This is the MCU world (STM32F1xx) not MPU/MMU and they are physical addresses.

 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
mÆŽALLEm
ST Employee

Hello,

What do you mean by virtual/physical address? This is the MCU world (STM32F1xx) not MPU/MMU and they are physical addresses.

 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

They are all physical - real, hardware addresses.

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.