Build Analyzer not working as expected
I tried to use the Build analyzer in VSCode, but there are some important allocations missing:
VSCode:

STM32CubeIDE (using *.elf file produced by VSCode):

This is probably because the VSCode plugin is using the *.map file while the STM32CubeIDE uses the *.elf file.
Is there any chance to have the same Analyzer in VSCode?
