Engineering tools are available only on desktop screens.
Recommended task / ISR stack size from worst-case call depth, average frame size, ISR nesting, and OS overhead. Always validate against a stack-overflow guard.
core = depth × frame + locals
isr_total = isr_depth × isr_frame
stack = (core + isr_total + os_overhead) × (1 + margin)