I repeated OAD on simple_peripheral cc2650lp how explained in Over-the-Air Download User’s Guide For BLE-Stack™ Version: 2.2.0 and it works.
But when I try use OAD in Project zero I get an error
<Linking>
"c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/ccs/cc26xx_app.cmd", line 98: error #10264: FLASH memory range overlaps existing memory range IMAGE_HEADER
"c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/ccs/cc26xx_app.cmd", line 98: error #10263: FLASH memory range has already been specified
"c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/ccs/cc26xx_app.cmd", line 98: error #10264: FLASH memory range overlaps existing memory range FLASH
"c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/ccs/cc26xx_app.cmd", line 109: error #10263: SRAM memory range has already been specified
"c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/ccs/cc26xx_app.cmd", line 109: error #10264: SRAM memory range overlaps existing memory range SRAM
"c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/ccs/cc26xx_app.cmd", line 146: warning #10190-D: absolute symbol "__STACK_TOP" being redefined
"c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/ccs/cc26xx_app.cmd", line 139: warning #10190-D: absolute symbol "heapStart" being redefined
"c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/ccs/cc26xx_app.cmd", line 141: warning #10190-D: absolute symbol "heapEnd" being redefined
"c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/ccs/cc26xx_app.cmd", line 146: warning #10190-D: absolute symbol "__STACK_TOP" being redefined
"c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/ccs/cc26xx_app.cmd", line 139: warning #10190-D: absolute symbol "heapStart" being redefined
"c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/ccs/cc26xx_app.cmd", line 141: warning #10190-D: absolute symbol "heapEnd" being redefined
"C:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/ccs/cc26xx_app_oad.cmd", line 125: error #10099-D: program will not fit into available memory. placement with alignment fails for section ".const" size 0x1c10 . Available memory ranges:
FLASH size: 0xf000 unused: 0x1bee max hole: 0x1010
"c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/ccs/cc26xx_app.cmd", line 146: warning #10190-D: absolute symbol "__STACK_TOP" being redefined
"c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/ccs/cc26xx_app.cmd", line 139: warning #10190-D: absolute symbol "heapStart" being redefined
"c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/ccs/cc26xx_app.cmd", line 141: warning #10190-D: absolute symbol "heapEnd" being redefined
error #10010: errors encountered during linking; "project_zero_app_cc2650launchxl.out" not built
gmake: *** [project_zero_app_cc2650launchxl.out] Error 1