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.

Error[e16]: Segment ISTACK (size: 0xc0 align: 0) ...

Other Parts Discussed in Thread: CC2540

I'm trying to compile project of Location sample with C:\Texas Instruments\BLE-CC254x-1.4.0\Projects\ble\SimpleBLEPeripheral\CC2540DB using CC2540F128DK-MINI Keyfob workspace  but I get this error:

Error[e16]: Segment ISTACK (size: 0xc0 align: 0) is too long for segment definition. At least 0xe more bytes needed. The problem occurred while processing the segment placement command 
"-Z(IDATA)ISTACK+_IDATA_STACK_SIZE#08-_IDATA0_END", where at the moment of placement the available memory ranges were "IDATA:4e-ff"
   Reserved ranges relevant to this placement:
   IDATA:8-1f           VREG
   IDATA:21-40          VREG
   IDATA:41-42          XSP
   IDATA:43-43          DATA_I
   IDATA:44-4b          DATA_Z
   IDATA:4c-4d          IDATA_Z
   IDATA:4e-ff          ISTACK
   BIT:0-7              BREG
   BIT:80-97            SFR_AN
   BIT:a0-af            SFR_AN
   BIT:b8-c7            SFR_AN
Error while running Linker

I tryed to compiled "IAR Embedded Workbench for 8051 8.30".
But I don't know what to do to resolve this problem.
Thank you in advance