Top Banner
EMBEDDED SYSTEMS M.N.V.D.ASHOK 13765A0433
34
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: Embedded systems ppt

EMBEDDEDSYSTEMS

M.N.V.D.ASHOK

13765A0433

Page 2: Embedded systems ppt

CONTENTS

DEFINITION

COMPUTER SYSTEM vs EMBEDDED SYSTEM

CATEGORIES AND REQUIREMENTS OF EMBEDDED SYSTEMS

DESIGN AND ARCHITECTURE OF EMBEDDED SYSTEM

ADVANATAGES AND DISADVATAGES

APPLICATIONS AND CONCLUSION

Page 3: Embedded systems ppt

Like any other computing system, an embedded system is a combination of hardware and software which is custom built for system specific purpose, as the requirements of each system

vary considerably.

Page 4: Embedded systems ppt

EXAMPLES:

Page 5: Embedded systems ppt

COMPUTER EMBEDDEDSYSTEM STSTEM

• General Purpose: these are the computers we use them for performing a variety of everyday tasks such as playing games, word processing, scientific calculations, etc.,

• These are sets of systems which have a CPU and other peripherals, input output devices, monitoring devices assembled with them.

• Specific Purpose: these perform single well defined task which is custom built for system specific purposes such as process control, automation, aeronautics, aviation etc.,

• Is a custom built collection of on board chips which are put together to provide a functional specific output.

Page 6: Embedded systems ppt

COMPUTER EMBEDDEDSYSTEM STSTEM

• They are very cumbersome machines such as work stations and mainframe computers.

• They are not time critical in their operations.

• These are hand held devices which are customized and have eased mobility.

• In many of the case they have to be very time critical responding to various real time interrupts.

Page 7: Embedded systems ppt

COMPUTER EMBEDDEDSYSTEM STSTEM

Page 8: Embedded systems ppt

CATEGORIES OF EMBEDDED SYSTEMS

CATEGORIES• Stand-alone embedded systems:

which works in a stand-alone mode: taking inputs and giving outputs. Such systems are required in process control, modern entertainment equipment's , automations.

EXAMPLES

Page 9: Embedded systems ppt

CATEGORIES OF EMBEDDED SYSTEMS

• Real Time embedded Systems: Sometimes embedded systems are required to carry out specific tasks in a specified amount of time. They can be hard real time (real time constrains has to be strictly maintained) Or Soft Real time (Real time constrains are not so critical).

Page 10: Embedded systems ppt

CATEGORIES OF EMBEDDED SYSTEMS

• Networked Applications: Embedded systems which are need to be connected in a networked environment. Typically one based on TCP/IP or web servers (HTTP).

Page 11: Embedded systems ppt

CATEGORIES OF EMBEDDED SYSTEMS

• Wireless networks that can support high speeds, mobile devices are capable of supporting high data rates, with voice and internet. The special requirements of these devices is threefold: they should have powerful computing and communication capabilities, they should be capable to perform some real time tasks, in addition to non real-time tasks.

Page 12: Embedded systems ppt
Page 13: Embedded systems ppt

HARDWARE ARCHITECTURE OF EMBEDDED SYSTEMS

• An embedded system is built around a processor.

• The central processing unit does the necessary computation based on the input it receives from various external devices.

• The functionality of the CPU is an embedded system is same as the functionality of the CPU in a desktop, except that the CPU in an embedded system is less powerful.

• The processor has limited internal memory, and if this internal memory is not sufficient for a given application external memory devices are used.

• The hardware also includes any components that facilitates the user-application interaction, such as display units, keypads etc.

Page 14: Embedded systems ppt
Page 15: Embedded systems ppt

1.PROCESSSOR:

Fig: MICROCONTROLLER

Page 16: Embedded systems ppt

Fig: MICROPROCESSOR

Page 17: Embedded systems ppt

Fig: DIGITAL SIGNAL PROCESSOR

Page 18: Embedded systems ppt

Fig: EXTERNAL MEMORY

Page 19: Embedded systems ppt

Fig: MEMORY LAYOUT

Page 20: Embedded systems ppt

3.LATCHES AND BUFFERS:

• Processor based systems need to derive external devices such as LEDs, displays, relays, etc.

• The processor does not directly interface with these devices. • Flip-flop logic chips are used to drive external drivers. • These chips hold the processor output data to be send to the external devices.

4.CRYSTAL:

• The CPU needs a clock source, and a crystal oscillator generates the clock. • The Crystal is choose  based on the clock frequency of the processor.• Micro-controllers provide an on chip oscillator and you connect an external

crystal or ceramic resonator. • The clock generation circuitry determines the various states of machine cycles.

Page 21: Embedded systems ppt

5.RESET CIRCUIT:

• It is generally built in the hardware to take care of any unforeseen problems. • This circuit handles software handles software hang-ups, power supply failures, etc.• The processor sends a status signal to this circuit periodically. • If in case this signal is not received, it is an indicator that some thing is wrong,

which is then reset by this circuit.• Single chip solutions are also available. 

6.KEYPAD:

• Each embedded systems offer different capabilities for providing user input.• Handheld computers are provided with either full-fledged QWERTY keyboard or a

form of handwriting recognition.• Depending on the needs they can vary from few keys to a full-fledged keyboard.

Page 22: Embedded systems ppt

7.ADC AND DAC:

Page 23: Embedded systems ppt

8.APPLICATION SPECIFIC CONTROL CIRCUITRY:

Page 24: Embedded systems ppt

9.DISPLAY UNITS:

Page 25: Embedded systems ppt

9.COMMUNICATION DEVICES:

• Embedded Systems need to interface with the external devices, thus they need communication interfaces.

• Most processors provide a serial interface to send and receive data in serial form. Networked embedded systems are provided with Ethernet interface.

• Mobile phones and handheld computers are provided with a number of communication interfaces as such as serial, parallel, infrared, Bluetooth, and USB(Universal Serial Bus).

10.PROGRAMMABLE LOGIC DEVICES:

• The manifold requirements are met using PLDs(Programmable Logic Devices). Using design automation tools such as Verilog and VHDL.

• This Single chip can be Programmable Logic Device (PLD), Field Programmable Gate Array, Programmable Array Logic (PAL).

• Major Suppliers are Axel, Adaptive Silicon, Altera, Atmel, Cypress Semiconductors, Quick Logic, Transcend and Xilinx.

Page 26: Embedded systems ppt

Fig: OVERVIEW OF AN EMBEDDED SYSTEM

Page 27: Embedded systems ppt

ADVANTAGES OF EMBEDDED SYSTEMS

Low cost.Small size.High reliability.Fast operations.Easy to manufacture.Fewer interconnections.

DISADVANTAGES OF EMBEDDED SYSTEMS

Hard to maintain.Doesn’t evolve with technology improvement.Hard to carry files from one machine to other.Hard to backup embedded files.

Page 28: Embedded systems ppt

APPLICATIONS OF EMBEDDED SYSTEMS

Fig: CUSTOMER APPLICATIONS

Page 29: Embedded systems ppt

Fig: CONSUMER ELECTRONICS

Fig: BIOMEDICAL APPLICATIONS

Page 30: Embedded systems ppt

Fig: DATA COMMUNICATION

Fig: DYNAMIC DISTRIBUTED SYSTEMS

Page 31: Embedded systems ppt

Fig: TELECOMMUNICATION

Page 32: Embedded systems ppt
Page 33: Embedded systems ppt

CONCLUSION:• Now a days its implementation is faster.• Its development is necessary to our future.• These type of systems emerges a new

revolution in communication and digital signal processing.

• It is cheap and best.

Page 34: Embedded systems ppt