I repeat the question here because I accidently clicked on the button "This resolved my issue" even though my issue has not been resolved yet
//////
"../lnk_msp430fr5969.cmd", line 192: error #10099-D: program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section. run placement with alignment fails for section ".stack" size 0x1000. Available memory ranges:
remark #10372-D: (ULP 4.1) Detected uninitialized Port A in this project. Recommend initializing all unused ports to eliminate wasted current consumption on unused pins.
RAM size: 0x800 unused: 0x800 max hole: 0x800
remark #10372-D: (ULP 4.1) Detected uninitialized Port B in this project. Recommend initializing all unused ports to eliminate wasted current consumption on unused pins.
>> Compilation failure
makefile:180: recipe for target 'Engr1.out' failed
error #10010: errors encountered during linking; "Engr1.out" not built
gmake[1]: *** [Engr1.out] Error 1
makefile:176: recipe for target 'all' failed
gmake: *** [all] Error 2
////
My question: after I increase the stack size from 1048 to 4096, the errors still be there?