Embedded Systems: by Bhanu Priya.s UTL Technologies Under The Guidance of Mr. Saleem Javeed Lrde
Embedded Systems: by Bhanu Priya.s UTL Technologies Under The Guidance of Mr. Saleem Javeed Lrde
By
Bhanu priya.S Under the guidance of
UTL technologies Mr. Saleem javeed
LRDE
EMBEDDED SYSTEM
Definition: An Embedded System is one that has
computer hardware with software embedded in it as
one of its important components.
SOFTWARE PROGRAM
#include <16f876a.h>
#use delay (clock=20000000)
#byte PORTB=6
main()
{
set_tris_b(0);
portb=255; //decimal
delay_ms(1000);
portb=0x55; //hexadecimal
delay_ms(1000);
portb=0b10101010; //binary
delay_ms(500);
}
What is an Embedded
System
An Embedded System is a microprocessor
based system that is embedded as a
subsystem, in a larger system (which may or
may not be a computer system).
I O
COMPONENTS OF
EMBEDDED SYSTEM
• It has Hardware
Processor, Timers, Interrupt controller, I/O Devices,
Memories, Ports, etc.
• Cellular telephones
• Calculators
• Medical equipments
• Videogames