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: Memory deficiency in XDATA

Part Number: CC2530


Hi,

We are adding some extra functionality to our existing router code. we are falling short of memory by 836 bytes. The error we are getting in IAR is:

Error[e104]: Failed to fit all segments into specified ranges. Problem discovered in segment XDATA_N. Unable to place 2 block(s) (0xc02 byte(s) total) in 0x8be byte(s) of memory. The problem occurred while processing the segment placement command "-P(XDATA)XDATA_N=_XDATA_START-_XDATA_END", where at the moment of placement the available memory ranges were "XDATA:1642-1eff"

Are there any optimizations that can be done in the Z stack level in order to solve this issue?

Thanks