Other Parts Discussed in Thread: CC2652RB
I'm encountering stack overflow while running CC2652RB projects now. How do I increase its stack size for the main.c and each task? For the main.c stack size, I tried to set the --stack_size in the ARM linker options, but it doesn't seem to work (the .map file says __STACK_SIZE is 1024 no matter what I set it to). The ProjectZero sample project doesn't have either a .cfg file or linker file which other posts suggest to edit. What should I do?
Also, for increasing the app stack size, is it as simple as increasing the #define in each app's C file?
Thank you!