SlideShare una empresa de Scribd logo
1 de 11
Descargar para leer sin conexión
INTRODUCTION
Computers have evolved from few, huge mainframes shared by many
people, and mini computers that were smaller but still shared to today’s
PCs—millions in number, miniscule in size compared to the
mainframes, and used by only one person at a time. The next generation
could be invisible, with billions being around and each of us using more
than one at a time. Welcome to the world of embedded systems, of
computers that will not look like computers and won’t function like
anything we’re familiar with

WHAT IS AN EMBEDDED SYSTEM?
As the name signifies, an embedded system is ‘embedded’ or built into
something else, which is a non-computing device, say a car, TV, or toy.
Unlike a PC, an embedded computer in a non-computing device will
have a very specific function, say control a car, or display Web pages on
a TV screen. So, it need not have all the functionality and hence all the
components that a PC has. Similarly, the operating system and
applications need not perform all the tasks that their counterparts from
the PC sphere are expected to.

In short, we can define an embedded system as a computing device,
built into a device that is not a computer, and meant for doing specific
computing tasks. These computing tasks could range from acquiring or
transferring data about the work done by the mother device to
displaying information or controlling the mother device. Embedded
systems could thus enable us to build intelligent machines.

Embedded systems is not a new and exotic topic that is still confined to
research theses. There are many live examples of embedded systems
around us. MP3 players (computing capability built into a music
system), PDAs (computing in what essentially is an organizer), car-
control systems, and intelligent toys are but a few examples of such
systems already in place.

A typical embedded system consists of hardware (typically VLSI or
very large-scale integrated circuits) specifically built for the purpose, an
embedded operating system, and the specific application or
applicatiospecification is considered to be an extension of the ISA bus
specification. The PC /104 standard has since been extended to PC/104-
plus to include the PCI bus. So, today you have PC-based embedded
systems that have the ISA bus, the PCI bus, or both.
Unlike with regular PCs, in the world of the embedded PC, 386s, 486s
and Pentiums are still good enough. Besides these, there are a number
of CPUs meant specifically for embedded applications, like the
StrongArm                 and                 the               MIPS.
With embedded PCs you can even go beyond the single-function
definition of an embedded system, and could build an entire PC into
another machine; a PC inside a refrigerator, or a PC inside a car, for
instance.

HARDWARE FOR EMBEDDED DEVICES
Universal Micro system is a general-purpose hardware that can be
programmed and used to develop applications for different
embedded devices
Many modern appliances like MP3 players, ‘intelligent’ refrigerators,
and watches use embedded systems. However, a common obstacle for
developers has been the need to develop different sets of hardware and
software, for different devices. An ‘intelligent’ washing machine uses a
hardware chip different from that used by an ‘intelligent’ wristwatch. In
addition, the software running on the hardware chip is different. This
often results in increased costs and time taken for development. (For
more on embedded systems see PCQuest May2001,page38.)
The Universal Micro System (UMS) from Cradle Technologies is a
solution for this problem. UMS is a general-purpose chip built around a
simple instruction set. It can be used to develop applications for
embedded devices because all the functionality required for a specific
device can be modeled in the software.

UMS HARDWARE
Any software application expects four basic requirements from the
underlying hardware: input unit, processing unit, memory unit, and
output unit. Since the major functionality provided in UMS is through
software, the processor and memory units must be very fast and the
input-output units must be programmable and versatile.
UMS uses a large number of high speed, low power and small RISC-
based processors (about 75) on a single chip. Each processor also called
a PE (processing Element) coupled with two Digital Signal Processors
called DSE (Digital Signal Engines) form an MSP (Multi Stream
Processor), which processes voluminous chunks (stream) of data.



The UMS is structured into a number of Quads. A Quad, as shown in
the diagram to the left, consists of four MSPs, program or instruction
cache, data cache and a programmable DMA (Direct Memory Access)
unit. There is also a high throughput (about 4 GB/sec) global bus
interface, which interconnects all of them in a Quad. The use of DSEs
ensures smooth digital processing, while the powerful PEs carry out the
arithmetic and logical functions on the processed data. Finally, the
result of the processing is transferred from the local data cache of a
Quad to an external SDRAM (Synchronous Dynamic Random Access
Memory) module via the DMA unit. The UMS chip does have an
onboard DRAM controller to interface with external SDRAM modules.
Feeding each Quad with independent chunks of data can make optimal
use of the raw processing speed of the UMS chip. It is claimed that UMS
has a raw speed of over 15 GFLOPS (Giga Floating Point Operations per
second) while consuming just 1.5 watts of power.

The Input/Output unit of UMS is programmable. You can program it to
support processing unit dependant data transfers, or do a DMA data
transfer where data transfers can take place without the intervention of
the processing unit. In fact, the programmable I/O is claimed to be so
versatile that it can be used to model PCI, SCSI, FireWire, or DSL
interfaces using software. In other words, the I/O hardware is
extensively programmable through software.




SOFTWARE ON UMS
The software design has eliminated the need for customized hardware.
It has been left to the developer to utilize the power of the numerous
processors by using efficient software algorithms. Optimally, each
Quad must be fed with independent data blocks (called data
parallelism). This is the responsibility of the software developer. What
Cradle has provided are some tools to speed up this development: a C
compiler, an assembler and a cross assembler, linker, debuggers, and
most important, a software simulator of the hardware chip. A custom
C-API (Application Programming Interface), comprising of UMS
specific library functions, is also provided. These include libraries for
TCP/IP, OpenGL 3D, PCI, FireWire, MPEG and DV encoding and
decoding.
So the development tools shouldn’t take long getting used to, as no new
programming language or paradigm has been introduced. But what
about the most crucial system software for any hardware in this world
—the operating system. UMS can use any RTOS (Real Time Operating
System) like QNX or a micro kernel based Linux. Red Hat, the popular
Linux distribution, is porting its version of embedded Linux on UMS
along with the development tools. Already a software MPEG2 decoder
has been developed for UMS, while the hardware chip itself is under
experimental stages.

Initially UMS will not be targeted towards small devices like mobile
phones or wrist watches. Instead, it will be used in devices like home
routers and multimedia gadgets as ready-to-use software libraries are
already there for these. But the possibility of it being used in small
devices cannot be ruled out.

APPLICATIONS OF EMBEDDED SYSTEMS


Embedded systems are finding their way into robotic toys and
electronic pets, intelligent cars, and remote-controllable home
appliances

ELECTRONIC
PETS

Gone are the
days when you
had      dumb
stuffed    toys
with no motion,
or feelings to
play      with.
Thanks to the wonders of modern electronics, toys are getting a new
life. They have been given feelings that get affected based on how you
behave with them. All the major toy makers across the world have been
coming out with advanced interactive toys that can become your
friends for life. These toys are electromechanical in nature, have sensors
to listen, see, talk, and feel your touch. They have complex circuitry,
and some use micro-controller chips to control everything. They have
memory to store the code that drives the micro-controller, which in turn
operates the remaining parts. In other words, toys are amongst the most
popular examples of embedded systems. In this article, we’ll see some
of the most playful pets in the market, and try to understand what
makes them intelligent.

The rapid development of intelligent toys has been fueled by the fierce
competition amongst leading toy manufacturers. Every toy maker tries
to introduce some hot selling toy to gain an edge over competition. So
we’ve seen the intelligence level rising in the toys.




TEDDY RUXPIN
One of the earliest intelligent toys was a teddy bear known as TEDDY
RUXPIN. It had in built cassette player which when played moved its
lips according to the song and music being played. The story telling
teddy bear was a hit among young children. Later on TEDDY
RUXPIN’S partner was introduced and both of them narrated a story.
This was however not so intelligent as both them moved their lips
according to the pre recorded stories.

THE FURBIES

Pet it’s back and it will wag it’s tail in a lovingly manner, tickle it’s
tummy and it will laugh and pass comments. These are the few things a
FURBY is capable of doing. It was manufactured by TIGER
ELECTRONICS somewhere around 1998.
                 It has no resemblance to any living creature. It’s life cycle
starts from a baby and it grows up into an adult. It reacts differently to
different situations. Initially it speaks it’s own language called
‘FURBISH’. Later on it speaks english as we interact with it. It’s beauty
lies in the fact that no two furbies are alike.
                  It has built in vocabulary of 160 words with which it can
form 1000 phrases. That’s why it reacts differently to different
situations. It has five sensors and a built in microphone which is
responsible for it’s varying responses to different sounds. It also has a
light sensor to detect changes in light.
                The best part is an IR port which it uses to interact with
other furbies.

AIBO THE SMART DOG

                                              Aibo the smart dog was
                                             created        by      SONY
                                             CORPORATION.            AIBO
                                             can display six emotions
                                             viz. happiness, anger,
                                             sadness, surprise, fear and
                                             dislike. AI stands for
                                             artificial intelligence and
                                             BO stands for robot. Aibo
                                             when        translated     in
                                             ‘partner ‘ or ‘pal’ in
                                             Japanese. It has various
                                             sensors to detect various
                                             emotions. It can recognize
                                             50 words. It learns and
                                             matures by interacting
with people. It has STATE OF THE ART VOICE RECOGNITION
SYSTEM that understands what you say. It has four sensors of touch,
hear, see and balance.
  It has 18 joints which can produce 250 different motions. So it sit,
stand, walk, dance and play with a ball. All its actions are recorded on
an 8 MB memory stick.


DRIVE JAMES BOND’S CAR
Cars manufactured today come with at least one embedded computer,
which is in charge of monitoring engine emissions and adjusting the
engine to keep emissions as low as possible. Abroad, additional
computers already manage the air-bag system, cruise-control system,
anti-lock brakes, and motorized seats that remember the seat and
mirror setting for multiple drivers.

Embedded systems in cars, also known as telematic systems, are now
being used to provide navigational (getting directions to your
destination), security (notifying the police in case of an emergency),
communication (making calls through hands-free voice-activated
phones or getting personalized information from the Internet), and
entertainment (streaming music) services.



REMOTE CONTROL YOUR HOME
Home appliances, from refrigerators and air-conditioners to televisions
and microwave ovens, are going the embedded way. This means that
you’ll soon be able to control the temperature of your air-conditioner
over the Internet, check e-mail on your refrigerator, make your
microwave download recipes from the Internet, or surf the Web on
your television. Several home-appliance players have already entered
the embedded arena and more are expected to follow. Here’s a look at
some products that have made an appearance

   • LG Electronics’ Digital DIOS refrigerator can be used for surfing
     the Internet, checking e-mail, making video phone calls, and
     watching TV. It has a 15.1” TFT-LCD touch screen and its own
     port to connect to the Internet.

   • Samsung’s digital network refrigerator also lets you surf the
     Internet and check mail using a pop-up keyboard window, make
     video or regular telephone calls, do instant messaging with your
     family members, and watch TV or films on video tape or DVD.

   • LG’s washing machine has a communication cable that you can
     link to a PC with an Internet connection. You can then connect to
     the washing machine’s website, download washing programs
suitable to the different types of clothes you want to wash, and
       store them in the washing machine.

   • The microwave oven has a built-in modem that it uses to access
     websites on cooking. It also goes a step ahead and automatically
     downloads information like cooking time and microwave level
     for different recipes.

These products are a harbinger to what lies ahead. So, you can look
forward to a future where you can work in office and wash clothes at
home simultaneously, or let your microwave do the cooking while you
surf the Internet on your television.

DEVELOPMENT INITIATIVES IN EMBEDDED
SYSTEMS
 A look at Inferno and Chai, two popular development environments
that are used to develop applications for hardware used in embedded
systems

A lot of development is happening on embedded systems with many
development platforms, environments, and operating systems being
created to help with this process. We present two popular initiatives.


INFERNO

 Inferno was developed by Computing Science Research Center of Bell
Labs. Its core feature is a virtual machine called Dis which makes it
portable across various platforms, including Intel x86, Sun Sparc, MIPS,
and PowerPC. So it can be used across all the major OSs like Windows
(NT and 95), and many flavors of Unix including Linux. Inferno runs as
a service under these OSs. It also has its own microkernel, so it can be
deployed on embedded devices without a native operating system
underneath.
CHAI

This development environment (runtime and compile time) provides
tools to develop applications for embedded devices. It is based on Java
technology and consists of the following components:

   •   ChaiVM: The Chai virtual machine

   •   ChaiAWT: Graphics library for coding GUI components
•   ChaiServer: For intercommunication and remote configuration of
       Chai applications

   •   ChaiAppliance Plug and Play: an open-standard technology for
       automatic and transparent connectivity between embedded
       devices

   •   Chai/E-speak: Libraries which enables Chai applications to act as
       e-services

   •   Chai/OpenView: Enables management of Chai application by
       HP’s OpenView Network Node Manager.

   •   ChaiFarer: A web browser for embedded devices.

racle 8i lite: Database for embedded devices

EMBEDDED REAL TIME OPERATING SYSTEMS
The term embedded means combined. An embedded hardware device
contains a single chip that contains both hardware and software
components of a computer such as memory and base operating
systems. Embedded software can be used for a variety of purposes
ranging from powering handheld PCs to large scale factory automation.
To run these software we need operating systems. Embedded operating
systems are used in PDAs, high end cellular phones,MP3 players and
palmtop computers. Embedded Operating Systems come in three
flavors: WINDOWS, LINUX and others. There are a few dozens of
embedded operating systems but we explore a few.

WINDOWS CE 3.0
There are no fewer than four versions of WINDOWS CE 3.0 designed
for various types of hardware. Windows CE includes 32 bit windows
technology and networking support amongst other features familiar to
normal windows user. A number of development tools are available for
this platform. Database support is available throtabase support is
available throCE Edition.

WINDOWS NT EMBEDDED
Windows NT Embedded is a little different from Windows CE Edition.
It is developed on windows technology and it excels in networking and
communications. It’s price to most of the hardware manufacturers is
higher as compared to other operating systems and so it is less popular
as compared to other operating systems such as Windows CE Edition.
EMBEDDED LINUX
Linux powerful and full featured operating system and it’s embedded
version is no exception. Embedded linux is free just like it’s PC
counterpart. It’s source code is freely available and the user can modify
the core according to his convenience without going through long
procedures of licensing and paying for the operating system. In fact,
many have predicted that the future of linux is in EMBEDDED
WORLD.




                           CONCLUSION
We are on the threshold of the next wave of rapid growth in high
technology. During the 1970’s we witnessed the proliferation of
semiconductors that enabled the digital generation. In the 1980’s came
the decade of DRAM’s as semiconductor vendors perfected their
manufacturing technologies to allow a dramatic increase in memory
capacity. The 1990’s will be remembered as the decade of
microprocessors as even the casual customer is aware of the megahertz
and the motherboard. And now as we have entered the new
millennium EMBEDDED SYSTEMS has become the technology of
focus with consensus expectations of exponential growth.

Más contenido relacionado

La actualidad más candente

Blue eyes technology semimsso
Blue eyes technology semimssoBlue eyes technology semimsso
Blue eyes technology semimssomadhavsolanki
 
Blue eyes- The perfect presentation for a technical seminar
Blue eyes- The perfect presentation for a technical seminarBlue eyes- The perfect presentation for a technical seminar
Blue eyes- The perfect presentation for a technical seminarkajol agarwal
 
Blue Eyes (Artificial Intelligence)
Blue Eyes (Artificial Intelligence)Blue Eyes (Artificial Intelligence)
Blue Eyes (Artificial Intelligence)Mydul Islam Rashed
 
Blue Eyes Technology Abstract
Blue Eyes Technology AbstractBlue Eyes Technology Abstract
Blue Eyes Technology AbstractColloquium
 
Blue eyes technology
Blue eyes technologyBlue eyes technology
Blue eyes technologyAnkit Gupta
 
Blue eyes technology
Blue eyes technologyBlue eyes technology
Blue eyes technologyYusuf Shaik
 
Blue eyes technology..document (1)
Blue eyes technology..document (1)Blue eyes technology..document (1)
Blue eyes technology..document (1)yuvatejreddy
 
Blue eyes technology
Blue eyes technologyBlue eyes technology
Blue eyes technologylalithyarai
 
Blues eyes technology
Blues eyes technologyBlues eyes technology
Blues eyes technologyShubham Goyal
 
Blue eyes technology and role of emotional computing
Blue eyes technology and role of emotional computingBlue eyes technology and role of emotional computing
Blue eyes technology and role of emotional computingNawal Sharma
 
Simputer new ppt
Simputer new pptSimputer new ppt
Simputer new pptRama B
 
Blue Eyes ppt
Blue Eyes pptBlue Eyes ppt
Blue Eyes pptdeepu427
 
Blue eye technology
Blue eye technologyBlue eye technology
Blue eye technologyDivya Mohan
 
Smart note taker
Smart note takerSmart note taker
Smart note takercrisane93
 

La actualidad más candente (20)

Blue eye-bhupesh
Blue eye-bhupeshBlue eye-bhupesh
Blue eye-bhupesh
 
Blue eyes technology semimsso
Blue eyes technology semimssoBlue eyes technology semimsso
Blue eyes technology semimsso
 
Blue eyes- The perfect presentation for a technical seminar
Blue eyes- The perfect presentation for a technical seminarBlue eyes- The perfect presentation for a technical seminar
Blue eyes- The perfect presentation for a technical seminar
 
Blue Eyes (Artificial Intelligence)
Blue Eyes (Artificial Intelligence)Blue Eyes (Artificial Intelligence)
Blue Eyes (Artificial Intelligence)
 
Blue Eyes Technology Abstract
Blue Eyes Technology AbstractBlue Eyes Technology Abstract
Blue Eyes Technology Abstract
 
Blue eye technology ppt
Blue eye technology pptBlue eye technology ppt
Blue eye technology ppt
 
Blue eyes technology
Blue eyes technologyBlue eyes technology
Blue eyes technology
 
Blue eyes technology
Blue eyes technologyBlue eyes technology
Blue eyes technology
 
Blue eyes technology
Blue eyes technologyBlue eyes technology
Blue eyes technology
 
Blue eyes technology..document (1)
Blue eyes technology..document (1)Blue eyes technology..document (1)
Blue eyes technology..document (1)
 
Blue eyes technology
Blue eyes technologyBlue eyes technology
Blue eyes technology
 
Blues eyes technology
Blues eyes technologyBlues eyes technology
Blues eyes technology
 
Blue eyes technology and role of emotional computing
Blue eyes technology and role of emotional computingBlue eyes technology and role of emotional computing
Blue eyes technology and role of emotional computing
 
Blue eyes
Blue eyesBlue eyes
Blue eyes
 
Simputer new ppt
Simputer new pptSimputer new ppt
Simputer new ppt
 
Blue Eyes Technology
Blue Eyes TechnologyBlue Eyes Technology
Blue Eyes Technology
 
Blue Eyes ppt
Blue Eyes pptBlue Eyes ppt
Blue Eyes ppt
 
Blue eyes ppt
Blue eyes pptBlue eyes ppt
Blue eyes ppt
 
Blue eye technology
Blue eye technologyBlue eye technology
Blue eye technology
 
Smart note taker
Smart note takerSmart note taker
Smart note taker
 

Similar a Embedded systemsandvlsi

Project Report on Embedded Systems
Project Report on Embedded Systems Project Report on Embedded Systems
Project Report on Embedded Systems Suhani Singh
 
Introduction to embeded system
Introduction to embeded systemIntroduction to embeded system
Introduction to embeded systemharman1991
 
BasicComputer Training in Ambala ! BATRA COMPUTER CENTRE
BasicComputer Training in Ambala ! BATRA COMPUTER CENTREBasicComputer Training in Ambala ! BATRA COMPUTER CENTRE
BasicComputer Training in Ambala ! BATRA COMPUTER CENTREjatin batra
 
VTU C programming(CPS) 18CPS13/23 notes by Nithin,VVCE,Mysuru
 VTU C programming(CPS) 18CPS13/23 notes by Nithin,VVCE,Mysuru VTU C programming(CPS) 18CPS13/23 notes by Nithin,VVCE,Mysuru
VTU C programming(CPS) 18CPS13/23 notes by Nithin,VVCE,MysuruNithin Kumar,VVCE, Mysuru
 
Computer new
Computer newComputer new
Computer newmaynard23
 
PPT for basic computer class May 18, 2022.pptx
PPT for basic computer class May 18, 2022.pptxPPT for basic computer class May 18, 2022.pptx
PPT for basic computer class May 18, 2022.pptxAngeOuattara
 
Ch 1 introduction and 2 computer software 1
Ch 1 introduction  and 2 computer software 1Ch 1 introduction  and 2 computer software 1
Ch 1 introduction and 2 computer software 1rjsuthar56
 
Computer Science Class 11 India PPT
Computer Science Class 11 India PPTComputer Science Class 11 India PPT
Computer Science Class 11 India PPTRat Devil
 
137.gsm, fprs ,keypad_based_atm_security_(doc)
137.gsm, fprs ,keypad_based_atm_security_(doc)137.gsm, fprs ,keypad_based_atm_security_(doc)
137.gsm, fprs ,keypad_based_atm_security_(doc)Karteek Irukulla
 
Bt0062 fundamentals of it(1)
Bt0062 fundamentals of it(1)Bt0062 fundamentals of it(1)
Bt0062 fundamentals of it(1)Techglyphs
 
BASIC KNOWLEDGE OF COMPUTER
BASIC KNOWLEDGE OF COMPUTERBASIC KNOWLEDGE OF COMPUTER
BASIC KNOWLEDGE OF COMPUTERNiraj Choudhary
 

Similar a Embedded systemsandvlsi (20)

Embedded Systems
Embedded SystemsEmbedded Systems
Embedded Systems
 
Project Report on Embedded Systems
Project Report on Embedded Systems Project Report on Embedded Systems
Project Report on Embedded Systems
 
Introduction to embeded system
Introduction to embeded systemIntroduction to embeded system
Introduction to embeded system
 
BasicComputer Training in Ambala ! BATRA COMPUTER CENTRE
BasicComputer Training in Ambala ! BATRA COMPUTER CENTREBasicComputer Training in Ambala ! BATRA COMPUTER CENTRE
BasicComputer Training in Ambala ! BATRA COMPUTER CENTRE
 
Embeddedsystems 091130091010-phpapp02
Embeddedsystems 091130091010-phpapp02Embeddedsystems 091130091010-phpapp02
Embeddedsystems 091130091010-phpapp02
 
VTU C programming(CPS) 18CPS13/23 notes by Nithin,VVCE,Mysuru
 VTU C programming(CPS) 18CPS13/23 notes by Nithin,VVCE,Mysuru VTU C programming(CPS) 18CPS13/23 notes by Nithin,VVCE,Mysuru
VTU C programming(CPS) 18CPS13/23 notes by Nithin,VVCE,Mysuru
 
Computer
ComputerComputer
Computer
 
Computer new
Computer newComputer new
Computer new
 
Lecture 1.pdf
Lecture 1.pdfLecture 1.pdf
Lecture 1.pdf
 
LS 6 Computers
LS 6 ComputersLS 6 Computers
LS 6 Computers
 
PPT for basic computer class May 18, 2022.pptx
PPT for basic computer class May 18, 2022.pptxPPT for basic computer class May 18, 2022.pptx
PPT for basic computer class May 18, 2022.pptx
 
Ch 1 introduction and 2 computer software 1
Ch 1 introduction  and 2 computer software 1Ch 1 introduction  and 2 computer software 1
Ch 1 introduction and 2 computer software 1
 
Presentation (1).pptx
Presentation (1).pptxPresentation (1).pptx
Presentation (1).pptx
 
CHILD TRACKING SYSTEM
CHILD TRACKING SYSTEMCHILD TRACKING SYSTEM
CHILD TRACKING SYSTEM
 
Computer Science Class 11 India PPT
Computer Science Class 11 India PPTComputer Science Class 11 India PPT
Computer Science Class 11 India PPT
 
137.gsm, fprs ,keypad_based_atm_security_(doc)
137.gsm, fprs ,keypad_based_atm_security_(doc)137.gsm, fprs ,keypad_based_atm_security_(doc)
137.gsm, fprs ,keypad_based_atm_security_(doc)
 
Bt0062 fundamentals of it(1)
Bt0062 fundamentals of it(1)Bt0062 fundamentals of it(1)
Bt0062 fundamentals of it(1)
 
Computer basic theory
Computer basic theoryComputer basic theory
Computer basic theory
 
BASIC KNOWLEDGE OF COMPUTER
BASIC KNOWLEDGE OF COMPUTERBASIC KNOWLEDGE OF COMPUTER
BASIC KNOWLEDGE OF COMPUTER
 
Itt course – unit i chapter 3
Itt course – unit i   chapter 3Itt course – unit i   chapter 3
Itt course – unit i chapter 3
 

Último

Trailblazer Community - Flows Workshop (Session 2)
Trailblazer Community - Flows Workshop (Session 2)Trailblazer Community - Flows Workshop (Session 2)
Trailblazer Community - Flows Workshop (Session 2)Muhammad Tiham Siddiqui
 
UiPath Studio Web workshop series - Day 4
UiPath Studio Web workshop series - Day 4UiPath Studio Web workshop series - Day 4
UiPath Studio Web workshop series - Day 4DianaGray10
 
20140402 - Smart house demo kit
20140402 - Smart house demo kit20140402 - Smart house demo kit
20140402 - Smart house demo kitJamie (Taka) Wang
 
Planetek Italia Srl - Corporate Profile Brochure
Planetek Italia Srl - Corporate Profile BrochurePlanetek Italia Srl - Corporate Profile Brochure
Planetek Italia Srl - Corporate Profile BrochurePlanetek Italia Srl
 
Q4 2023 Quarterly Investor Presentation - FINAL - v1.pdf
Q4 2023 Quarterly Investor Presentation - FINAL - v1.pdfQ4 2023 Quarterly Investor Presentation - FINAL - v1.pdf
Q4 2023 Quarterly Investor Presentation - FINAL - v1.pdfTejal81
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightSafe Software
 
Top 10 Squarespace Development Companies
Top 10 Squarespace Development CompaniesTop 10 Squarespace Development Companies
Top 10 Squarespace Development CompaniesTopCSSGallery
 
3 Pitfalls Everyone Should Avoid with Cloud Data
3 Pitfalls Everyone Should Avoid with Cloud Data3 Pitfalls Everyone Should Avoid with Cloud Data
3 Pitfalls Everyone Should Avoid with Cloud DataEric D. Schabell
 
March Patch Tuesday
March Patch TuesdayMarch Patch Tuesday
March Patch TuesdayIvanti
 
From the origin to the future of Open Source model and business
From the origin to the future of  Open Source model and businessFrom the origin to the future of  Open Source model and business
From the origin to the future of Open Source model and businessFrancesco Corti
 
Emil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptx
Emil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptxEmil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptx
Emil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptxNeo4j
 
CyberSecurity - Computers In Libraries 2024
CyberSecurity - Computers In Libraries 2024CyberSecurity - Computers In Libraries 2024
CyberSecurity - Computers In Libraries 2024Brian Pichman
 
Technical SEO for Improved Accessibility WTS FEST
Technical SEO for Improved Accessibility  WTS FESTTechnical SEO for Improved Accessibility  WTS FEST
Technical SEO for Improved Accessibility WTS FESTBillieHyde
 
Stobox 4: Revolutionizing Investment in Real-World Assets Through Tokenization
Stobox 4: Revolutionizing Investment in Real-World Assets Through TokenizationStobox 4: Revolutionizing Investment in Real-World Assets Through Tokenization
Stobox 4: Revolutionizing Investment in Real-World Assets Through TokenizationStobox
 
Design and Modeling for MySQL SCALE 21X Pasadena, CA Mar 2024
Design and Modeling for MySQL SCALE 21X Pasadena, CA Mar 2024Design and Modeling for MySQL SCALE 21X Pasadena, CA Mar 2024
Design and Modeling for MySQL SCALE 21X Pasadena, CA Mar 2024Alkin Tezuysal
 
UiPath Studio Web workshop series - Day 2
UiPath Studio Web workshop series - Day 2UiPath Studio Web workshop series - Day 2
UiPath Studio Web workshop series - Day 2DianaGray10
 
Oracle Database 23c Security New Features.pptx
Oracle Database 23c Security New Features.pptxOracle Database 23c Security New Features.pptx
Oracle Database 23c Security New Features.pptxSatishbabu Gunukula
 
TrustArc Webinar - How to Live in a Post Third-Party Cookie World
TrustArc Webinar - How to Live in a Post Third-Party Cookie WorldTrustArc Webinar - How to Live in a Post Third-Party Cookie World
TrustArc Webinar - How to Live in a Post Third-Party Cookie WorldTrustArc
 
IT Service Management (ITSM) Best Practices for Advanced Computing
IT Service Management (ITSM) Best Practices for Advanced ComputingIT Service Management (ITSM) Best Practices for Advanced Computing
IT Service Management (ITSM) Best Practices for Advanced ComputingMAGNIntelligence
 
GraphSummit Copenhagen 2024 - Neo4j Vision and Roadmap.pptx
GraphSummit Copenhagen 2024 - Neo4j Vision and Roadmap.pptxGraphSummit Copenhagen 2024 - Neo4j Vision and Roadmap.pptx
GraphSummit Copenhagen 2024 - Neo4j Vision and Roadmap.pptxNeo4j
 

Último (20)

Trailblazer Community - Flows Workshop (Session 2)
Trailblazer Community - Flows Workshop (Session 2)Trailblazer Community - Flows Workshop (Session 2)
Trailblazer Community - Flows Workshop (Session 2)
 
UiPath Studio Web workshop series - Day 4
UiPath Studio Web workshop series - Day 4UiPath Studio Web workshop series - Day 4
UiPath Studio Web workshop series - Day 4
 
20140402 - Smart house demo kit
20140402 - Smart house demo kit20140402 - Smart house demo kit
20140402 - Smart house demo kit
 
Planetek Italia Srl - Corporate Profile Brochure
Planetek Italia Srl - Corporate Profile BrochurePlanetek Italia Srl - Corporate Profile Brochure
Planetek Italia Srl - Corporate Profile Brochure
 
Q4 2023 Quarterly Investor Presentation - FINAL - v1.pdf
Q4 2023 Quarterly Investor Presentation - FINAL - v1.pdfQ4 2023 Quarterly Investor Presentation - FINAL - v1.pdf
Q4 2023 Quarterly Investor Presentation - FINAL - v1.pdf
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and Insight
 
Top 10 Squarespace Development Companies
Top 10 Squarespace Development CompaniesTop 10 Squarespace Development Companies
Top 10 Squarespace Development Companies
 
3 Pitfalls Everyone Should Avoid with Cloud Data
3 Pitfalls Everyone Should Avoid with Cloud Data3 Pitfalls Everyone Should Avoid with Cloud Data
3 Pitfalls Everyone Should Avoid with Cloud Data
 
March Patch Tuesday
March Patch TuesdayMarch Patch Tuesday
March Patch Tuesday
 
From the origin to the future of Open Source model and business
From the origin to the future of  Open Source model and businessFrom the origin to the future of  Open Source model and business
From the origin to the future of Open Source model and business
 
Emil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptx
Emil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptxEmil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptx
Emil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptx
 
CyberSecurity - Computers In Libraries 2024
CyberSecurity - Computers In Libraries 2024CyberSecurity - Computers In Libraries 2024
CyberSecurity - Computers In Libraries 2024
 
Technical SEO for Improved Accessibility WTS FEST
Technical SEO for Improved Accessibility  WTS FESTTechnical SEO for Improved Accessibility  WTS FEST
Technical SEO for Improved Accessibility WTS FEST
 
Stobox 4: Revolutionizing Investment in Real-World Assets Through Tokenization
Stobox 4: Revolutionizing Investment in Real-World Assets Through TokenizationStobox 4: Revolutionizing Investment in Real-World Assets Through Tokenization
Stobox 4: Revolutionizing Investment in Real-World Assets Through Tokenization
 
Design and Modeling for MySQL SCALE 21X Pasadena, CA Mar 2024
Design and Modeling for MySQL SCALE 21X Pasadena, CA Mar 2024Design and Modeling for MySQL SCALE 21X Pasadena, CA Mar 2024
Design and Modeling for MySQL SCALE 21X Pasadena, CA Mar 2024
 
UiPath Studio Web workshop series - Day 2
UiPath Studio Web workshop series - Day 2UiPath Studio Web workshop series - Day 2
UiPath Studio Web workshop series - Day 2
 
Oracle Database 23c Security New Features.pptx
Oracle Database 23c Security New Features.pptxOracle Database 23c Security New Features.pptx
Oracle Database 23c Security New Features.pptx
 
TrustArc Webinar - How to Live in a Post Third-Party Cookie World
TrustArc Webinar - How to Live in a Post Third-Party Cookie WorldTrustArc Webinar - How to Live in a Post Third-Party Cookie World
TrustArc Webinar - How to Live in a Post Third-Party Cookie World
 
IT Service Management (ITSM) Best Practices for Advanced Computing
IT Service Management (ITSM) Best Practices for Advanced ComputingIT Service Management (ITSM) Best Practices for Advanced Computing
IT Service Management (ITSM) Best Practices for Advanced Computing
 
GraphSummit Copenhagen 2024 - Neo4j Vision and Roadmap.pptx
GraphSummit Copenhagen 2024 - Neo4j Vision and Roadmap.pptxGraphSummit Copenhagen 2024 - Neo4j Vision and Roadmap.pptx
GraphSummit Copenhagen 2024 - Neo4j Vision and Roadmap.pptx
 

Embedded systemsandvlsi

  • 1. INTRODUCTION Computers have evolved from few, huge mainframes shared by many people, and mini computers that were smaller but still shared to today’s PCs—millions in number, miniscule in size compared to the mainframes, and used by only one person at a time. The next generation could be invisible, with billions being around and each of us using more than one at a time. Welcome to the world of embedded systems, of computers that will not look like computers and won’t function like anything we’re familiar with WHAT IS AN EMBEDDED SYSTEM? As the name signifies, an embedded system is ‘embedded’ or built into something else, which is a non-computing device, say a car, TV, or toy. Unlike a PC, an embedded computer in a non-computing device will have a very specific function, say control a car, or display Web pages on a TV screen. So, it need not have all the functionality and hence all the components that a PC has. Similarly, the operating system and applications need not perform all the tasks that their counterparts from the PC sphere are expected to. In short, we can define an embedded system as a computing device, built into a device that is not a computer, and meant for doing specific computing tasks. These computing tasks could range from acquiring or transferring data about the work done by the mother device to displaying information or controlling the mother device. Embedded systems could thus enable us to build intelligent machines. Embedded systems is not a new and exotic topic that is still confined to research theses. There are many live examples of embedded systems around us. MP3 players (computing capability built into a music system), PDAs (computing in what essentially is an organizer), car- control systems, and intelligent toys are but a few examples of such systems already in place. A typical embedded system consists of hardware (typically VLSI or very large-scale integrated circuits) specifically built for the purpose, an embedded operating system, and the specific application or applicatiospecification is considered to be an extension of the ISA bus specification. The PC /104 standard has since been extended to PC/104- plus to include the PCI bus. So, today you have PC-based embedded systems that have the ISA bus, the PCI bus, or both.
  • 2. Unlike with regular PCs, in the world of the embedded PC, 386s, 486s and Pentiums are still good enough. Besides these, there are a number of CPUs meant specifically for embedded applications, like the StrongArm and the MIPS. With embedded PCs you can even go beyond the single-function definition of an embedded system, and could build an entire PC into another machine; a PC inside a refrigerator, or a PC inside a car, for instance. HARDWARE FOR EMBEDDED DEVICES Universal Micro system is a general-purpose hardware that can be programmed and used to develop applications for different embedded devices Many modern appliances like MP3 players, ‘intelligent’ refrigerators, and watches use embedded systems. However, a common obstacle for developers has been the need to develop different sets of hardware and software, for different devices. An ‘intelligent’ washing machine uses a hardware chip different from that used by an ‘intelligent’ wristwatch. In addition, the software running on the hardware chip is different. This often results in increased costs and time taken for development. (For more on embedded systems see PCQuest May2001,page38.) The Universal Micro System (UMS) from Cradle Technologies is a solution for this problem. UMS is a general-purpose chip built around a simple instruction set. It can be used to develop applications for embedded devices because all the functionality required for a specific device can be modeled in the software. UMS HARDWARE Any software application expects four basic requirements from the underlying hardware: input unit, processing unit, memory unit, and output unit. Since the major functionality provided in UMS is through software, the processor and memory units must be very fast and the input-output units must be programmable and versatile.
  • 3. UMS uses a large number of high speed, low power and small RISC- based processors (about 75) on a single chip. Each processor also called a PE (processing Element) coupled with two Digital Signal Processors called DSE (Digital Signal Engines) form an MSP (Multi Stream Processor), which processes voluminous chunks (stream) of data. The UMS is structured into a number of Quads. A Quad, as shown in the diagram to the left, consists of four MSPs, program or instruction cache, data cache and a programmable DMA (Direct Memory Access) unit. There is also a high throughput (about 4 GB/sec) global bus interface, which interconnects all of them in a Quad. The use of DSEs ensures smooth digital processing, while the powerful PEs carry out the arithmetic and logical functions on the processed data. Finally, the result of the processing is transferred from the local data cache of a Quad to an external SDRAM (Synchronous Dynamic Random Access Memory) module via the DMA unit. The UMS chip does have an onboard DRAM controller to interface with external SDRAM modules. Feeding each Quad with independent chunks of data can make optimal use of the raw processing speed of the UMS chip. It is claimed that UMS has a raw speed of over 15 GFLOPS (Giga Floating Point Operations per second) while consuming just 1.5 watts of power. The Input/Output unit of UMS is programmable. You can program it to support processing unit dependant data transfers, or do a DMA data transfer where data transfers can take place without the intervention of the processing unit. In fact, the programmable I/O is claimed to be so versatile that it can be used to model PCI, SCSI, FireWire, or DSL
  • 4. interfaces using software. In other words, the I/O hardware is extensively programmable through software. SOFTWARE ON UMS The software design has eliminated the need for customized hardware. It has been left to the developer to utilize the power of the numerous processors by using efficient software algorithms. Optimally, each Quad must be fed with independent data blocks (called data parallelism). This is the responsibility of the software developer. What Cradle has provided are some tools to speed up this development: a C compiler, an assembler and a cross assembler, linker, debuggers, and most important, a software simulator of the hardware chip. A custom C-API (Application Programming Interface), comprising of UMS specific library functions, is also provided. These include libraries for TCP/IP, OpenGL 3D, PCI, FireWire, MPEG and DV encoding and decoding.
  • 5. So the development tools shouldn’t take long getting used to, as no new programming language or paradigm has been introduced. But what about the most crucial system software for any hardware in this world —the operating system. UMS can use any RTOS (Real Time Operating System) like QNX or a micro kernel based Linux. Red Hat, the popular Linux distribution, is porting its version of embedded Linux on UMS along with the development tools. Already a software MPEG2 decoder has been developed for UMS, while the hardware chip itself is under experimental stages. Initially UMS will not be targeted towards small devices like mobile phones or wrist watches. Instead, it will be used in devices like home routers and multimedia gadgets as ready-to-use software libraries are already there for these. But the possibility of it being used in small devices cannot be ruled out. APPLICATIONS OF EMBEDDED SYSTEMS Embedded systems are finding their way into robotic toys and electronic pets, intelligent cars, and remote-controllable home appliances ELECTRONIC PETS Gone are the days when you had dumb stuffed toys with no motion, or feelings to play with.
  • 6. Thanks to the wonders of modern electronics, toys are getting a new life. They have been given feelings that get affected based on how you behave with them. All the major toy makers across the world have been coming out with advanced interactive toys that can become your friends for life. These toys are electromechanical in nature, have sensors to listen, see, talk, and feel your touch. They have complex circuitry, and some use micro-controller chips to control everything. They have memory to store the code that drives the micro-controller, which in turn operates the remaining parts. In other words, toys are amongst the most popular examples of embedded systems. In this article, we’ll see some of the most playful pets in the market, and try to understand what makes them intelligent. The rapid development of intelligent toys has been fueled by the fierce competition amongst leading toy manufacturers. Every toy maker tries to introduce some hot selling toy to gain an edge over competition. So we’ve seen the intelligence level rising in the toys. TEDDY RUXPIN One of the earliest intelligent toys was a teddy bear known as TEDDY RUXPIN. It had in built cassette player which when played moved its lips according to the song and music being played. The story telling teddy bear was a hit among young children. Later on TEDDY RUXPIN’S partner was introduced and both of them narrated a story. This was however not so intelligent as both them moved their lips according to the pre recorded stories. THE FURBIES Pet it’s back and it will wag it’s tail in a lovingly manner, tickle it’s tummy and it will laugh and pass comments. These are the few things a FURBY is capable of doing. It was manufactured by TIGER ELECTRONICS somewhere around 1998. It has no resemblance to any living creature. It’s life cycle starts from a baby and it grows up into an adult. It reacts differently to different situations. Initially it speaks it’s own language called ‘FURBISH’. Later on it speaks english as we interact with it. It’s beauty lies in the fact that no two furbies are alike. It has built in vocabulary of 160 words with which it can form 1000 phrases. That’s why it reacts differently to different
  • 7. situations. It has five sensors and a built in microphone which is responsible for it’s varying responses to different sounds. It also has a light sensor to detect changes in light. The best part is an IR port which it uses to interact with other furbies. AIBO THE SMART DOG Aibo the smart dog was created by SONY CORPORATION. AIBO can display six emotions viz. happiness, anger, sadness, surprise, fear and dislike. AI stands for artificial intelligence and BO stands for robot. Aibo when translated in ‘partner ‘ or ‘pal’ in Japanese. It has various sensors to detect various emotions. It can recognize 50 words. It learns and matures by interacting with people. It has STATE OF THE ART VOICE RECOGNITION SYSTEM that understands what you say. It has four sensors of touch, hear, see and balance. It has 18 joints which can produce 250 different motions. So it sit, stand, walk, dance and play with a ball. All its actions are recorded on an 8 MB memory stick. DRIVE JAMES BOND’S CAR
  • 8. Cars manufactured today come with at least one embedded computer, which is in charge of monitoring engine emissions and adjusting the engine to keep emissions as low as possible. Abroad, additional computers already manage the air-bag system, cruise-control system, anti-lock brakes, and motorized seats that remember the seat and mirror setting for multiple drivers. Embedded systems in cars, also known as telematic systems, are now being used to provide navigational (getting directions to your destination), security (notifying the police in case of an emergency), communication (making calls through hands-free voice-activated phones or getting personalized information from the Internet), and entertainment (streaming music) services. REMOTE CONTROL YOUR HOME Home appliances, from refrigerators and air-conditioners to televisions and microwave ovens, are going the embedded way. This means that you’ll soon be able to control the temperature of your air-conditioner over the Internet, check e-mail on your refrigerator, make your microwave download recipes from the Internet, or surf the Web on your television. Several home-appliance players have already entered the embedded arena and more are expected to follow. Here’s a look at some products that have made an appearance • LG Electronics’ Digital DIOS refrigerator can be used for surfing the Internet, checking e-mail, making video phone calls, and watching TV. It has a 15.1” TFT-LCD touch screen and its own port to connect to the Internet. • Samsung’s digital network refrigerator also lets you surf the Internet and check mail using a pop-up keyboard window, make video or regular telephone calls, do instant messaging with your family members, and watch TV or films on video tape or DVD. • LG’s washing machine has a communication cable that you can link to a PC with an Internet connection. You can then connect to the washing machine’s website, download washing programs
  • 9. suitable to the different types of clothes you want to wash, and store them in the washing machine. • The microwave oven has a built-in modem that it uses to access websites on cooking. It also goes a step ahead and automatically downloads information like cooking time and microwave level for different recipes. These products are a harbinger to what lies ahead. So, you can look forward to a future where you can work in office and wash clothes at home simultaneously, or let your microwave do the cooking while you surf the Internet on your television. DEVELOPMENT INITIATIVES IN EMBEDDED SYSTEMS A look at Inferno and Chai, two popular development environments that are used to develop applications for hardware used in embedded systems A lot of development is happening on embedded systems with many development platforms, environments, and operating systems being created to help with this process. We present two popular initiatives. INFERNO Inferno was developed by Computing Science Research Center of Bell Labs. Its core feature is a virtual machine called Dis which makes it portable across various platforms, including Intel x86, Sun Sparc, MIPS, and PowerPC. So it can be used across all the major OSs like Windows (NT and 95), and many flavors of Unix including Linux. Inferno runs as a service under these OSs. It also has its own microkernel, so it can be deployed on embedded devices without a native operating system underneath. CHAI This development environment (runtime and compile time) provides tools to develop applications for embedded devices. It is based on Java technology and consists of the following components: • ChaiVM: The Chai virtual machine • ChaiAWT: Graphics library for coding GUI components
  • 10. ChaiServer: For intercommunication and remote configuration of Chai applications • ChaiAppliance Plug and Play: an open-standard technology for automatic and transparent connectivity between embedded devices • Chai/E-speak: Libraries which enables Chai applications to act as e-services • Chai/OpenView: Enables management of Chai application by HP’s OpenView Network Node Manager. • ChaiFarer: A web browser for embedded devices. racle 8i lite: Database for embedded devices EMBEDDED REAL TIME OPERATING SYSTEMS The term embedded means combined. An embedded hardware device contains a single chip that contains both hardware and software components of a computer such as memory and base operating systems. Embedded software can be used for a variety of purposes ranging from powering handheld PCs to large scale factory automation. To run these software we need operating systems. Embedded operating systems are used in PDAs, high end cellular phones,MP3 players and palmtop computers. Embedded Operating Systems come in three flavors: WINDOWS, LINUX and others. There are a few dozens of embedded operating systems but we explore a few. WINDOWS CE 3.0 There are no fewer than four versions of WINDOWS CE 3.0 designed for various types of hardware. Windows CE includes 32 bit windows technology and networking support amongst other features familiar to normal windows user. A number of development tools are available for this platform. Database support is available throtabase support is available throCE Edition. WINDOWS NT EMBEDDED Windows NT Embedded is a little different from Windows CE Edition. It is developed on windows technology and it excels in networking and communications. It’s price to most of the hardware manufacturers is higher as compared to other operating systems and so it is less popular as compared to other operating systems such as Windows CE Edition.
  • 11. EMBEDDED LINUX Linux powerful and full featured operating system and it’s embedded version is no exception. Embedded linux is free just like it’s PC counterpart. It’s source code is freely available and the user can modify the core according to his convenience without going through long procedures of licensing and paying for the operating system. In fact, many have predicted that the future of linux is in EMBEDDED WORLD. CONCLUSION We are on the threshold of the next wave of rapid growth in high technology. During the 1970’s we witnessed the proliferation of semiconductors that enabled the digital generation. In the 1980’s came the decade of DRAM’s as semiconductor vendors perfected their manufacturing technologies to allow a dramatic increase in memory capacity. The 1990’s will be remembered as the decade of microprocessors as even the casual customer is aware of the megahertz and the motherboard. And now as we have entered the new millennium EMBEDDED SYSTEMS has become the technology of focus with consensus expectations of exponential growth.