I'm using the CMake scripts in the Nordic mesh SDK to build my project, as the project uses CMake libraries. I want to determine the RAM usage of my application. I saw this post but the CMake ARM gcc build doesn't generate an out file, it generates an elf file. Is there any way to determine RAM usage from the elf/map files?