Hi,
I read the stack estimation part on Bios_User_Guide.pdf for BIOS 6. On page 85, it says HWI and task. Why does it miss SWI? A SWI would interrupt task too.
Thanks,
..........
When a Task is preempted, a task stack may be required to contain either two interrupting Hwi contexts
(if the Task is preempted by a Hwi) or one interrupting Hwi context and one Task preemption context (if
the Task is preempted by a higher-priority Task). Since the Hwi context is larger than the Task context,
the numbers given are for two Hwi contexts. If a Task blocks, only those registers that a C function must
save are saved to the task stack.