Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa...

45
Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto Superior Técnico 2015-09-22 José Costa (DEI/IST) Architecture of Embedded Systems 1

Transcript of Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa...

Page 1: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Architecture of Embedded Systems

José Costa

Software for Embedded Systems

Departamento de Engenharia Informática (DEI)Instituto Superior Técnico

2015-09-22

José Costa (DEI/IST) Architecture of Embedded Systems 1

Page 2: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Outline

Embedded System Design and Development Process

6 Stages of Creating an Embedded ArchitectureSolid Technical BaseArchitecture Business CyclesArchitectural Patterns & Reference ModelsArchitectural StructuresDocument the ArchitectureAnalyze and Evaluate Architecture

José Costa (DEI/IST) Architecture of Embedded Systems 2

Page 3: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Levels of abstraction

Requirements

Specification

Architecture

ComponentDesign

SystemIntegration

José Costa (DEI/IST) Architecture of Embedded Systems 3

Page 4: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Embedded System Design and

Development Process

Various models exist

Noergaard proposes model based on the Waterfall and Spiralmodels

Creating the architecture

Implementing the architecture

Testing the system, and

Maintaining the system

José Costa (DEI/IST) Architecture of Embedded Systems 4

Page 5: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Embedded Systems Design and

Development Lifecycle Model

José Costa (DEI/IST) Architecture of Embedded Systems 5

Page 6: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

What is an Embedded Systems

Architecture?

Embedded System Architecture

Is an abstraction of the embedded device that represents theembedded system as some combination of interacting elements.

Typically doesn’t show detailed implementation information

Represented as some composition of interlacing elements

José Costa (DEI/IST) Architecture of Embedded Systems 6

Page 7: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Sum of Elements = Embedded Architecture

An embedded architecture includes

Elements of the embedded system

Elements interacting with an embedded system

The properties of each of the individual elements, and

The interactive relationships between the elements

José Costa (DEI/IST) Architecture of Embedded Systems 7

Page 8: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Elements of an Architecture

Elements are representations of hardware and/or software

Implementation details have been abstracted out

Only behavioral and inter-relationship information

Examples

ClassLayersKernelClient/ServerProcessMemory. . .

José Costa (DEI/IST) Architecture of Embedded Systems 8

Page 9: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Major Types of Elements

Module

hardware and/or software that the system needs to functioncorrectly

Component and Connector

main hw/sw processing units, such as processors, a Java VirtualMachine, etc.communication mechanism that inter-connects components,such as a hardware bus, or software OS messages, etc.

Allocation

relationships between sw and/or hw elements, and externalelements in various environmentse.g. where the software resides in the hardware

José Costa (DEI/IST) Architecture of Embedded Systems 9

Page 10: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Why Care About The Architecture of an

Embedded System?

Powerful tool used to understand an embedded systems designor to resolve challenges faced when designing a new system

Solid basis for analyzing and testing the quality of a device andits performance

Accurately estimates and reduces costs through itsdemonstration of the risks involved in implementing the variouselements

Leveraged for designing future products with similarcharacteristics

José Costa (DEI/IST) Architecture of Embedded Systems 10

Page 11: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Importance of Architecture

Every embedded system has an architecture, whether it is or isnot documented

It is a useful tool in understanding all of the major elements

why each component is therewhy the elements behave the way they dohow they interacthow they behave in the real world

Even if the architectural structures are rough and informal, it isstill better than nothing!

Many industry popular methodologies for creating architectures(adaptable to embedded systems)

Rational Unified Process (RUP), Attribute Driven Design(ADD), Object Oriented Process (OOP), . . .

José Costa (DEI/IST) Architecture of Embedded Systems 11

Page 12: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

6 Stages of Creating an Embedded

Architecture

Stage 1 : Having a Solid Technical Base

Stage 2 : Understanding the Architectural Business Cycle ofEmbedded Systems

Stage 3 : Defining the Architectural Patterns and ReferenceModels

Stage 4 : Creating the Architectural Structures

Stage 5 : Documenting the Architecture

Stage 6 : Analyzing & Evaluating the Architecture

José Costa (DEI/IST) Architecture of Embedded Systems 12

Page 13: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Stage 1 : Having a Solid Technical Base

Embedded Systems Model

José Costa (DEI/IST) Architecture of Embedded Systems 13

Page 14: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Know Your Standards (1/3)

Standards dictate:

how the components should be designedwhat additional components are required in the system to allowfor their successful integration and function

Can be classified as:

market-specific standardsgeneral-purpose standards, orstandards that are applicable to both categories

José Costa (DEI/IST) Architecture of Embedded Systems 14

Page 15: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Know Your Standards (2/3)

Market SpecificConsumer ElectronicsMedicalIndustrial Automation & ControlNetworking & CommunicationsAutomotiveAerospace & DefenseOffice Automation, ...

José Costa (DEI/IST) Architecture of Embedded Systems 15

Page 16: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Know Your Standards (3/3)

General Purpose

NetworkingProgramming LanguageSecurityQuality Assurance, . . .

José Costa (DEI/IST) Architecture of Embedded Systems 16

Page 17: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Hardware Layer: Many Many Many

Embedded Processors To Choose FromArchitecture Processor Main ManufacturerAMD Au1xxx Advanced Micro DevicesARM ARM7, ARM9, . . . ARMColdFire 5282, 5272, 5307, 5407,. . . MotorolaM Core MMC2113, MMC2114,. . . MotorolaMIPS32 R3K, R4K, 5K, 16,. . . MTI4kx, IDT, MIPS TechnologiesNEC Vr55xx, Vr54xx, Vr41xx NEC CorporationPowerPC (PPC) 82xx, 74xx,8xx,7xx,6xx,5xx,4xx IBM, Motorola68k 680x0, 683xx MotorolaSuperH (SH) SH3 (7702,7707, 7708,7709), Hitachi

SH4 (7750)SHARC SHARC Analog Devices, Transtech DSP,

RadstonestrongARM strongARM IntelSPARC UltraSPARC II Sun MicrosystemsTMS320C6xxx TMS320C6xxx Texas Instrumentsx86 X86 [386,486,Pentium Intel, Transmeta,

(II, III, IV). . . ] National Semiconductor, Atlas,. . .TriCore TriCore1, TriCore2, . . . Infineon. . .

José Costa (DEI/IST) Architecture of Embedded Systems 17

Page 18: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

ISA Models

Application Specific

ControllerDatapathFinite State Machine with Datapath [FSMD]Java Virtual Machine. . .

General Purpose

Complex Instruction Set Computing [CISC]Reduced Instruction Set Computing [RISC]

Instruction Level Parallelism

Single Instruction Multiple Data [SIMD]Superscalar MachineVery Long Instruction Word (VLIW) Computing. . .

José Costa (DEI/IST) Architecture of Embedded Systems 18

Page 19: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Implementing an ISA & Von-Neumann

José Costa (DEI/IST) Architecture of Embedded Systems 19

Page 20: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Embedded Software: The System

Software Layer (1/3)

Hardware

System Software

Device Driver

Application Software

Hardware

System Software

Device Driver

Middleware

Application Software

Hardware

System Software

Device Driver

Operating System

Application Software

José Costa (DEI/IST) Architecture of Embedded Systems 20

Page 21: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Embedded Software: The System

Software Layer (2/3)

Hardware

System Software

Board Support

Device Driver

Operating System

Application Software

Hardware

System Software

Device Driver

Operating System

Middleware

Application Software

Hardware

System Software

Operating System

Device Driver

Middleware

Application Software

José Costa (DEI/IST) Architecture of Embedded Systems 21

Page 22: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Embedded Software: The System

Software Layer (3/3)

Hardware

System Software

Device Driver

Operating System

Middleware

Application Software

Hardware

System Software

Board Support

Device Driver

Operating System

Middleware

Application Software

Hardware

System Software

Board Support

Device Driver

Operating System

Middleware

Application Software

José Costa (DEI/IST) Architecture of Embedded Systems 22

Page 23: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

What are Device Drivers? (1/2)

Device drivers are architecture-specific or generic

Architecture-specific device drivers

Manages hardware integrated in the processor

E.g. initialization and enable of on-chip memory, floating pointhardware, ...

Generic device driversManages hardware on the board

E.g. initialization and enable of off-chip memory, board buses,off-chip I/O, ...

José Costa (DEI/IST) Architecture of Embedded Systems 23

Page 24: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

What are Device Drivers? (2/2)

Hardware

System Software

Device Driver

Higher-layer Interface

Hardware Interface

Higher-layer Interface

Hardware Interface

Application Software

Hardware

I/O Buses Memory ...

System Software

Device Driver

ISDN

RS-232

...

Ethernet

T1/E1

...

I2C

PCMCIA

L1 Cache

MMU

DMA

...

Timers

Interrupts

Application Software

José Costa (DEI/IST) Architecture of Embedded Systems 24

Page 25: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Most Common Types of Device Drivers

Routines

Hardware Startup - initialization of the hardware upon power-on or reset

Hardware Shutdown - configuring hardware into its power-off state

Hardware Disable - allowing other software to disable hardware on-the-fly

Hardware Enable - allowing other software to enable hardware on-the-fly

Hardware Acquire - allowing other software gain singular (locking) access tohardware

Hardware Release - allowing other software to free (unlock) hardware

Hardware Read - allowing other software to read data from hardware

Hardware Write - allowing other software to write data to hardware

Hardware Install - allowing other software to install new hardware on-the-fly

Hardware Uninstall - allowing other software to remove installed hardwareon-the-fly

José Costa (DEI/IST) Architecture of Embedded Systems 25

Page 26: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Embedded Operating Systems

Process Management

Process ImplementationSchedulingIntertask Communication& Synchronization. . .

Memory Management

SegmentationPagingVirtual MemorySystem Security. . .

I/O System Management

File System. . .

Embedded OS

Device Drivers (optional)

Kernel

Device Driver

I/O System Managment Interrupt/Error Handling

Process Managment Memory Managment

Middleware (optional)

José Costa (DEI/IST) Architecture of Embedded Systems 26

Page 27: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Evolution of Programming Languages

Generation Language Details1st Machine code Binary (0,1) and hardware dependent.2nd Assembly language Hardware-dependent representing corresponding

binary machine code.3rd HOL High-level languages with more English-like

(high-order languages)/ phrases and more transportable, such as C,procedural languages Pascal, etc.

4th VHLL “Very” high-level languages: object-oriented(very high level languages)/ languages (C++, Java,. . . ), database querynon-procedural languages languages (SQL), etc.

5th Natural languages Programming similar to conversationallanguages, typically used in artificialintelligence (AI). Still in the researchand development phases in most cases—notyet applicable in mainstream embedded systems.

José Costa (DEI/IST) Architecture of Embedded Systems 27

Page 28: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Translation of Code on Host (1/2)

Host (Development System)

Preprocessor Compiler Linker

System Software Layer

Hardware Layer

Application Layer

Target (Embedded System)

Application Layer

System Software Layer

Hardware Layer

José Costa (DEI/IST) Architecture of Embedded Systems 28

Page 29: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Translation of Code on Host (2/2)

C SourceFile(s)

C Compiler

Preprocessing

Compiling

C Object File(s)

Linker

C Executable File

C Header File(s)

C System Libraries

Embedded System

Host Computer

José Costa (DEI/IST) Architecture of Embedded Systems 29

Page 30: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Translation of Code on Target (1/2)Interpretation

vtab

Byte Code 1

Byte Code 2

Byte Code 3

...

Byte Coding 1Parsing

Byte Coding 1Interpreting

Byte Coding 2Parsing

Byte Coding 2Interpreting

...

Host

Source File(s)

Compiler

Byte Code File(s)

Source L1

Source L2

Source L3

Source L4

Source L5

Source L6

Target Code forSource L1

Target Code forSource L2

Target Code forSource L3

...

Just in Time

(JIT)

1st Pass of ProcessingByte Code

2nd and Additional Passesof Processing Byte Code

Byte Coding 1Parsing andInterpreting

Byte Coding 1JIT

Compiling

Byte Coding 2Parsing andInterpreting

Byte Coding 2JIT

Compiling

...

vtab

Byte Code 1

Byte Code 2

Byte Code 3

...

Compiled Byte Code 1

Compiled Byte Code 1

Compiled Byte Code 1

Compiled Byte Code 1

Way-Ahead-of-Time

/Ahead-of-Time

(WAT/AOT).class File

Byte Code 1

Byte Code 2

Byte Code 3

...

JVM WAT Compiler

object File

JVM Linker

Runtime Libraries

executables

José Costa (DEI/IST) Architecture of Embedded Systems 30

Page 31: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Translations of Code on Target (2/2)

Translating Code

InterpretationJust-in-Time (JIT)Way-Ahead-of-Time/Ahead-of-Time (WAT/AOT)

Garbage Collection

CopyingMark & SweepGenerational

José Costa (DEI/IST) Architecture of Embedded Systems 31

Page 32: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Garbage Collection : Copying

Memory Before GC

Object 1

Object 2

Object 3

Object 4

Memory After GC

Object 1

Object 2

Object 4

Copying Garbage Collector

José Costa (DEI/IST) Architecture of Embedded Systems 32

Page 33: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Garbage Collection : Mark & Sweep

Memory Before GC

Object 1 X

Object 2 X

Object 3

Object 4 X

Memory After GC

Object 1

Object 2

Object 4

Mark &Sweep Garbage Collector

Mark

Sweep

José Costa (DEI/IST) Architecture of Embedded Systems 33

Page 34: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Garbage Collection : Generational

Memory Before GC

Object 1

Object 2

Object 3

Object 4

Memory After GC

Object 1

Object 2

Object 4

Copying Garbage Collector

Youngest Generation

(Nursery)

Memory Before GC

Object 1 X

Object 2 X

Object 3

Object 4 X

Memory After GCMark & Sweep

Object 1

Object 2

Object 4

Memory After GCCompaction

Object 1

Object 2

Object 4

Mark, Sweep & CompactGarbage Collector

Mark

Sweep

Compaction

Older Generation

José Costa (DEI/IST) Architecture of Embedded Systems 34

Page 35: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

How can Java Add to An Embedded

System’s Architecture ?

Hardware Layer

System Software Layer

Application Layer

JVM

JVM compiled in applicationi.e. Esmertec’ Jbed,

Kava’s KavaVM, IBM’s J9...

Hardware Layer

System Software Layer

Application Layer

JVM

JVM part of System layeri.e. Skelmir’s Cee-J,

Esmertec/Insignia’s Jcode and Jbed,Tao’s Intent, Kava’s KavaVM,...

Hardware Layer

System Software Layer

Application Layer

Java Device Drivers

Java Processor

JVM in hardwarei.e.

ARM’s Jazella, AJile’s aj200, ...

José Costa (DEI/IST) Architecture of Embedded Systems 35

Standards (NanoVM, JStamp, MicroEJ, Java ME, . . . )

Processing Bytecode (Interpretation, JIT, WAT/AOT)

Garbage Collection (Copying, Mark&Sweep, . . . )

Page 36: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Scripting Languages

Scripting Languages

Perl, JavaScript, HTML, . . .Processing Bytecode (Interpretation)

Hardware Layer

System Software Layer

Application Layer

SSL 128 Bit Encryption Javascript HTTP HTML 5.0 Real Audio DOM 3 CSS 2 Browser

José Costa (DEI/IST) Architecture of Embedded Systems 36

Page 37: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Stage 2 : Understanding the ABCs

(Architecture Business Cycles)

Embedded System

Architecture

. . .

Technical Requirements

Quality Assurance Requirements

System Stakeholders

. . .

Managers

Engineers

Customers

Industry Standard Requirements

Marketing Requirements

José Costa (DEI/IST) Architecture of Embedded Systems 37

Page 38: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Stage 2 : Understanding the ABCs

(Architecture Business Cycles)

1 ABC influences drive the requirements of an embedded system

not limited to technical ones.

2 Identify all the ABC influences on the design

technical, business, political and/or social

3 Engaging the various influences as early as possible in the designand development lifecycle and gathering the requirements of thesystem

4 Determining the possible hardware and/or software elementsthat would meet the gathered requirements.

José Costa (DEI/IST) Architecture of Embedded Systems 38

Page 39: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Stage 3 : Defining the Architectural

Patterns & Reference Models

Determine the components that meet

deadlines,time-to-market,cost, . . .

Select a programming language

Select a OS

Select a master processor

José Costa (DEI/IST) Architecture of Embedded Systems 39

Page 40: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Stage 4 : Define the Architectural

Structures

Decomposing the structures into smaller and smaller elements

These decompositions are represented as some combination ofvarious types of elements

It is for the architects to decide which structures to select andhow many to implement

José Costa (DEI/IST) Architecture of Embedded Systems 40

Page 41: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Stage 5 : Document the Architecture

At least two documents

A document outlining the entire architecture

an overview of the embedded systemthe actual requirements supported by the architecturethe definitions of the various structuresthe inter-relationships between the structures. . .

A document for each structure

which requirements are being supported by the structurehow these requirements are being supported by the designany relative constraints, issues, or open itemsrepresentation of each of the various elements within thestructure

José Costa (DEI/IST) Architecture of Embedded Systems 41

Page 42: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Stage 6 : Analyze and Evaluate

Architecture

Architecture is analysed by an evaluation team

Architects and evaluation team agree on the diferent scenariosfor the architecture

Results of the evaluation should be produced

list of requirements/scenariosreturn on investment (ROI)risksstrengthsproblemsrecommended changes to the architecture

José Costa (DEI/IST) Architecture of Embedded Systems 42

Page 43: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Outline

Embedded System Design and Development Process

6 Stages of Creating an Embedded ArchitectureSolid Technical BaseArchitecture Business CyclesArchitectural Patterns & Reference ModelsArchitectural StructuresDocument the ArchitectureAnalyze and Evaluate Architecture

José Costa (DEI/IST) Architecture of Embedded Systems 43

Page 44: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

References

Embedded Systems Architecture, Tammy Noergaard. Elsevier,2005.

José Costa (DEI/IST) Architecture of Embedded Systems 44

Page 45: Architecture of Embedded Systems - Autenticação · Architecture of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto

Next class

The Embedded Computing Platform: Input/Output Interfaces

José Costa (DEI/IST) Architecture of Embedded Systems 45