Part Number: AWR1642
Tool/software: TI C/C++ Compiler
Hi,
Is there any estimation tool of stack usage in CCS or TI ARM compiler tool chain?
Thanks,
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.
Hi George,
Thank you for your response.
I am trying to the call_graph utility now.
By the way, can the call_graph utility apply to DSS?
Thanks,
KH@ said:can the call_graph utility apply to DSS?
I am not sure what you are asking. Perhaps this comment is helpful.
The graph you get from the call_graph utility is a static graph. That is, it does not use information collected dynamically at run time, so it cannot do things like indicate how many times a function is called, how deep the stack actually gets, and the like. Further, there is no feature of DSS for collecting or displaying that information.
Thanks and regards,
-George