Memory/Flash usage analysis
Hello,
I am looking to perform a similar resource usage as explained here https://support.touchgfx.com/docs/basic-concepts/memory-usage/
However, I am wondering if there is a guide that is available using freely available tools to do
the memory analysis on the deployed code.
My environment is TouchGFX-Designer-4.16.0 and I am able to generate & deploy code to
an STM32F769I-DISCO board. I don't have dedicated IDEs installed yet.
I found C:/TouchGFXProjects/MyProjectName/gcc/Makefile
and I see the lines linker_options that eventually leads me to
TouchGFX\build\bin\application.map - Is this the correct file?
Its contents is not summarized as shown in the examples, so I am wondering if
there are post processing steps that can be done to that file.
Or is there a better option?
Is the expectation to be able to just open the .cproject file in STM32CubeIDE and do a build?
An updated guide on the analysis based on STM32CubeIDE or VisualStudioCode maybe more accessible for more people that are just getting started.
Thanks for everyone's time!
