Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK
Hello,
I was trying to port an old product (CC2530) to the new stack zigbee 3.0 HA but I'm running into some issues because of insufficient flash space.
Is there any way to reduce the stack flash usage? Maybe removing some features?
When I try to compile the "genericApp" with no added code and the folowing simbols enabled it already occupies 244 570 bytes of code space.
OSALMEM_METRICS
BDB_REPORTING
OTA_CLIENT=TRUE
OTA_HA
ISR_KEYINTERRUPT
SECURE=1
TC_LINKKEY_JOIN
NV_INIT
NV_RESTORE
MULTICAST_ENABLED=FALSE
ZCL_READ
ZCL_WRITE
ZCL_BASIC
ZCL_IDENTIFY
ZCL_DISCOVER
ZCL_ON_OFF
ZCL_SCENES
ZCL_GROUPS
I've been looking around on the header files for features to disable and haven't had much success so far.