This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Determine RAM usage with arm-gcc

Hi,

I have an application that utilizes the dual bank bootloader and s132 soft device on the nRF52832 chip. I am trying to determine the total RAM used and can't seem to find a simple solution. I am using arm-gcc to compile. Is there a simple way to determine this upon compilation? I've looked at the map file in my _build/ library, but I can't seem to make any sense of it. Thank you!

Related