Page 1 of 1

STM32 how much memory and RAM left upon compiling?

Posted: Fri Mar 20, 2020 7:26 pm
by Kisen
Hi,

Is there a way to see how much RAM and memory space has been used up when compiling on the STM32 ICs?

Re: STM32 how much memory and RAM left upon compiling?

Posted: Mon Mar 23, 2020 9:04 am
by LeighM
Hi
The compiler output window has the information, for example ...

Code: Select all

   text	   data	    bss	    dec	    hex	filename
  14740	      4	   1704	  16448	   4040	..\NUCLEO_F030R8.elf
  
text = code size
data + bss = ram size