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
On "Runtime Memory Options" it is possible to set the system stack size and the heap size.
I do not know what size of the stack and heap size is best for my design.
- How can I set these correctely, to be sure that no overrun appears.
- Is there any guideline?
- If I do not use the heap, can I set the space to 0?
Thank You for Your help.
Herbert
To understand how much stack your program uses, consider using the Stack Usage feature in CCS. Select View | Stack Usage.
Herbert Laumer said:If I do not use the heap, can I set the space to 0?
Yes.
Thanks and regards,
-George