|
NOTICE: |
|
CSCI P545 is a new course offering for the Spring 2007 semester.
Since its addition to the IU Course Catalog is still pending, it is
currently scheduled under the Topics in Systems course number (B649)
titled Embedded & Real-Time Systems (Johnson). Do not link to
this URL, since it will be moved.
The course description below was updated on October 23, 2006. If you have questions about enrolling in this course, contact the instructor (sjohnson@cs.indiana.edu). |
| ||||||||
| What's New Look here regularly for postings. | ||||||||
| ||||||||
| Course: | CSCI P545: Embedded & Real-Time Systems | |||||||
| Instructor: | Steven D. Johnson (sjohnson) | |||||||
The course assumes a basic fluency in ``systems'' concepts and terminology and senior-level programming competency. Additional background in diverse areas such as networks, distributed computing, hardware, etc., is desirable but not required.
Much of the programming involves interaction with the underlying operating system through system calls. Exposure comparable to that of the Operating Systems (P436) is adequate preparation. Specific OS facilities used include: sockets, signals, time, timers, and a few others.
Although embedded systems are typically made up of both software and hardware components. This course focuses on software aspects. It a sufficient number of hardware students are enrolled, there opportunities will be created to work in that realm, most likely through FPGA & microcontroler design, as taught in P442.
| | Architectures and Applications [1]. Digital control; "smart" electronics; sensor arrays; multimedia; networking components; instrumentation; heterogeneous systems; system-on-chip. Networks: ad hoc, common-carrier, hierarchical etc. | ||||
| | Terminology and Tradeoffs [2]. Reactive systems, event models; periodicity; throughput, latency, jitter, slack; polling and sampling; modes and configurability; resilience; hard-time and soft-time constraints. Worst-case and expected-case analysis. | ||||
| | Tools and technologies [6] Tools, design flows, libraries and packages, instrumentation, documentation. | ||||
| | Time [3]. Physical and logical; resolution, precision, accuracy; global and distributed synchronization. Clock synchronization algorithms, agreement protocols. | ||||
| | Resiliency [3] Faults, errors and failures; failure rates, transient failure; fault models; fault containment; fault tolerance and agreement; recovery. | ||||
| | Communication [4] Time division, carrier sense, collision-detect, etc. OSA model. Representative standards (e.g. IP, FlexRay, CAN, WiFi, ad hoc). Buffer network analysis. | ||||
| | Real-Time Operating Systems [6] Threads, tasks, processes periodicity. Scheduling parameters, static and dynamic heuristics; Thread integration, priorities and preemption. Models and instances of memory/file management. | ||||
| | Methods [2] Process-oriented design; synchronous and asynchronous abstractions; message based, image based, data-flow, etc. Design flow, simulation. Requirements, specification, implementation. | ||||
| |
Testing.<.i> [3]
Unit, component, integration testing;
Testing frameworks, simulation.
Instrumentation and measurement;
Validation and verification;
Formal analysis: models, tools.
Safety aspects: classification, certification, documentation.
| |
Sensors [4].
Statistical models, resolution, filters;
feature synthesis and fusion.
| |
Components [4]
Device handling, point-to-point protocols (e.g. USB, Firewire);
Platform computers, microcontrollers, FPGAs and software cores;
Codesign, incorporating hardware, configurability and reconfigurability.
| |
The core laboratory network operates under QNX, which is similar to Unix but has extensions for real-time applications. QNX has its own development and deployment environment.
The course project includes a substantial,
The primary components in evaluating projects are (1) field testing for functionality and (2) documentation the work, which may include a presentation.
The laboratory platform is a golf car modified for computer control. The project goal is implementing an autonomous navigation system using the Global Positioning System (GPS) to follow a pre-determined course, with local guidance for obstacle avoidance. Initially, the class is given a software framework for controlling steering, acceleration and breaking, as well as a GPS sensor. Classroom lectures explain and explore the implementation of the framework as they develop solutions to the navigation problems in a cumulative series of lab assignments.
The expected sequence of the lab assignments will look something like: