1 / 16

Introduction to Realtime Systems (& Embedded Systems)

Introduction to Realtime Systems (& Embedded Systems). B. Ramamurthy. The course will enable you to:. Identify the unique characteristics of real-time systems Explain the general structure of a real-time system Define the unique design problems and challenges of real-time systems

whittenburg
Télécharger la présentation

Introduction to Realtime Systems (& Embedded Systems)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to Realtime Systems (& Embedded Systems) B. Ramamurthy

  2. The course will enable you to: • Identify the unique characteristics of real-time systems • Explain the general structure of a real-time system • Define the unique design problems and challenges of real-time systems • Apply real-time systems design techniques to various software programs.

  3. For embedded systems it will enable you to • Understand the basics of an embedded system • Program an embedded system • Design, implement and test an embedded system. • Ex: realtime + embedded : games on a Gameboy or arcade games • Ex: realtime: Tetris on a laptop

  4. Example real-time systems

  5. Lets discuss some realtime system (RTS) characteristics

  6. Realtime Characteristics • RTS have to respond to events in a certain pre-detemined amount of time. • The time constraints have to be considered during planning, design, implementation and testing phases. • Internal failures due to software and hardware fault have be handled satisfactorily. • You cannot simply pop-up a dialog box that says “send report” or “don’t send report”. • Also external failures due to outside sources need to be handled.

  7. Realtime Characteristics (contd.) • Typical interaction in an RTS is asynchronous. Thus an RTS should have features to handle asynchronous events such as interrupt handlers and dispatcher and associated resources. • Potential for race condition: when state of resources are timing dependent race condition may occur. • Periodic tasks are common.

  8. Embedded System • Is a special purpose system designed to perform a few dedicated functions. • Small foot prints (in memory) • Highly optimized code • Cell phones, mp3 players are examples. • The components in an mp3 player are highly optimized for storage operations. (For example, no need to have a floating point operation on an mp3 player!)

  9. Real-time system concepts: Ch.1 • A system is a mapping of a set of input into a set of outputs. • A digital camera is an example of a realtime system: set of input including sensors and imaging devices producing control signals and display information. • Realtime system can be viewed as a sequence of job to be scheduled. • Time between presentation of a set of inputs to a system and the realization of the required behavior, including availability of all associated outputs, is called the response time of the system.

  10. Real-time system concepts (contd.) • Real-time system is the one in which logical correctness is based on both the correctness of the output as well as their timeliness. • A soft real-time system is one in which performance is degraded by failure to meet response-time constraints. • A hard real-time system is one in which failure to meet a single deadline may lead to complete and catastrophic failure. • More examples: • Automatic teller: soft • Robot vacuum cleaner: firm • Missile delivery system: hard

  11. Determinism • In every system, and particularly in an embedded system maintaining control is extremely important. • Example: (i) a two wheeler going our of control on certain maneuvers. (ii) wheel locks when you enter an unsafe state. • It is desirable to avoid such states thorugh proper design. • As far as possible, we would like the realtime system to be deterministic. • A system is deterministic, if for each possible state and each set of inputs, a unique set of outputs and next state can be detremined.

  12. CPU Utilization • CPU utilization or time loading factor, U, is a measure of the percentage of non-idle processing.

  13. CPU Utilization (Contd.) • Let fi be the frequency of a periodic task. • Then period pi = 1/ fi • Let ei be the execution time of the task. • Then overall utilization of the CPU is: U =

  14. Sample real-time systems • Lets discuss the sample systems listed in the text books. • We will also go over the exercises at the end of chapter 1.

  15. Realtime system characteristics

More Related