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.

CC2530: Side effects that can occur when changing heap size?

Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK

Hi, 

My customer is magrating zstack-2.3.0  to zstack-3.0.2.


However, a RAM shortage issue occurred in the coordinator device.

what are the side effects that can occur when reducing heap size?

He changed INT_HEAP_LEN from 3072 to 2048 as below.

#if !defined INT_HEAP_LEN
#if defined RTR_NWK
  #define INT_HEAP_LEN  2048            //danny ***************//////3072 -org
#else
  #define INT_HEAP_LEN  2048
#endif
#endif
#define MAXMEMHEAP INT_HEAP_LEN

map file attached.

thanks,

regard,

zstack2.3.0_coordinator.txt