Hello, Does anyone know how I can print the memory usage information in ARM DS-5 Console?
Like the image below, Many Thanks.
Hi Rui,
The Arm linker has an option
armlink --info=summarysizes
which can display more detailed information about memory usage. This can be used in a makefile or should you be using the managed builder you can set the option using the GUI in the Tool Settings, Arm Linker 6, Additional Information.
You can also use the fromelf program with the --info=totals option, or even double click the built .axf file to view it in Eclipse and inspect the section sizes.
Regards Tony