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?
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.
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