L2 Flashcards
1
Q
Typical characteristics of embedded RT systems
A
- Predictable timing must be ensured, also in the worst-case scenario
- physically embedded in a product, clouse coupling between SW and HW, and typically scarce(knappe) HW resources
2
Q
The V-Model
A
Using the V-Model for real-time systems ensures a systematic approach to development, with thorough verification and validation at each stage
Requirements Definition -> System Testing
System Design -> Integration Testing
Detailed Design -> Unit Testing
Implementation
3
Q
Requirements definition
A
Identify and document timing requirements
4
Q
System Design
A
Associate timing requirements to individual arch. elements
5
Q
Detailed Design
A
- Define timing properties.
- Timing analysis based on execution time estimates/budgets
6
Q
Implementation
A
Avoid upredictable and costly constructs
7
Q
System Testing
A
Test timing behavior of the real system
8
Q
Integration Testing
A
Test end-to-end timing in the lab
9
Q
Unit Testing
A
Execution time analysis and measurements