Other Parts Discussed in Thread: Z-STACK,
Protocol stack: Z-Stack 3.0.2
Coordinator processor: CC2538
Enddevice processor: CC2530
1、Problem Description:
I set "ZDSECMGR_TC_DEVICE_MAX" to 200, then I want to set "INT_HEAP_LEN" to 8192 and find that SRAM is not enough.
By looking at the file "CC2538-sb.icf" I found that the scope of SRAM is defined as "define region SRAM = mem: [from 0x20004000 to 0x20007FFF];", developers can only use 16KB of SRAM, why?
Can i change the scope of SRAM to "define region SRAM = mem: [from 0x20003800 to 0x20007FFF];"?