Part Number: LAUNCHXL-CC1310
Other Parts Discussed in Thread: CC1310
Tool/software: Code Composer Studio
I have mentioned in another thread that I have started a new project with the CC1310.
I started with an Easylink TiRTOS project and set up two tasks. I had set the task stack size to 8192 since I am using Display_printf(), anyway, I got linker errors about my project not fitting. When I reduced the task stack size to 1024 the error went away.
What is the best way to determine the size of the various segments during a build to see if I am getting close to the limits?