紧急,求帮忙,Error: CSTACK is too long

2019-03-24 12:48发布

最近接手一个MSP430的项目,我把板子连上,用IAR跑了程序,错误如下:
Error[e16]: Segment CSTACK (size: 0x1000 align: 0x1) is too long for segment definition. At least 0xc9c more bytes needed. The problem occurred while  processing the segment placement command "-Z(DATA)CSTACK+_STACK_SIZE#", where at the moment of placement the available memory ranges were "CODE:219c-24ff"

我知道这个是全局变量和数组缓冲区等所占的RAM超出硬件支持所致,但是全局变量应该不能再少了,我记得这块板子里面多加了一个闪存,请问有人知道该怎么改么? 此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
1条回答
lr2131
2019-03-24 18:53
<
原帖由 guangchaoji 于 2013-3-21 17:59 发表
最近接手一个MSP430的项目,我把板子连上,用IAR跑了程序,错误如下:
Error[e16]: Segment CSTACK (size: 0x1000 align: 0x1) is too long for segment definition. At least 0xc9c more bytes needed. The problem ...

不会,关注。

个人觉得需要修改分散加载文件,在option-》linker-》config下,那个默认的*.xcf文件,因为外加的闪存原本是不在这个默认的文件里面,需要自己去修改这个文件。

一周热门 更多>

相关问题

    相关文章