I'm using STM32 based microcontroller, IAR embedded workbench and STlink v2 debugger. I just want to know how to check the memory utilized/used by the program/system in various memory segments like:
- Data segment(initialized and uninitialized)
- heap segment
- stack segment
any suggestions regarding this would be appreciated.