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: Failed to disable MT_TASK

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

Hi,

In z-stack 1.2.2a, if we disable MT_TASK related functions, there will be linking error. Please advise how to disable them. Thanks!

The definition as below:

COOR_VERSION=0x05050900

xFEATURE_GREEN_POWER

ZTOOL_P1

HAL_UART=TRUE

HAL_UART_DMA=1

xHAL_UART_ISR=2

xMT_TASK   

xMT_SYS_FUNC

xMT_ZDO_FUNC

xLCD_SUPPORTED=DEBUG

Error info as below:

Error[e16]: Segment XDATA_I (size: 0x8a align: 0) is too long for segment definition. 

At least 0x27 more bytes needed. The problem  occurred while processing the segment placement command 

   "-Z(XDATA)XDATA_Z,XDATA_I=_XDATA_START-_XDATA_END",

where at the moment of placement the available memory ranges were  

   "XDATA:1e9d-1eff" 

   Reserved ranges relevant to this placement: 

   XDATA:1-300          XSTACK 

   XDATA:301-1e9c       XDATA_Z 

   XDATA:1e9d-1eff      ?FILL2 

   BIT:0-7              BREG 

   BIT:80-87            SFR_AN 

   BIT:90-97            SFR_AN 

   BIT:a8-af            SFR_AN 

   BIT:b8-c7            SFR_AN 

   BIT:f8-ff            SFR_AN