Hi,
Is there a way to see how much RAM and memory space has been used up when compiling on the STM32 ICs?
STM32 how much memory and RAM left upon compiling?
Moderator: Benj
- LeighM
- Matrix Staff
- Posts: 2178
- Joined: Tue Jan 17, 2012 10:07 am
- Has thanked: 481 times
- Been thanked: 699 times
Re: STM32 how much memory and RAM left upon compiling?
Hi
The compiler output window has the information, for example ...
text = code size
data + bss = ram size
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
data + bss = ram size