最近接手一个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超出硬件支持所致,但是全局变量应该不能再少了,我记得这块板子里面多加了一个闪存,请问有人知道该怎么改么?
此帖出自
小平头技术问答
不会,关注。
个人觉得需要修改分散加载文件,在option-》linker-》config下,那个默认的*.xcf文件,因为外加的闪存原本是不在这个默认的文件里面,需要自己去修改这个文件。
一周热门 更多>