Part Number:CC2650
Tool/software: Code Composer Studio
Hi, eweryone I'm makin a On-chip OAD for CCS. I`ve been using IAR's on-chip solution for BT (while I'm using 15.4) as reference. the question is how do I make programm in CCS with FLASH_BASE at 0x9010 so oad_image_tool.py could build my app correctly. When I set this address in linker I get this errors:
error #10264: DEFAULT memory range overlaps existing memory range FLASH
error #10264: DEFAULT memory range overlaps existing memory range SRAM
error #10010: errors encountered during linking; "Image_B_dummy.out" not built
The reset vector in cfg is set: m3Hwi.resetVectorAddress = 0x9010;
Image A doesn't give this issue because it's addr is 0x100, which is ok. If I set same or some address that is near to it - Image B builds successfully. But In this case oad_image_tool.py wouldn't give image that could work as needed.