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?