This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can I print memory usage information in ARM DS-5 Console?

Hello, Does anyone know how I can print the memory usage information in ARM DS-5 Console?

Like the image below, Many Thanks.

Parents
  • 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

Reply
  • 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

Children
No data