cancel
Showing results for 
Search instead for 
Did you mean: 

View Memory allocation as a GUI

ak52
Associate III

Hello Experts,

Is it possible to view the memory allocation in a nice GUI format, something like this: (see image)

The image is an example of what i am looking for (from code composer studio IDE).

Basically it autoloads the data from .map file and displays it graphically!, cool thing here is that we can see where functions and variables are located along with its size and its loading addresses. for doing any analysis.

Analyzing large .map files directly can sometimes be cumbersome.

ak52_0-1746351727028.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
KnarfB
Super User

The STM32CubeIDE  Build Analyzer has a similar thing: Memory Regions and Memory Details tab.

hth

KnarfB

View solution in original post

2 REPLIES 2
KnarfB
Super User

The STM32CubeIDE  Build Analyzer has a similar thing: Memory Regions and Memory Details tab.

hth

KnarfB

ak52
Associate III

Thanks, this is exactly what i was looking for!