Part Number: CC2650
Hi,
I have a project that started from simple_peripheral_cc2650lp_app. I went into Show Build Settings... and noticed that the processor variant specified was not the 2650 so I changed it to CC2650F128.
Then I got these errors about FLASH and SRAM parameters were already specified.
"../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 78: error #10264: FLASH memory range overlaps existing memory range FLASH_LAST_PAGE
"../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
I tried changing it back to CC2640F128 and have the same errors.
I checked the simple_peripheral_cc2650lp_stack and it uses the CC2640F128 as the processor variant.
Thanks for any hints,
Jim
