This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2650 - FLASH/SRAM Memory Range has Already been Specified

Champs,

I'm trying to rebuild the SimpleBLEPeripheral Project after switching between ROM version from using the CC26XXWARE variable as described in the FAQ.

CC26XXWARE Rev 2.2--> C:\ti\tirtos_simplelink_2_11_01_09\products\cc26xxware_2_20_06_14829

CC26XXWARE Rev 2.0/2.1 --> C:\ti\tirtos_simplelink_2_11_01_09\products\cc26xxware_2_00_06_14829

Everything built fine before I changed these libraries, however i'm now receiving the following error when attempting to build for either revision of the device.

I'm seeing the following error.

I tried resetting FLASH/RAM boundry using the instructions in the SW Dev Guide Sections "3.12 Configuration of RAM & Flash boundary using the Boundary Tool" but that did not solve it.

 

I'm open to suggestions.

  • Hello Mike,

    Changing the CC26XXWARE path variable setting should not result in described behavior. Did you change any other setting(s) in the project file?
    Also, can you list the changes to the FLASH/RAM boundry files?

    Best wishes
  • JXS,

    Yep, we managed to get past this.  You are right, the CC26XXWARE does not cause this issue. Changing the Target Device in CCS add a cc26x0f128.cmd to your project file.  This command file competes with the existing cc26xx_ble_stack.cmd that is included in the project.

    Removing the cc26x0f128.cmd fixes the issue.  Here are pictures of working and broken configs.

    Working Config (Default state of the project):

    Broken Config:

  • Hi,

    I encountered the same errors. I deleted the .cmd file and it build without errors. However, I get this warning below. How do I solve this warning? Should I just ignore it?

    Description Resource Path Location Type
    #10247-D creating output section ".ccfg" without a SECTIONS specification SensorTag C/C++ Problem

    - kel