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.

CCS/MSP430G2553: CCS/MSP430G2553

Part Number: MSP430G2553


Tool/software: Code Composer Studio

Whyis  this error? en 

../lnk_msp430g2553.cmd", line 138: error #10099-D: program will not fit into available memory. placement with alignment fails for section ".reset" size 0x4 . Available memory ranges:
RESET size: 0x2 unused: 0x2 max hole: 0x2

NMI : { * ( .int14 ) } > INT14 type = VECT_INIT
.reset : {} > RESET /* MSP430 Reset vector */

  • Is this a project that contains only assembly code? If so, you should start with the "Empty Assembly-only project" template when creating the project in CCS so that the linker runtime initialization model and entry point are set up correctly for assembly-only projects. That will also resolve this error.

    If this is not an assembly-only project, please provide an example project that reproduces the error.