2025-05-04 3:00 AM
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.
2025-05-04 3:31 AM
The STM32CubeIDE Build Analyzer has a similar thing: Memory Regions and Memory Details tab.
hth
KnarfB