Embedded Systems Design-2
Embedded Systems Design-2
Embedded Systems Design-2
ON
FEB 2024
TOPICS
EMBEDDED SYSTEMS
COURSE OBJECTIVES:
For embedded systems, the course will enable the students to:
History of embedded systems, Classification of embedded systems based on generation and complexity, Purpose
of embedded systems, The embedded system design process-requirements, specification, architecture design,
designing hardware and software, components, system integration, Applications of embedded systems, and
characteristics of embedded systems.
Core of the embedded system- general purpose and domain specific processors, ASICs, PLDs, COTs; Memory-
ROM, RAM, memory according to the type of interface, memory shadowing, memory selection for embedded
systems, Sensors, actuators, I/O components: seven segment LED, relay, piezo buzzer, push button switch,
other sub-systems: reset circuit, brownout protection circuit, oscillator circuit real time clock, watch dog timer.
MATLAB projects basics and Realtime implementation.
External communication interfaces-RS232 and RS485, USB, infrared, Bluetooth, Wi-Fi, ZigBee, GPRS,
GSM.
UNIT-IV EMBEDDED FIRMWARE DESIGN AND DEVELOPMENT
Embedded firmware design approaches-super loop based approach, operating system based approach; embedded
firmware development languages-assembly language based development, high level language based development.
Operating system basics, types of operating systems, tasks, process and threads, multiprocessing and multitasking, task
scheduling: non-pre-emptive and pre-emptive scheduling; task communication-shared memory, message passing,
Remote Procedure Call and Sockets, Task Synchronization: Task Communication/ Synchronization Issues, Task
Synchronization Techniques………………. MATLAB Implementation
TEXT BOOKS:
3. Hands-On RTOS with Microcontrollers: Building real-time embedded systems using FreeRTOS, STM32 MCUs, and
SEGGER debug tools by Brian Amos
4. The 8051 Microcontroller and Embedded Systems (2nd Edition) 2nd Edition by Muhammad Ali Mazidi, Janice G.
Mazidi, Rolin D. McKinlay
REFERENCE BOOKS:
4. Wikipedia
COURSE OUTCOMES:
UNIT-II
TYPICAL EMBEDDEDSYSTEM
1
ELEMENTS OF EMBEDDED SYSTEMS:
An embedded system is a combination of 3 things, Hardware Software Mechanica l
Components and it is supposed to do one specific task only. A typical embedded system contains a single
chip controller which acts as the master brain of the system. Diagrammatically an embedded system
can be represented as follows:
Embedded systems are basically designed to regulate a physical variable (such Microwave Oven) or to
manipulate the state of some devices by sending some signals to the actuators or devices connected to the output
port system (such as temperature in Air Conditioner), in response to the input signal provided by the end users or
sensors which are connected to the input ports. Hence the embedded systems can be viewed as a reactive system.
2
The control is achieved by processing the information coming from the sensors and user interfaces and controlling
some actuators that regulate the physical variable.
Keyboards, push button, switches, etc. are Examples of common user interface input devices and LEDs, LCDs,
Piezoelectric buzzers, etc examples for common user interface output devices for a typical embedded system.The
requirement of type of user interface changes from application to application based on domain.
Some embedded systems do not require any manual intervention for their operation. They automatically sense
the input parameters from real world through sensors which are connected at input port. The sensor information is
passed to the processor after signal conditioning and digitization. The core of the system performs some predefined
operations on input data with the help of embedded firmware in the system and sends some actuating signals to the
actuator connect connected to the output port of the system.
The memory of the system is responsible for holding the code (control algorithm and other important
configuration details). There are two types of memories are used in any embedded system. Fixed memory (ROM)
is used for storing code or program. The user cannot change the firmware in this type of memory. The most common
types of memories used in embedded systems for control algorithm storage are
OTP,PROM,UVEPROM,EEPROM and FLASH
An embedded control algorithm implemented memory has all the peripherals but is not capable of making decisions
depending on the situational as well as real world changes.
Memory for implementing the code may be present on the processor or may be implemented as a separate
chip interfacing the processor
In a controller based embedded system, the controller may contain internal memory for storing code such
controllers are called Micro-controllers with on-chip ROM, eg. Atmel AT89C51.
3
The Core of the Embedded Systems: The core of the embedded system falls into any one
of the following categories.
❑
General Purpose and Domain Specific Processors
o Microprocessors
o Microcontrollers
❑
Commercial off the shelf Components (COTS)
In general the CPU contains the Arithmetic and Logic Unit (ALU), Control Unit and
Working registers
Microprocessor is a dependant unit and it requires the combination of other hardware like
Memory, Timer Unit, and Interrupt Controller etc for proper functioning.
Intel claims the credit for developing the first Microprocessor unit Intel 4004, a 4 bit
processor which was released in Nov 1971
· Developers of microprocessors.
Intel – Intel 4004 – November 1971(4-bit)
Intel – Intel 4040.
Intel – Intel 8008 – April 1972.
Intel – Intel 8080 – April 1974(8-bit).
Motorola – Motorola 6800.
Intel – Intel 8085 – 1976.
Zilog - Z80 – July 1976
4
Microcontroller:
❖
A highly integrated silicon chip containing a CPU, scratch pad RAM, Special and
General purpose Register Arrays, On Chip ROM/FLASH memory for program storage,
Timer and Interrupt control units and dedicated I/O ports
❖ Microcontrollers can be considered as a super set of Microprocessors
❖ Microcontroller can be general purpose (like Intel 8051, designed for generic applications
and domains) or application specific (Like Automotive AVR from Atmel Corporation.
Designed specifically for automotive applications)
❖ Since a microcontroller contains all the necessary functional blocks for independent working,
they found greater place in the embedded domain in place of microprocessors
❖ Microcontrollers are cheap, cost effective and are readily available in the market
❖
Texas Instruments TMS 1000 is considered as the world‟s first microcontroller
Microprocessor Vs Microcontroller:
Microprocessor Microcontroller
A silicon chip representing a Central Processing Unit A microcontroller is a highly integrated chip that
(CPU), which is capable of performing arithmetic as contains a CPU, scratch pad RAM, Special and
well as logical operations according to a pre-defined set General purpose Register Arrays, On Chip
of Instructions ROM/FLASH memory for program storage, Timer
and Interrupt control units and dedicated I/O ports
It is a dependent unit. It requires the combination of It is a self contained unit and it doesn’t require
other chips like Timers, Program and data memory external Interrupt Controller, Timer, UART etc for
chips, Interrupt controllers etc for functioning its functioning
Most of the time general purpose in design and Mostly application oriented or domain specific
operation
Doesn‟t contain a built in I/O port. The I/O Port Most of the processors contain multiple built- in I/O
functionality needs to be implemented with the help of ports which can be operated as a single 8 or 16 or 32
external Programmable Peripheral Interface Chips like bit Port or as individual port pins
8255
Targeted for high end market where performance is Targeted for embedded market where performance is
important not so critical (At present this demarcation is invalid)
Limited power saving options compared to Includes lot of power saving features
microcontrollers
5
General Purpose Processor (GPP) Vs Application Specific Instruction Set Processor (ASIP)
❖ General Purpose Processor or GPP is a processor designed for general computational tasks
❖ GPPs are produced in large volumes and targeting the general market. Due to the high volume
production, the per unit cost for a chip is low compared to ASIC or other specific ICs
❖ A typical general purpose processor contains an Arithmetic and Logic Unit (ALU) and Control
Unit (CU)
❖ Application Specific Instruction Set processors (ASIPs) are processors with architecture and
instruction set optimized to specific domain/application requirements like Network processing,
Automotive, Telecom, media applications, digital signal processing, control applications etc.
❖ ASIPs fill the architectural spectrum between General Purpose Processors and Application
Specific Integrated Circuits (ASICs)
❖ The need for an ASIP arises when the traditional general purpose processor are unable to meet the
increasing application needs
❖ Some Microcontrollers (like Automotive AVR, USB AVR from Atmel), System on Chips,
Digital Signal Processors etc are examples of Application Specific Instruction Set Processors
(ASIPs)
❖ ASIPs incorporate a processor and on-chip peripherals, demanded by the application requirement,
program and data memory
Powerful special purpose 8/16/32 bit microprocessors designed specifically to meet the
computational demands and power constraints of today's embedded audio, video, and
communications applications
Digital Signal Processors are 2 to 3 times faster than the general purpose microprocessors in signal
processing applications
DSPs implement algorithms in hardware which speeds up the execution whereas general purpose
processors implement the algorithm in firmware and the speed of execution depends primarily
on the clock for the processors
DSP can be viewed as a microchip designed for performing high speed computational
operations for „addition‟, „subtraction‟, „multiplication‟ and „division‟
6
A typical Digital Signal Processor incorporates the following key units
❖
Program Memory
❖
Data Memory
❖
Computational Engine
❖
I/O Unit
. Audio video signal processing, telecommunication and multimedia applications are typical
examples where DSP is employed
RISC V/s CISC Processors/Controllers:
RISC CISC
Lesser no. of instructions Greater no. of Instructions
Instruction Pipelining and increased execution Generally no instruction pipelining feature
speed
Orthogonal Instruction Set (Allows each instruction Non Orthogonal Instruction Set (All instructions
to operate on any register and use any addressing are not allowed to operate on any register and
mode) use any addressing mode. It is instruction
specific)
Operations are performed on registers only, the Operations are performed on registers or
only memory operations are load and store memory depending on the instruction
Large number of registers are available Limited no. of general purpose registers
Programmer needs to write more code to execute a . A programmer can achieve the desired
task since the instructions are simpler ones functionality with a single instruction which in
turn provides the effect of using more simpler
single instructions in RISC
Single, Fixed length Instructions Variable length Instructions
Less Silicon usage and pin count More silicon usage since more additional
decoder logic is required to implement the
complex instruction decoding.
With Harvard Architecture Can be Harvard or Von-Neumann Architecture
7
Harvard V/s Von-Neumann Processor/Controller Architecture
The terms Harvard and Von-Neumann refers to the processor architecture design.
. Microprocessors/controllers based on the Harvard architecture will have separate data bus and
instruction bus. This allows the data transfer and program fetching to occur simultaneously on
both buses
. With Harvard architecture, the data memory can be read and written while the program memory
is being accessed. These separated data memory and code memory buses allow one instruction to
execute while the next instruction is fetched (“Pre-fetching”)
Separate buses for Instruction and Data fetching Single shared bus for Instruction and Data
fetching
8
Big-endian V/s Little-endian processors:
✓ Endianness specifies the order in which the data is stored in the memory by processor
operations in a multi byte system (Processors whose word size is greater than one byte).
Suppose the word length is two byte then data can be stored in memory in two different
ways
▪ Higher order of data byte at the higher memory and lower order of data byte
at location just below the higher memory
▪ Lower order of data byte at the higher memory and higher order of data byte
at location just below the higher memory
✓ Little-endian means the lower-order byte of the data is stored in memory at the
lowest address, and the higher-order byte at the highest address. (The little end
comes first)
✓ Big-endian means the higher-order byte of the data is stored in memory at the lowest
address, and the lower-order byte at the highest address. (The big end comes first.)
9
Load Store Operation & Instruction Pipelining:
The RISC processor instruction set is orthogonal and it operates on registers. The memory access
related operations are performed by the special instructions load and store. If the operand is
specified as memory location, the content of it is loaded to a register using the load instruction.
The instruction store stores data from a specified register to a specified memory location
Instruction Pipelining
The „fetch‟ part fetches the instruction from program memory or code memory and
the decode part decodes the instruction to generate the necessary control signals
▪ The execute stage reads the operands, perform ALU operations and stores the
result. In conventional program execution, the fetch and decode operations are
performed in sequence
10
During the decode operation the memory address bus is available and if it possible to
effectively utilize it for an instruction fetch, the processing speed can be increased
ASIC integrates several functions into a single chip and thereby reduces the syste m
development cost
Most of the ASICs are proprietary products. As a single chip, ASIC consumes very small
area in the total system and thereby helps in the design of smaller systems with high
capabilities/functionalities.
ASICs can be pre- fabricated for a special application or it can be custom fabricated by
using the components from a re- usable „building block‟ library of components for a
particular customer application
If the Non-Recurring Engineering Charges (NRE) is born by a third party and the
Application Specific Integrated Circuit (ASIC) is made openly available in the market,
the ASIC is referred as Application Specific Standard Product (ASSP)
11
Some ASICs are proprietary products , the developers are not interested in revealing the
internal details.
❖ Logic devices can be classified into two broad categories - Fixed and Programmable. The
circuits in a fixed logic device are permanent, they perform one function or set of
functions - once manufactured, they cannot be changed
❖
Programmable logic devices (PLDs) offer customers a wide range of logic capacity,
features, speed, and voltage characteristics - and these devices can be re-configured to
perform any number of functions at any time
❖ Designers can use inexpensive software tools to quickly develop, simulate, and test their
logic designs in PLD based design. The design can be quickly programmed into a device,
and immediately tested in a live circuit
❖ PLDs are based on re-writable memory technology and the device is reprogrammed to
change the design
Field Programmable Gate Arrays (FPGAs) and Complex Programmable Logic Devices
(CPLDs) are the two major types of programmable logic devices
FPGA:
FPGA is an IC designed to be configured by a designer after manufacturing.
FPGAs offer the highest amount of logic density, the most features, and the highest
performance.
Logic gate is Medium to high density ranging from 1K to 500K system gates
12
These advanced FPGA devices also offer features such as built- in hardwired processors
(such as the IBM Power PC), substantial amounts of memory, clock management
systems, and support for many of the latest, very fast device-to-device signaling
technologies
These advanced FPGA devices also offer features such as built- in hardwired processors,
substantial amounts of memory, clock management systems, and support for many of the
latest, very fast device-to-device signaling technologies.
FPGAs are used in a wide variety of applications ranging from data processing and
storage, to instrumentation, telecommunications, and digital signal processing
CPLD:
▪
A complex programmable logic device (CPLD) is a programmable logic device with
complexity between that of PALs and FPGAs, and architectural features of both.
CPLDs, by contrast, offer much smaller amounts of logic - up to about 10,000 gates.
CPLDs offer very predictable timing characteristics and are therefore ideal for critical
control applications.
13
CPLDs such as the Xilinx CoolRunne r series also require extremely low amounts of
power and are very inexpensive, making them ideal for cost-sensitive, battery-operated,
portable applications such as mobile phones and digital handheld assistants.
ADVANTAGES OF PLDs:
• PLDSs do not require long lead times for prototype or production-the PLDs are already
on a distributor‟s self and ready for shipment
• PLDs do not require customers to pay for large NRE costs and purchase expensive mask
sets
• PLDs allow customers to order just the number of parts required when they need them.
allowing them to control inventory.
• The manufacturers able to add new features or upgrade the PLD based products that are
in the field by uploading new programming file
COTS products are designed in such a way to provide easy integration and
interoperability with existing system components
14
Typical examples for the COTS hardware unit are Remote Controlled Toy Car control
unit including the RF Circuitry part, High performance, high frequency microwave
electronics (2 to 200 GHz), High bandwidth analog-to-digital converters, Devices and
components for operation at very high temperatures, Electro-optic IR imaging arrays,
UV/IR Detectors etc
The major advantage of using COTS is that they are readily available in the market,
cheap and a developer can cut down his/her development time to a great extend.
There is no need to design the module yourself and write the firmware .
15
The major problem faced by the end-user is that there are no operational and
manufacturing standards.
The major drawback of using COTs component in embedded design is that the
manufacturer may withdraw the product or discontinue the production of the COTs at any
time if rapid change in technology
This problem adversely affect a commercial manufacturer of the embedded system which
makes use of the specific COTs
Memory:
Memory is an important part of an embedded system. The memory used in embedded
system can be either Program Storage Memory (ROM) or Data memory (RAM)
❖ Retains its contents even after the power to it is turned off. It is generally known as Non
volatile storage memory
❖ Depending on the fabrication, erasing and programming techniques they are classified into
16
FLAS H Code Memory NVRAM
(ROM)
Different mechanisms are used for the masking process of the ROM, like
❖ Creation of an enhancement or depletion mode transistor through channel implant
❖ By creating the memory cell either using a standard transistor or a high threshold
transistor.
❖ In the high threshold mode, the supply voltage required to turn ON the transistor is
above the normal ROM IC operating voltage.
❖ This ensures that the transistor is always off and the memory cell stores always logic
0.
The limitation with MROM based firmware storage is the inability to modify the
device firmware against firmware upgrades.
The MROM is permanent in bit storage, it is not possible to alter the bit information
17
2. Programmable Read Only Memory (PROM) / (OTP) :
PROM/OTP has nichrome or polysilicon wires arranged in a matrix, these wires can be
functionally viewed as fuses.
Fuses which are not blown/burned represents a logic “1” where as fuses which are
blown/burned represents a logic “0”.The default state is logic “1”.
OTP is widely used for commercial production of embedded systems whose proto-typed
versions are proven and the code is finalized.
It is a low cost solution for commercial production.
Erasable Programmable Read Only (EPROM) memory gives the flexibility to re-program
the same chip.
During development phase , code is subject to continuous changes and using an OTP is
not economical.
EPROM stores the bit information by charging the floating gate of an FET
Bit information is stored by using an EPROM Programmer, which applies high voltage to
charge the floating gate
EPROM contains a quartz crystal window for erasing the stored information. If the
window is exposed to Ultra violet rays for a fixed duration, the entire memory will be
erased
18
4. Electrically Erasable Programmable Read Only Memory (EEPROM):
Erasable Programmable Read Only (EPROM) memory gives the flexibility to re-program
the same chip using electrical signals
The information contained in the EEPROM memory can be altered by using electrical
signals at the register/Byte level
These chips include a chip erase mode and in this mode they can be erased in a few
milliseconds
The only limitation is their capacity is limited when compared with the standard ROM (A
few kilobytes).
FALSH is the latest ROM technology and is the most popular ROM technology used in
today‟s embedded designs
The erasing of memory can be done at sector level or page level without affecting the
other sectors or pages
The typical erasable capacity of FLASH is of the order of a few 1000 cycles.
19
❖ RAM is a direct access memory, meaning we can access the desired memory locatio n
directly without the need for traversing through the entire memory locations to reach the
desired memory position (i.e. Random Access of memory location)
Read/Write
Memory (RAM)
❖
Four of the transistors are used for building the latch (flip-flop)
part of the memory cell and 2 for controlling the access.
❖ Dynamic RAM stores data in the form of charge. They are made up of MOS transistor gates
❖ The advantages of DRAM are its high density and low cost compared to
SRAM
❖ Special circuits called DRAM controllers are used for the refreshing operation. The refresh
operation is done periodically in milliseconds interval
20
SRAM Vs DRAM:
❖ It contains Static RAM based memory and a minute battery for providing supply to the
memory in the absence of external power supply
❖ NVRAM is used for the non volatile storage of results of operations or for setting up of flags
etc
❖
The life span of NVRAM is expected to be around 10 years
❖
DS1744 from Maxim/Dallas is an example for 32KB NVRAM
• Systems memory requirement depend primarily on the nature of the application that is
planned to run on the system.
• Memory performance and capacity requirement for low cost systems are small, whereas
memory throughput can be the most critical requirement in a complex, high performance
system.
21
• Following are the factors that are to be considered while selecting the memory devices,
➢
Speed
➢
Data storage size and capacity
➢
Bus width
➢
Power consumption
➢
Cost
❖ Program memory for holding control algorithm or embedded OS and the applications
designed to run on top of OS.
❖ Data memory for holding variables and temporary data during task execution.
❖
Memory for holding non-volatile data which are modifiable by the application.
There is no hard and fast rule for calculating the memory requirements.
Lot of factors need to be considered for selecting the type and size of memory for
embedded system.
SOC or microcontroller can be selected based type(RAM &ROM) and size of on-chip
memory for the design of embedded system.
If on-chip memory is not sufficient then how much external memory need to be
interfaced.
If the ES design is RTOS based ,the RTOS requires certain amount of RAM for its
execution and ROM for storing RTOS Image.
The RTOS suppliers gives amount of run time RAM requirements and program memory
requirements for the RTOS.
Additional memory is required for executing user tasks and user applications.
22
On a safer side, always add a buffer value to the total estimated RAM and ROM
requirements.
A smart phone device with windows OS is typical example for embedded device requires
say 512MB RAM and 1GB ROM are minimum requirements for running the mobile
device.
And additional RAM &ROM memory is required for running user applications.
So estimate the memory requirements for install and run the user applications without
facing memory space.
Memory can be selected based on size of the memory ,data bus and address bus size of
the processor/controller.
Memory chips are available in standard sizes like 512 bytes,1KB,2KB ,4KB,8KB,16 KB
….1MB etc.
It is powerful and cost-effective solid state storage technology for mobile electronic
devices and other consumer applications.
NOR FLASH is less dense and slightly expensive but supports Execute in place(XIP).
The XIP technology allows the execution of code memory from ROM itself without the
need for copying it to the RAM.
If the processor/controller of the device supports serial interface and the amount of data
to write and read to and from the device (Serial EEPROM) is less.
The serial EEPROM saves the address space of the total system.
23
Industrial grade memory chips are used in certain embedded devices may be operated at
extreme environmental conditions like high temperature.
• The changes in the system environment or variables are detected by the sensors
connected to the input port of the embedded system.
• If the embedded system is designed for any controlling purpose, the system will produce
some changes in controlling variable to bring the controlled variable to the desired value.
• It is achieved through an actuator connected to the out port of the embedded system.
Sensor:
A transducer device which converts energy from one form to another for any
measurement or control purpose. Sensors acts as input device
Eg. Hall Effect Sensor which measures the distance between the cushion and magnet in
the Smart Running shoes from adidas
24
Actuator:
25
The I/O Subsystem:
❑
The I/O subsystem of the embedded system facilitates the interaction of the
embedded system with external world
❑ The interaction happens through the sensors and actuators connected to the
Input and output ports respectively of the embedded system
❑
The sensors may not be directly interfaced to the Input ports, instead
they may be interfaced through signal conditioning and translating
systems like ADC, Optocouplers etc
R
indication in any embedded system
For proper functioning of the LED, the anode of it should be connected to +ve terminal
of the supply voltage and cathode to the –ve terminal of supply voltage
The current flowing through the LED must limited to a value below the maximum current
that it can conduct.
A resister is used in series between the power supply and the resistor to limit the current
through the LED
The 7 – segment LED display is an output device for displaying alpha numeric characters
It contains 8 light-emitting diode (LED) segments arranged in a special form. Out of the 8
LED segments, 7 are used for displaying alpha numeric characters
26
The LED segments are named A to G and the decimal point LED segment is named as
DP
The LED Segments A to G and DP should be lit accordingly to display numbers and
characters
The 7 – segment LED displays are available in two different configurations, namely;
Common anode and Common cathode
In the Common anode configuration, the anodes of the 8 segments are connected
commonly whereas in the Common cathode configuration, the 8 LED segments share a
common cathode line
Based on the configuration of the 7 – segment LED unit, the LED segment anode or
cathode is connected to the Port of the processor/controller in the order „A‟ segment to
the Least significant port Pin and DP segment to the most significant Port Pin.
The current flow through each of the LED segments should be limited to the maximum
value supported by the LED display unit
DPGF ED C B A
Com mon Anode LED Display Cathode
The typical value for the current falls within the range of 20mA
The current through each segment can be limited by connecting a current limiting resistor
to the anode or cathode of each segment
27
In electronic circuits, optocoupler is used for suppressing interference in data
communication, circuit isolation, High voltage separation, simultaneous separation and
intensification signal etc Vcc
It differs from the normal dc motor in its operation. The dc motor produces
continuous rotation on applying dc voltage whereas a stepper motor produces discrete
rotation in response to the dc voltage applied to it
M
The paper feed mechanism of a printer/fax makes use C
of stepper motors for its functioning.
✓
Unipolar
✓
Bipolar
28
❖ Unipolar: A unipolar stepper motor contains two windings per phase. The direction of
rotation (clockwise or anticlockwise) of a stepper motor is controlled by changing the
direction of current flow. Current in one direction flows through one coil and in the
opposite direction flows through the other coil. It is easy to shift the direction of rotation
by just switching the terminals to which the coils are connected
❖ Bipolar: A bipolar stepper motor contains single winding per phase. For reversing the
motor rotation the current flow through the windings is reversed dynamically. It requires
complex circuitry for current flow reversal
▪
The „Relay‟ unit contains a relay coil made up of insulated wire on a metal core and a metal
armature with one or more contacts.
▪
„Relay‟ works on electromagnetic principle.
▪
When a voltage is applied to the relay coil, current flows through the coil, which in turn
generates a magnetic field.
CoilR
Relay
Coil
elay
o
el
R
l
i
C
y
a
▪
The Relay is normally controlled using a relay driver circuit connected to the port pin of the
processor/controller
▪
A transistor can be used as the relay driver. The transistor can be selected depending on the
relay driving current requirements.
6. The I/O Subsystem – I/O Devices -Piezo Buzzer:
• The tone can be varied by applying a variable pulse train to the piezoelectric buzzer.
• A Piezo Buzzer can be directly interfaced to the port pin of the processor/Controller.
▪
Push button switch comes in two configurations, namely „Push to Make‟
and „Push to Break‟
▪
The switch is normally in the open state and it makes a circuit contact when
it is pushed or pressed in the „Push to Make‟ configuration.
▪
The push button stays in the „closed‟ (For Push
to Make type) or „open‟ (For Push to Break
type) state as long as it is kept in the pushed
state and it breaks/makes the circuit connection
when it is released.
▪
Push button is used for generating a momentary pulse
30
31
32
Text Book:-
1. Introduction to Embedded Systems – Shibu K.V Mc Graw Hill
33