Tool/software: Code Composer Studio
Hi,
I am trying to build a program using MSP430F5438A. When I build it using the eabi option, the memory used is Flash1+Flash 2=44.63k & when I build it using Legacy Coff option , the memory used is Flash1 + Flash 2=40k. So basically, the entire memory of 256k is not used using either option. However, when I build the program using eabi option, I get the following error and am unable to debug the program.
Description Resource Path Location Type
#10010 errors encountered during linking; "22tr 5438 chk.out" not built 22tr 5438 chk C/C++ Problem
#10099-D program will not fit into available memory. placement with alignment fails for section ".cinit" size 0x2b . Available memory ranges: lnk_msp430f5438a.cmd /22tr 5438 chk line 148 C/C++ Problem
Please help me out to know why this happens as I can't predict the exact memory requirements of the program if I get the above error.
Thanks.