Question: Ex 1 ) Write a FreeRTOS application that runs two tasks with equal priorities. Each task print something every 1 second use the built in
Ex Write a FreeRTOS application that runs two tasks with equal priorities. Each task print something every second use the built in Arduino delay function. Observe what is the result of this application! Observation: round robin!The CPU time is shared between the tasks.
Ex Make the priority of task higher than task and rerun the previous example, Observation: only task is executing The lower priority task is Blocked by the higher priority task.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
