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.

Simulink MATLAB 2012b integration with MSP430

Other Parts Discussed in Thread: MSP430G2553

I'm  trying to use the embedded code of simulink in a Lauchpad MSP430G2553, but, every time that I  build the code,  an error occurs.

The command window in MatLab shows:

"C:\ti\code composer\ccsv5\tools\compiler\msp430_4.2.1/bin/cl430" -vmsp --abi=eabi --define=__MSP430G2553__ -z --stack_size=80 -m"launchpad_R2012b.map" --heap_size=80 -i"C:\ti\code composer\ccsv5/ccs_base/msp430/include" -i"C:\ti\code composer\ccsv5\tools\compiler\msp430_4.2.1/lib" -i"C:\ti\code composer\ccsv5\tools\compiler\msp430_4.2.1/include" --reread_libs --rom_model "C:\ti\code composer\ccsv5/ccs_base/msp430/include/lnk_msp430g2553.cmd" main_launchpad_R2012b.o launchpad_R2012b_data.o rtGetInf.o rtGetNaN.o rt_nonfinite.o launchpad_R2012b.o --output_file=launchpad_R2012b.out
<Linking>
error: program will not fit into available memory. run placement with
alignment fails for section "BSS_GROUP" size 0x102 . Available memory
ranges:
RAM size: 0x200 unused: 0xb max hole: 0xb
"C:\ti\code composer\ccsv5/ccs_base/msp430/include/lnk_msp430g2553.cmd", line 91: error:
program will not fit into available memory. run placement with alignment
fails for section ".stack" size 0x50 . Available memory ranges:
RAM size: 0x200 unused: 0xb max hole: 0xb
error: errors encountered during linking; "launchpad_R2012b.out" not built

>> Compilation failure
gmake: *** [launchpad_R2012b.out] Error 1
>>

And I can't download the code in my Launchpad because this.

Junior

**Attention** This is a public forum