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.

MSP-EXP430FR4133 Build Error "memory range has already been specified"

Other Parts Discussed in Thread: MSP430FR4133, MSP-EXP430FR4133, MSP430WARE

I just received the MSP-EXP430FR4133 demo board and I have been able to build and run a simple LED blink program, but now I would like to use the LCD.  I am using CCS version 6.0.1.00040.  I ran all the updates.  I tried building the OutOfBox_FR4133 and I am getting a "memory range has already been specified" error on lines 56 thru 106 of the lnk_msp430fr4133.cmd.  Any idea what this means and/or how to fix it?

  • Tyler,

    Thanks for your feedback!

    I also updated my CCS 6.0.1.00040 with all updates but was able to build the OutOfBox_FR4133 project successfully. It was using Compiler version: TI v4.3.5.

    • Could you please post the section in your Build Console output where the error is occurring?
    • How are you importing the project? Did you use the CCS Project Import wizard or import directly from the TI Resource Explorer (inside MSP430Ware 1_95_00_32)?
    • Were any changes made to the project?
    • What's the device header file and linker cmd files' version? 
      • inside ccsv6/ccs_base/msp430/include/msp430fr4133.h line51, you should see #define __MSP430_HEADER_VERSION__ 1153
      • inside ${PROJDIR}/lnk_msp430fr4133.cmd line47, you should see Version 1.153

    Best Regards,
    Eric C.

  • I had Imported the project into the same directory as the file are located.  When it went to search for the header files it found them twice.  I just changed the location of my workspace to another directory and reimported the project.

  • Hi Tyler,

    I downloaded the OutOfBox_FR4133 project from website and imported it. The project works well and I just can not reproduce your issue. As you mentioned, you want to use the LCD. Could you please also try the attached LCD code example? You can also download it from the link http://www.ti.com/product/MSP430FR4133/toolssoftware

    3108.slac625.zip

    Best Regards,
    Darren

**Attention** This is a public forum