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.

请问CC2538的RAM分配要在哪里配置?

Other Parts Discussed in Thread: CC2538

各位TI大神和坛友,你们好,我在使用CC2538这款芯片的时候出现了RAM不够用的情况,具体就是我在一个文件中需要10KB的ram,而编译器无法分配,提示的错误信息如下

Error[Lp011]: section placement failed
unable to allocate space for sections/blocks with a total estimated
minimum size of 0x60d8 bytes (max align 0x4) in
<[0x20004000-0x20007fff]> (total uncommitted space 0x3f00).

我的理解CC2538的RAM应该是按照块来分配的,可能一个块无法容纳10KB的大小,我觉得内存应该可以自己分配,否则CC2538的32K的ram岂不是用的很浪费?麻烦各位大神给解答一下,这个可以在哪个文件里更改,万分感谢!!!另外说一下我把INT_HEAP_LEN的大小改小了依旧没用,可能自己需要的空间太大了。