I am using the MSP-EXP432P401R-MSP432P401R LaunchPad with BOOSTXL-K350QVG-S1-Kentec QVGA Display BoosterPack. The demo code works fine. I extended the code to add my own application and I get an error message. By the way, I have checked the new code and it is close to 24 KBytes. Is there some configuration by which I can increase to a 'no code size limit' as the error message says. By the way, the Wiki points to http:/xxx:)
Please help
Typical message
Output file “example.out” exceeds code size limit
What it means
You have exceeded the maximum code size allowed by your Code Composer Studio license.
Why is it happening
Your current Code Composer Studio license allows for a maximum of 16KB of code size when using the TI MSP430 C compiler.
Remedy
You may upgrade your Code Composer Studio license to one with no code size limit or you can switch to using GCC as your compiler. GCC is available from the App Center.
Please note that depending on your source code, switching to GCC may involve significant code changes, please see Wiki for some tips.
Risks, Severity
This error prevents the linking of an executable program.