2024-11-14 07:14 AM - last edited on 2024-11-14 07: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 07:27 AM - edited 2024-11-14 07:30 AM
2024-11-14 07: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: