Memory usage of screens, text, code, etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-14 7:14 AM - last edited on ‎2024-11-14 7:29 AM by Andrew Neil
Hi, I want to see how much certain parts of my stm32 application are taking up in the flash storage. Is there any way to view this?
- Labels:
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-14 7:27 AM - edited ‎2024-11-14 7:30 AM
Hello @Priyank
Flash usage: Check the Build analyzer view or the map-file. It can show you how much flash is used (at compile-time).
Please check this post for more information
THX
Ghofrane
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-14 7:28 AM
See the map file; aka Linker listing.
CubeIDE Build Analyser:
https://www.st.com/resource/en/user_manual/dm00629856-.pdf#page=127
See also the nm utility:
https://sourceware.org/binutils/docs/binutils/nm.html
A complex system designed from scratch never works and cannot be patched up to make it work.
