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.

MSP430FR2433: OutOfBox_MSP430FR2433 Demo Code Will Not Compile

Part Number: MSP430FR2433

I have tried this on both the standalone and cloud based tools.  The LED blink demo and code work fine.  I have tried the compile optimization (set to 4), but cannot get things to link...six errors:

  • #10010 errors encountered during linking; "OutOfBox_MSP430FR2433.out" not built OutOfBox_MSP430FR2433 C/C++ Problem
  • #10367-D output section ".TI.persistent" cannot mix noinit sections with sections that require initialization. OutOfBox_MSP430FR2433 C/C++ Problem
  • <a href="file:/C:/ti/ccs1250/ccs/tools/compiler/dmed/HTML/10099.html">#10099-D</a> program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section. placement with alignment fails for section "ALL_FRAM" size 0x479a. Available memory ranges: lnk_msp430fr2433.cmd /OutOfBox_MSP430FR2433 line 132 C/C++ Problem
  • gmake: *** [all] Error 2 OutOfBox_MSP430FR2433 C/C++ Problem
  • gmake[1]: *** [OutOfBox_MSP430FR2433.out] Error 1 OutOfBox_MSP430FR2433 C/C++ Problem
  • gmake[1]: Target 'secondary-outputs' not remade because of errors. OutOfBox_MSP430FR2433 C/C++ Problem

I am running code composer studio 12.5.0.00007.

Is there a solution, or do I just move forward? Does the FRAM capability work?

  • As you guessed, #10099 (translation: "too big") is the significant failure, and the rest are just cascades. The OutOfBox demos I've seen seem to be packed quite full.

    Maybe try "-Os" [size]? I think -O4 can actually make the program larger. 

    Did you import the project, or just copy it into a new project? The import might have some options (e.g. memory model) we don't know about.

**Attention** This is a public forum