Part Number: MSP430FR5969
Dear friends,
I got the compilation error as below:
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.
"../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 0x400. Available memory ranges:
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
RAM size: 0x800 unused: 0x336 max hole: 0x336
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 is: how to increase the stack size to let program fit into available memory as the failure note?
Thanks