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,
