Difference between revisions of "STM32 Memory Map"

From Stm32World Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
[[Category:C]][[Category:STM32 Development]][[Category:Embedded]][[Category:Work in progress]][[Category:STM32]]{{metadesc|STM32 Memory Map/Layout Details}}
 
[[Category:C]][[Category:STM32 Development]][[Category:Embedded]][[Category:Work in progress]][[Category:STM32]]{{metadesc|STM32 Memory Map/Layout Details}}
 +
[[STM32]] [[MCU]]s all (?) use the following memory map to some degree.  There are minor differences so always check the relevant datasheet for the specific [[MCU]] being used.
 +
 
<div class="res-img">
 
<div class="res-img">
 
[[File:STM32F4xx Memory Map.png|1600px]]
 
[[File:STM32F4xx Memory Map.png|1600px]]
 
</div>
 
</div>
 +
 +
The most interesting bit is the detail in the lower left corner specifying the two first blocks of memory:
  
 
<div class="res-img">
 
<div class="res-img">
 
[[File:STM32 Memory Detail.png|800px]]
 
[[File:STM32 Memory Detail.png|800px]]
 
</div>
 
</div>

Revision as of 03:07, 31 August 2024

STM32 MCUs all (?) use the following memory map to some degree. There are minor differences so always check the relevant datasheet for the specific MCU being used.

STM32F4xx Memory Map.png

The most interesting bit is the detail in the lower left corner specifying the two first blocks of memory:

STM32 Memory Detail.png