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: Z-Stack sample application with HAL_UART = TRUE in Coordinator mode

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

Hi.

Is it possible to enable HAL_UART in Z-Stack sample application in Coordinator mode?

I'm using IAR and Z-Stack 3.0.1

I tried to set HAL_UART = TRUE in SampleLight application and I'm not able to compile. I get this error:

Error[e16]: Segment XDATA_Z (size: 0x1d82 align: 0) is too long for segment definition. At least 0x183 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:301-1eff"
Reserved ranges relevant to this placement:
XDATA:1-300 XSTACK
XDATA:301-1eff XDATA_Z
BIT:0-7 BREG
BIT:80-87 SFR_AN
BIT:90-97 SFR_AN
BIT:a0-af SFR_AN
BIT:b8-c7 SFR_AN
BIT:e8-ef SFR_AN
BIT:f8-ff SFR_AN

In EndDevice mode everything is Ok.