Posts: 4
Threads: 2
Joined: Jun 2022
Reputation:
0
Hi,
Probably a very simple question...
Where can I see memory usage (Flash, Ram) after compiling ?
From previous IDE's I could see it in map file if I remember well.
Thank you !
Posts: 4
Threads: 2
Joined: Jun 2022
Reputation:
0
P.S.: still running v1.1, as I prefer not to update while running project
Posts: 4
Threads: 2
Joined: Jun 2022
Reputation:
0
Thank you for your prompt reply !
Sorry, I was some confused...
On my install, Build log is providing the information:
"
Used memory resources:
text data bss dec hex
64372 1088 2140 67600 10810
"
somewhere in the middle of the log file,
whereas "build message" only displays
||=== Build finished: 0 errors, 10 warnings (1 minutes, 44 seconds) ===|
Posts: 16
Threads: 5
Joined: Jun 2020
Reputation:
2
Probably you are using a generic (external) GCC Compiler.
Posts: 227
Threads: 11
Joined: Apr 2020
Reputation:
15
Ah I see, but the problem is that those memory segments are linker script specific. Although is almost defacto standard they may have, and can have, other names etc.