Hello,
I would like to increase the stack size for my project but can't seem to find where that's specified. Anyone know where it is in CCS 6.1?
THANKS!
Cindy
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I would like to increase the stack size for my project but can't seem to find where that's specified. Anyone know where it is in CCS 6.1?
THANKS!
Cindy
Cynthia,
it's not really clear to me which compiler you refer to when saying "ARM compiler/linker". Is it the TI compiler for the ARM architecture (e.g. ti-cgt-arm_5.2.5)? In that case the stack size can be defined in the 'ARM Linker -> Basic Options' as shown in the below screenshot (similar to what was already shown for the C2000 compiler).
If you're using gcc instead (e.g. gcc-arm-none-eabi-4_8-2014q3) you can find a STACKSIZE definition in "GNU Linker -> Symbols". The value of that symbol could be changed depending on your requirements.
Best regards,
Manfred