What should the stack size be for running the Provisioning AP example? I had to set it to 500 to run the email example, but now I get a program will not fit error.
Here is the error:
"../lnk_msp430fr5969.cmd", line 174: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".stack" size 0xc8 . Available memory ranges:
RAM size: 0x800 unused: 0x15 max hole: 0x15
If I set the stack size down to the incredibly small size of 0x14, the program gets hung up, but that's the only way I can get the example to compile.
Thanks.