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.
您好专家、
我的客户发现某些任务中的任务堆栈使用异常。 他们在 C28x 内核上使用 TI-RTOS。 我记得有一些工具可以帮助解决问题。 请问这是什么?
谢谢
谢尔登
Sheldon、
您可以使用 CCS"ROV Classic "获取每个任务的堆栈详细视图(STACKSIZE、峰值使用等)。
在 cfg 文件中、您可以启用堆栈检查标志。
Task.checkStackFlag = true;
此标志的详细信息如下: