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.
工具/软件:Code Composer Studio
您好、支持团队。
客户现在正在检查他们的软件。
CCS 的 Stack Usage 工具确认了堆栈使用情况(使用 size)。
此堆栈用法显示函数的堆栈大小、包括嵌套中的调用函数。
但是,客户现在希望从实际的 main()中获得整体堆栈大小。 它可能是_c_init00
然后、我想知道 CCS Stack Usage 如何显示实际 Top 函数(如_c_init00 ())的栈大小。
此致
Koro