opcode 0 Posted March 19, 2013 Share Posted March 19, 2013 Is there a way to increase the stack size for the Stellaris Launchpad in CCS? Quote Link to post Share on other sites
DanAndDusty 62 Posted March 19, 2013 Share Posted March 19, 2013 Is there a way to increase the stack size for the Stellaris Launchpad in CCS? There is indeed. I'm on my phone at the moment so I can't check where. But its in the project properties, arm linker sections. I think by default its set to 256 bytes. I usually set it to 2048 bytes as a minimum. opcode and bluehash 2 Quote Link to post Share on other sites
bluehash 1,581 Posted March 19, 2013 Share Posted March 19, 2013 There is indeed. I'm on my phone at the moment so I can't check where. But its in the project properties, arm linker sections. I think by default its set to 256 bytes. I usually set it to 2048 bytes as a minimum. .. and there is also this to help you out. Make sure you also change the stack in the .cmd file. opcode and timotet 2 Quote Link to post Share on other sites
opcode 0 Posted March 19, 2013 Author Share Posted March 19, 2013 There is indeed. I'm on my phone at the moment so I can't check where. But its in the project properties, arm linker sections. I think by default its set to 256 bytes. I usually set it to 2048 bytes as a minimum. .. and there is also this to help you out. Make sure you also change the stack in the .cmd file. Thank you both! Quote Link to post Share on other sites
jon1426459908 0 Posted March 21, 2013 Share Posted March 21, 2013 On related note, has anyone encountered the "line 67: error #10099-D: program will not fit into available memory" linker error? I'm trying to build a FreeRTOS-based project which uses FatFS and a few tasks, but something seems amiss. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.