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 12.3.0.00005和 TI C2000 v22.6.0.LTS 编译器。
我要使用的 CPU 是 TMS320F28335。
STACK SIZE 设置为0x800:
在链接器文件中、.stack 段被分配给 RAML6:
/*分配未初始化的数据段:*/
.stack :> RAML6 page = 1.
到目前为止、我的软件运行正常、但在"堆栈使用"中、我只看到灰色、而不是绿色或黄色。
我必须更改什么才能在 CCS 中看到正确的堆栈使用情况?
此致、
阿尔内