This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi
We use CCS project with external Makefile.I have a problem with stack overflow and i would like to check stack usage but the windows is empty.
How to force CCS to show usage in this windows like in standard CCS project?
Hello,
I assume you are using an Eclipse/CDT external makefile project. CCS projects are always managed makefile projects.
As for why you do not see any content in the Stack Usage view, that is likely because the Stack Usage view assumes a CCS project is being used. If your external makefile project does not follow some of the expected format of a CCS project, then the Stack Usage view will not be able to properly work,
The data for the Stack Usage view is generated by some internal tools and then presented in the view. You can also manually run the utilities to generate the same information. See: http://software-dl.ti.com/ccs/esd/documents/sdto_cgt_cg_xml_overview.html
Thanks
ki
Are the actual values different or is the issue more of what data is actually presented (or how it is presented)?
For stack usage you need to use call_graph, not sectti.Fikołek said:The output looks quite different