2024-07-01 05:18 AM
Hello,
I am trying to see where the memory is being allocated, although there is no information being given after building the project.
I have already followed this solution:
,but still no luck.
As well, I have followed this example:
To fix this permanently, you need to have your .map file name similar to your .elf file name.
In your example,
elf file name = STM32L476RG_NUCLEO.elf
map file name = ST_test.map
You can force your .map file name to STM32L476RG_NUCLEO.map by following these steps:
from https://forum.digikey.com/t/utilizing-the-build-analyzer-in-stm32cubeide/3882
I'm unsure if this is a specific issue with the newer versions of the IDE, but I will continue to try older versions of the IDE until I find one that works.
2024-07-01 05:31 AM
@Gianni7315 wrote:I am trying to see where the memory is being allocated,
The nm tool (included in the GCC binutils) is the one for that ...
2024-07-01 05:52 AM
Hi,
check : generate map file.
+
show size + list file
here from IDE 1.13.1 ; or 1.14.1 - same.
2024-07-03 07:08 AM
Hello @Gianni7315 ,
Could you try selecting the 'On request' option in the Build Views Settings. Then refresh the Build Analyser view using the 'Refresh' button, wait a while and the information will be displayed.
Thanks,
Rim