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.

CCS/TM4C123GH6PM: Stack Usage

Part Number: TM4C123GH6PM

Tool/software: Code Composer Studio

Hello,
I want to check my Stack Usage to know how much memory I need for my tasks but it doesn´t work.


Here it is what it says:

  • Hello Carlos,

    The Stack Usage view is a static view of Stack Usage broken down by function. The information is generated on project build. It does not provide run-time analysis, and it will not provide information on a per task basis. If you are using TI-RTOS, a better option is to use the ROV.

    Thanks

    ki