I'm trying to understand how to control the system stack and heap size in a FreeRTOS application.
I see defines like below
1) --stack_size & -stack
2) --heap_size & -heap
Q1. Which one of these should be used for stack and heap size?
Q2. The stack section is there as .stack but what is the section corresponding to heap?
My SDK version is SDK8.2 for TDA4VM.