Part Number: CC2650STK
Other Parts Discussed in Thread: CC2650,
Tool/software: TI C/C++ Compiler
I am trying to set breakpoints in the Sensortag CC2650 app and check various values. When I try to build the app without optimization (set level to 0), I get the following,
<Linking>
"C:/ti/simplelink/ble_sdk_2_02_01_18/src/common/cc26xx/ccs/cc26xx_app_oad.cmd", line 124: error #10099-D: program will not fit into available memory. placement with alignment fails for section ".text" size 0x134d0 . Available memory ranges:
FLASH size: 0x10010 unused: 0xf442 max hole: 0xf442
error #10010: errors encountered during linking; "sensortag_cc2650stk_app.out" not built
gmake[1]: *** [sensortag_cc2650stk_app.out] Error 1
>> Compilation failure
makefile:229: recipe for target 'sensortag_cc2650stk_app.out' failed
gmake: *** [all] Error 2
makefile:225: recipe for target 'all' failed
**** Build Finished ****
Suggestions?
