Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

RTOS/TM4C1294KCPDT: Global array as a stack for a task in TI-RTOS

$
0
0

Part Number:TM4C1294KCPDT

Tool/software: TI-RTOS

Dear SupportTeam,

While creating a task in TI-RTOS, with some assumption w.r.t. max stack needed for that task, we declare global array of x size and pass it to Task_Params stack member. This global array will be located in .bss section.

As per my understanding, in this case, we would be consuming device RAM even if we don't start the task while code is actually running also even after task is terminated that section of RAM can't be used by any other function/task. Is this correct?

Thanks & Regards

Abhijit


Viewing all articles
Browse latest Browse all 262198

Trending Articles