Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

FreeRTOS is an example of a open-source real-time operating system (RTOS) kernel which supports both mutexes and semaphores, as well as both co-operative, and

 

FreeRTOS is an example of a open-source real-time operating system (RTOS) kernel which supports both mutexes and semaphores, as well as both co-operative, and pre- emptive, priority based multi-tasking systems. (a) Explain, in your own words, the operation of a FreeRTOS application, with two independent tasks, that uses a pre-emptive tick-based Round-Robin scheduler and contrast it's operation to that of a co-operative multi-tasking system. (b) Identify one benefit, and one drawback, of utilising coding standards in developing embedded systems that use FreeRTOS. Support your answer(s) by explaining the rationale for the AUTOSAR Rule A15-0-7: "Exception handling mechanism shall guarantee a deterministic worst-case time execution time. "3 (c) If a task is taking too long to execute, what steps can be taken using FreeRTOS to eliminate or reduce any undesirable side-effects? (d) Describe how the proportion of time that tasks are running (i.e. CPU Utilization) can be determined within the FreeRTOS kernel. (e) Identify two advantages/disadvantages of utilising open-source kernels (vs. closed- source commercial or proprietary kernels) to implement real-time system(s). Sup- port your answer by referring to case studies of embedded system failure.

Step by Step Solution

3.37 Rating (156 Votes )

There are 3 Steps involved in it

Step: 1

A a In a preemptive tickbased RoundRobin scheduler each task is given a time slice in which it can run When the time slice is up the scheduler switche... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Accounting concepts and applications

Authors: Albrecht Stice, Stice Swain

11th Edition

978-0538750196, 538745487, 538750197, 978-0538745482

More Books

Students also viewed these Computer Engineering questions