Skip to content

Stack Overflow

Requirement ID: F004-1

User Story

As a maintainer, I want to trap stack overflows, so that no other task gets corrupted.

Acceptance Criteria

  1. A stack overflow is trapped
  2. Context switching must prevent a task stack overflow
  3. Memory alignment is checked at compile time
Edited by Stefan Lüthi