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.

CCS/CC2652R: CC2652R SRAM

Part Number: CC2652R

Tool/software: Code Composer Studio

Hello, CC2652R has 80KB of Ultra-Low Leakage SRAM  and Ultra-Low Power Sensor Controller With 4KB of SRAM, I define three tasks ,which include uint8_t EM1068appTaskStack[2048] ,uint8_t DisplayappTaskStack[2048] ,uint8_t AFE4900appTaskStack[2048] and uint16_t rectflushBuff[22*240],total 16K. When I build this project.It occurs error as follows:

<Linking>
"C:/ti/simplelink_cc26x2_sdk_2_20_00_36/source/ti/ble5stack/common/cc26xx/ccs/cc26x2_app_oad_agama.cmd", line 302: error #10099-D: program will not fit into available memory. run placement with alignment fails for section "GROUP_4" size 0x11f17 . Available memory ranges:
SRAM size: 0x134f8 unused: 0x133e0 max hole: 0x11bd8
error #10010: errors encountered during linking; "ble5_project_zero_cc26x2r1lp_app_FlashROM_Debug.out" not built