-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
SITSW-7153
-
1354610
-
09.02.00
-
12.00.00
-
am275x-evm
Alignment/Size requirement for task context save stack is 8KB (TCSP). 128KB requirement is for supervisor context saving stack (ECSP).
So you would need 128KB stack for supervisor and 8KB stack per user task.
----------------------
Can we change all the Alignment/Size requirement for user task stack to 8KB (TCSP, TaskSupport_defaultStackSize and Task_Support_stackAlignment) and Alignment/Size requirement for supervisor context saving stack (ECSP, -stack 0x20000 and .stack ALIGN(0x20000) in linker.cmd) to 128KB?