N004: Timeliness

Epic
Document Statusactive

Description

Embedded systems react to their environment. They must do so in a timely manner, or the system as a whole might become unstable.

Requirements

IDTitleUser StoryPriority
N004-1Task LatencyAs a developer, I want high-priority tasks to be called within 1 us after an event occurs (on an ARM Cortex-M4 @ 72 MHz).medium
N004-2ISR LatencyAs a developer, I want time-critical user ISR to be called within 1 us after the interrupt occurred (on an ARM Cortex-M4 @ 72 MHz).medium

Questions

QuestionAnswer

Out of Scope