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.

CC1310使用rfWsnConcentrator例程,想增加TI-RTOS的STACK,如何实现?

Other Parts Discussed in Thread: CC1310

CC1310使用rfWsnConcentrator例程,想增加TI-RTOS的STACK,原stack默认最大为4096,想增加STACK到5120,如何实现?

  • The stack size can be reduced or increased as needed.

    Stack size can be set in CCS under Project->Properties->C/C++ Build->Linker->Basic Options, under --stack_size
  • 我将stack_size从默认4096变为4196,将一个任务stack从1100变为1150,但出错了,如下 提示:
    "../CC1310_LAUNCHXL_TIRTOS.cmd", line 95: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".stack" size 0x400 . Available memory ranges:
    SRAM size: 0x5000 unused: 0x6e1 max hole: 0x3c9
    error #10010: errors encountered during linking; "rfWsnConcentrator_MODBUS_V1.2.out" not built
    如何处理?