-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
The version for Cortex-M was fixed via #826. It should be also applied to Cortex A version.
Snippet from P_TCB:
/* Hardware dependant part: specific for Cortex processor */
U8 stack_frame; /* Stack frame: 0x1 Basic/Extended, 0x2 FP stacked/not stacked */
U8 reserved;
U16 priv_stack; /* Private stack size, 0= system assigned */
U32 tsk_stack; /* Current task Stack pointer (R13) */
U32 *stack; /* Pointer to Task Stack memory block */
/* Task entry point used for uVision debugger */
FUNCP ptask; /* Task entry address */
} *P_TCB;
priv_stack is there U16.