Top Banner
Building an Embedded Systems By VIJAYANAND Email: [email protected]
19

Building an embedded systems

Jan 19, 2015

Download

Technology

Vijay Anand

Building an embedded systems
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Building an embedded systems

Building an Embedded Systems

By VIJAYANANDEmail: [email protected]

Page 2: Building an embedded systems

What is a Embedded Systems

-- Hard to define. Nearly any computing system other than a desktop computer

-- A portable applications of Computer Science Field, Electronics & Electrical Field, Communications, Mechanical and much more.

Page 3: Building an embedded systems

Characteristics of Embedded Systems

• Single-functioned

-- Executes a single program, repeatedly• Tightly-constrained

-- Low cost, low power, small, fast, etc.• Reactive and real-time

-- Continually reacts to changes in the system’s environment

-- Must compute certain results in real-time without delay

Page 4: Building an embedded systems

Examples of Embedded Systems

Page 5: Building an embedded systems

A Closer Look

Page 6: Building an embedded systems

Design challenge

• Obvious design goal: -- Construct an implementation with desired

functionality• Key design challenge: -- Simultaneously optimize numerous design

metrics• Design metric -- A measurable feature of a system’s

implementation -- Optimizing design metrics is a key challenge

Page 7: Building an embedded systems

Design challenge – cont.

Common metrics• Unit cost: the monetary cost of manufacturing each

copy of the system, excluding NRE cost• NRE cost (Non-Recurring Engineering cost): The

one-time monetary cost of designing the system• Size: the physical space required by the system• Performance: the execution time or throughput of the

system• Power: the amount of power consumed by the system• Flexibility: the ability to change the functionality of the

system without incurring heavy NRE cost

Page 8: Building an embedded systems

Design challenge – cont.

• Time-to-prototype: the time needed to build a working version of the system

• Time-to-market: the time required to develop a system to the point that it can be released and sold to customers

• Maintainability: the ability to modify the system after its initial release

• Correctness, safety, many more

Page 9: Building an embedded systems

Design metric competition

SizePerformance

Power

NRE cost

Page 10: Building an embedded systems

Design metric competition

• Expertise with both software and hardware is needed to optimize design metrics

• Not just a hardware or software expert, as is common

• A designer must be comfortable with various technologies in order to choose the best for a given application and constraints

Page 11: Building an embedded systems

Time-to-market: a demanding design metric

Page 12: Building an embedded systems

Losses due to delayed market entry

Page 13: Building an embedded systems

Losses due to delayed market entry (cont.)

Page 14: Building an embedded systems

NRE and unit cost metrics

Costs:• Unit cost: the monetary cost of manufacturing each

copy of the system, excluding NRE cost• NRE cost (Non-Recurring Engineering cost): The

one-time monetary cost of designing the system• Fixed Cost: The cost that does not depends on no. of

units.• Variable Cost: The cost which varies with the no. of

units.• Fixed and Variable cost groups to the Unit cost.• Total Cost = NRE Cost + Unit Cost• Unit Cost = Total cost/ No. of Units.

Page 15: Building an embedded systems

Cost Metrics

Page 16: Building an embedded systems

Product Life Cycle (PLC)

Page 17: Building an embedded systems

Product Life Cycle (PLC) Crossing the Chasm

Page 18: Building an embedded systems

New Product Development Cycle

Page 19: Building an embedded systems

Conclusion

• To follow to New Product Development cycle.

• To understand the Product Life Cycle.

• To get an awareness of Embedded System design.