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.

协议栈中ram使用问题

Other Parts Discussed in Thread: CC2530

     我现在使用Zstack home 1.2.2a开发程序,硬件平台使用的CC2530,总的ram只有8KByte,开发过程中发现使用zstack的sample light例程编译后就占用了7.6KRam空间,剩余的ram太少,我们现在要做数据传输功能,需要大约1K的ram,请问有压缩协议栈占用ram的办法吗?INT_HEAP_LEN的值能减小吗?谢谢!