2025-04-01 11:56 PM
Build Analyzer output for MAP file includes .bss and other sections that should be in RAM only, in the flash as well. Is this the expected output?
As you can see in the image, .bss and ._user_head_stack is included in the FLASH as well.
2025-04-02 5:47 AM
IMHO this is not the expected output. The flash (load) addresses of bss and stack both are 0x1389c, this means they are zero size. The tool could do better and hide sections of zero size that have non-zero VMA size in other place.