Here I use CCS 5.4.0.00091 for a MSP430F2132 project (MSP430 compiler 4.1.5). The controller should be capable of speaking a protocol to communicate with other similar controllers via UART. Since I extended the protocol with some more commands, I get the error:
"../lnk_msp430f2132.cmd", line 96: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".cio" size 0x120 . Available memory ranges:
RAM size: 0x200 unused: 0x72 max hole: 0x70
error #10099-D: program will not fit into available memory. run placement with alignment fails for section "BSS_GROUP" size 0x11c . Available memory ranges:
RAM size: 0x200 unused: 0x72 max hole: 0x70
Where can I tweak for the memory layout for this MCU? What other hints exist to decrease the memory usage of my program?