cancel
Showing results for 
Search instead for 
Did you mean: 

View Memory allocation as a GUI

ak52
Associate II

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 REPLY 1
KnarfB
Principal III

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

hth

KnarfB