Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 1. An embedded application has three tasks with the task execution times and periods as shown in table 1.1 Task task 1 task 2
Problem 1. An embedded application has three tasks with the task execution times and periods as shown in table 1.1 Task task 1 task 2 task 3 Execution Time Period 0.6 ms 1.2 ms 0.4 ms ms ms 4 ms Table 1.1. Task data for three tasks This problem and the following two problems examine different scheduling schemes (a) What is the processor load for these 3 tasks? (b) For a cooperative time-slice scheduler what are the maximum and minimum bounds on the length of the time-slice? (c) For the three tasks you will need to partition one of the tasks into subtasks and use mutual exclusion to get a feasible schedule. After doing this sketch the program context over one hyperperiod. (d) For this cooperative time-slice scheduler what is the worst case latency for each of the three tasks? Problem 1. An embedded application has three tasks with the task execution times and periods as shown in table 1.1 Task task 1 task 2 task 3 Execution Time Period 0.6 ms 1.2 ms 0.4 ms ms ms 4 ms Table 1.1. Task data for three tasks This problem and the following two problems examine different scheduling schemes (a) What is the processor load for these 3 tasks? (b) For a cooperative time-slice scheduler what are the maximum and minimum bounds on the length of the time-slice? (c) For the three tasks you will need to partition one of the tasks into subtasks and use mutual exclusion to get a feasible schedule. After doing this sketch the program context over one hyperperiod. (d) For this cooperative time-slice scheduler what is the worst case latency for each of the three tasks
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started