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.

TMS320F2800157: Stack usages tool of CCS not working

Part Number: TMS320F2800157
Other Parts Discussed in Thread: C2000WARE

Hello,

I want to analyze the stack usages for one of the project.  There is one tool available in CCS, view-> Stack usages to view the stack usages.

But it is not showing any thing. The project is successfully build and also checked in debug mode also. but it is showing below message only.

1) Is there any procedure/steps I need to follow to use this feature? 

2) If any other possible way to do this analysis pls let me know.

Regards,

  • Hello Jay,

    1) Is there any procedure/steps I need to follow to use this feature? 

    No, there is no other steps besides building the project successfully, I have verified this. Can you check to make sure there are no errors or stack-related warnings? Are there any messages in the Console output? When I built an example from C2000Ware I had there was no problem viewing this:

    2) If any other possible way to do this analysis pls let me know.

    There is no other view like this that can be generated, the other way I can think of is tracking the stack pointer in your program, but this would be pretty software intensive and require assembly at least to some degree.

    Best regards,

    Omer Amir