Hello,
this is configured in the linker file.
E.g. you should have something like this:
__stack_size = 0x400; | /* required amount of stack */ |
So you can increase the stack size there.
If you are using a Processor Expert project, then go to the CPU component > build options tab, where you can configure it:
I hope this helps.
Hello,
this is configured in the linker file.
E.g. you should have something like this:
__stack_size = 0x400; | /* required amount of stack */ |
So you can increase the stack size there.
If you are using a Processor Expert project, then go to the CPU component > build options tab, where you can configure it:
I hope this helps.