Tool/software: Code Composer Studio
Hello Sir,
We are developing product with CC2642R and simplelink_cc13x2_26x2_sdk_3_10_00_53. The IDE is CCS V9.0 . The issue is that we just make minor changes on the "simple_peripheral_oad_onchip" project and it links failed with message below;
"
"D:/TI/simplelink_cc13x2_26x2_sdk_3_10_00_53/source/ti/ble5stack/common/cc26xx/ccs/cc26xx_app_and_stack_agama_oad_onchip.cmd" -llibc.a
<Linking>
"D:/TI/simplelink_cc13x2_26x2_sdk_3_10_00_53/source/ti/ble5stack/common/cc26xx/ccs/cc26xx_app_and_stack_agama_oad_onchip.cmd", line 252: error #10099-D: program will not fit into available memory. placement with alignment fails for section "GROUP_1" size 0x208c . Available memory ranges:
FLASH_IMG_HDR size: 0x90 unused: 0x54 max hole: 0x50
error #10010: errors encountered during linking; "ble5_simple_peripheral_oad_onchip_cc26x2r1lp_app_FlashROM_Debug.out" not built
>> Compilation failure
makefile:196: recipe for target 'ble5_simple_peripheral_oad_onchip_cc26x2r1lp_app_FlashROM_Debug.out' failed
gmake[1]: *** [ble5_simple_peripheral_oad_onchip_cc26x2r1lp_app_FlashROM_Debug.out] Error 1
makefile:189: recipe for target 'all' failed
gmake: *** [all] Error 2
"
The map and link information file is also attached, can you help to have a look on these? I think we just add some more logs with Display_printf()