Part Number:TIDC-CC2650STK-SENSORTAG
I tried to build "simple_peripheral_cc2650stk_app" and I got the following errors:
"../cc26x0f128.cmd", line 78: error #10264: FLASH memory range overlaps existing memory range IMAGE_HEADER
"../cc26x0f128.cmd", line 78: error #10263: FLASH memory range has already been specified
"../cc26x0f128.cmd", line 78: error #10264: FLASH memory range overlaps existing memory range FLASH
"../cc26x0f128.cmd", line 80: error #10263: SRAM memory range has already been specified
"../cc26x0f128.cmd", line 80: error #10264: SRAM memory range overlaps existing memory range SRAM
"../cc26x0f128.cmd", line 124: warning #10190-D: absolute symbol "__STACK_TOP" being redefined
"../cc26x0f128.cmd", line 124: warning #10190-D: absolute symbol "__STACK_TOP" being redefined
"../cc26x0f128.cmd", line 124: warning #10190-D: absolute symbol "__STACK_TOP" being redefined
error #10010: errors encountered during linking; "simple_peripheral_cc2650stk_app.out" not built
I tried installing ARM compiler v5.2.6 as someone suggested in this thread and still would not help!!!
I made sure to set this compiler:
And made sure it targets the right platform and TI-RTOS version SDK:
Any idea where on earth has the memory sections been defined before? and how to fix this?