SlideShare a Scribd company logo
Lec.	1	
Introduction	to	
Embedded	
Systems
Dr.	Asim	Ghaffar
Ph.D.	Mechanical	Engineering	(Robotics)
University	of	Leeds,	UK
Email:	asim.ghaffar@uet.edu.pk
What	will	you	learn	in	this	course?
• Develop	a	PIC	based	embedded	system	using	assembly	language	and	C++	or	C
• Interface	with	devices	such	as	sensors,		actuators	&	HMI	and	some	industry	
standard	protocols		of	communication	such	as	I/O	Ports,	I2C,	USART	and	SPI
Learning	Outcomes
– Students	should	be	able	to:
• (a)	program	a	microcontroller	using	Assembly/C	language	to	perform	an	
engineering	task,	like	Temperature,	Pressure	or	speed	Control,	Traffic	Signal	or	
Automatics	Car	Parking	etc.
• (b)	program	computer	interfaces	using	Assembly/C	language	to	connect	with	
other	devices
• (c)	develop	an	embedded	system	to	perform	specific	functions	effectively
Books	&	Marks	Division
Recommended	Text	book:
• PIC	Microcontroller	and	Embedded	Systems	by	
Muhammad	Ali	Mazidi,	Rolin D.	Mickinlay &	Danny	Causey
Reference	book:
• Embedded	design	with	PIC	18F452	by	John	B.	Peatman
Marks:
• Sessional Mid	Term End	Term:
20+10 30 40
Introduction
• Microprocessors	fall	into	two	categories
ØGeneral	purpose	microprocessors	used	in	
high	performance	applications	(no	RAM,	
no	ROM,	no	I/O	ports	on	the	chip	itself)
ØMicrocontrollers	(performance	is	
secondary,	more	concerns	about	cost,	
space	and	rapid	development,	fixed	
amount	of	RAM,	ROM,	I/O	ports	and	a	
timer	all	embedded	on	a	single	chip	
sometimes	ADC	as	well)
Fig.	1.	General	purpose	Microprocessor
Fig.	2.	Microcontroller
Embedded	Systems
• Embedded	System	is	designed	to	control	one	task	only
• Controlled	by	its	own	internal	microprocessor
• Examples
ØPrinters
ØCamera
ØTelephone
ØFax	machines
• Microcontroller	and	embedded	processor	can	be	used	interchangeably
Selection	of	a	Microcontroller
• 5	major	µc:	Freescale	Semiconductor	(Motorola),	Intel,	Atmel	Zilog,	
PIC,	ARM	(Advanced/Acorn	RISC	Machine)
• Each	have	unique	instruction	sets	&	registers.	(Not	Compatible)
Three	Criterion;	
• Meeting	the	computing	needs	at	hand	efficiently	&	cost	effectively.		
e.g.	8,16	or	32	bit,	(Speed,	Packaging,	power	consumption,		
RAM/ROM,	I/O’s,	up	gradation,	cost	)
• Availability	of	software	&	hardware	development	tools	like	
compilers,	simulators,	debuggers	etc.
• Wide	availability	&	reliable	sources	of	µc	in	near	future.
Mechatronics	&	Microcontroller
• Involved	in	almost	every	Mechatronic	product	as	essential	
component	in	automating	&	controlling	any	machine	or	process	e.g.	
Microwave	Oven,	mobile,	printer	etc.	
• Knowledge	and	firm	grip	on	µc	is	necessary	for	a	Mechatronics	
Engineer	
• May	involve	in	most	of	Final	Year	Projects	like	in	robotic	arm,	
automobile	navigation,	controlling	different	parameters	in	a	chemical	
process	etc.
PIC	Microcontroller
• PIC	8-bit	microcontroller	(Peripheral	interface	controller)
• CPU	can	only	work	on	8	bits	of	data	at	a	time
• Program	should	be	re-compiled	and	register	locations	
should	be	changed	when	moving	from	one	pic	family	to	
another
• Features	of	of PIC	18	(RISC	architecture,	on-chip	program	
ROM,	data	RAM,	data	EEPROM,	timers,	ADC,	I/O	ports
Program	ROM	(Read	only	memory)
• Used	to	store	programs
• Types	(flash,	OTP,	masked)
• Different	versions	have	different	amount	of	on-chip	RAM/ROM
• Some	use	UV-EPROM	for	on	chip	program	ROM
• The	development	requires	access	to	PROM	burner	and	UV-EPROM	eraser
• Most	PIC	18	have	on	chip	ROM	in	the	form	of	flash	(time	efficient)
• PIC18F452	is	an	example	
• A	ROM	burner	is	required	that	supports	flash	memory,	ROM	eraser	is	not	needed	
as	flash	is	EEPROM
• Program	erasing	is	done	by	ROM	programmer	itself	
• OTP	version	is	used	for	mass	production	(cannot	be	re-programmed)
• Masked	version	of	PIC	requires	burning	the	program	during	the	fabrication	
process	(cheapest	to	produce	if	unit	number	is	higher)
Data	RAM	and	EEPROM
• Used	for	data	storage.	
• PIC	18	has	a	maximum	of	4K	data	RAM	space
• Data	RAM	has	two	components:	GPR	and	SFR
• SFR	is	fixed
• The	size	of	the	GPR	determines	the	size	of	RAM
• RAM	GPR	is	used	for	read/write	scratch	pad	and	data	
manipulation
• PIC	µc I/O	pins:	PIC18	Can	have	from	16	– 72	pins	
• PIC	µc	peripherals:	ADC,	Timers,	USART
Any	Questions?

More Related Content

Similar to Lec_1_Introduction to Embedded Systems.pdf

btech embedded systems ppt ES UNIT-1.pptx
btech embedded systems ppt ES UNIT-1.pptxbtech embedded systems ppt ES UNIT-1.pptx
btech embedded systems ppt ES UNIT-1.pptx
SattiBabu16
 
Aectl embedded-system-training-institute-bangalore
Aectl embedded-system-training-institute-bangaloreAectl embedded-system-training-institute-bangalore
Aectl embedded-system-training-institute-bangalore
AECTL Training
 
An introduction to_programming_the_microchip_pic_in_ccs_c
An introduction to_programming_the_microchip_pic_in_ccs_cAn introduction to_programming_the_microchip_pic_in_ccs_c
An introduction to_programming_the_microchip_pic_in_ccs_cSuresh Murugesan
 
Embedded training in noida
Embedded training in noidaEmbedded training in noida
Embedded training in noidaNisha Ducat
 
Dipak_Desai_Resume
Dipak_Desai_ResumeDipak_Desai_Resume
Dipak_Desai_Resumenotoha
 
manoj Internship ppt.pptx embedded system
manoj Internship ppt.pptx embedded systemmanoj Internship ppt.pptx embedded system
manoj Internship ppt.pptx embedded system
ByregowdaN2
 
CURRICULUM VITAE
CURRICULUM VITAE CURRICULUM VITAE
CURRICULUM VITAE
MohamedKaroui3
 
Chapter 1-INTRO TO PF.pptx
Chapter 1-INTRO TO PF.pptxChapter 1-INTRO TO PF.pptx
Chapter 1-INTRO TO PF.pptx
SitiZaharahSidek
 
DACHSview++features
DACHSview++featuresDACHSview++features
DACHSview++featuresA. Steinhoff
 
doc_1532007906.pdf
doc_1532007906.pdfdoc_1532007906.pdf
doc_1532007906.pdf
AnandRao445727
 
trial
trialtrial
JitendraResume_22022016
JitendraResume_22022016JitendraResume_22022016
JitendraResume_22022016Jitendra Rana
 
Manmeet_8 mon_Embedded_Circuit designing_Mannul Testing_SQL
Manmeet_8 mon_Embedded_Circuit designing_Mannul Testing_SQLManmeet_8 mon_Embedded_Circuit designing_Mannul Testing_SQL
Manmeet_8 mon_Embedded_Circuit designing_Mannul Testing_SQLManmeet Singh Sidhu
 

Similar to Lec_1_Introduction to Embedded Systems.pdf (20)

btech embedded systems ppt ES UNIT-1.pptx
btech embedded systems ppt ES UNIT-1.pptxbtech embedded systems ppt ES UNIT-1.pptx
btech embedded systems ppt ES UNIT-1.pptx
 
Aectl embedded-system-training-institute-bangalore
Aectl embedded-system-training-institute-bangaloreAectl embedded-system-training-institute-bangalore
Aectl embedded-system-training-institute-bangalore
 
An introduction to_programming_the_microchip_pic_in_ccs_c
An introduction to_programming_the_microchip_pic_in_ccs_cAn introduction to_programming_the_microchip_pic_in_ccs_c
An introduction to_programming_the_microchip_pic_in_ccs_c
 
Embedded training in noida
Embedded training in noidaEmbedded training in noida
Embedded training in noida
 
Dc dc bost converter simulation research
Dc dc bost converter simulation research Dc dc bost converter simulation research
Dc dc bost converter simulation research
 
FAIZ
FAIZFAIZ
FAIZ
 
Dipak_Desai_Resume
Dipak_Desai_ResumeDipak_Desai_Resume
Dipak_Desai_Resume
 
Ahmad_AlHadi_En
Ahmad_AlHadi_EnAhmad_AlHadi_En
Ahmad_AlHadi_En
 
manoj Internship ppt.pptx embedded system
manoj Internship ppt.pptx embedded systemmanoj Internship ppt.pptx embedded system
manoj Internship ppt.pptx embedded system
 
CURRICULUM VITAE
CURRICULUM VITAE CURRICULUM VITAE
CURRICULUM VITAE
 
Chapter 1-INTRO TO PF.pptx
Chapter 1-INTRO TO PF.pptxChapter 1-INTRO TO PF.pptx
Chapter 1-INTRO TO PF.pptx
 
DACHSview++features
DACHSview++featuresDACHSview++features
DACHSview++features
 
doc_1532007906.pdf
doc_1532007906.pdfdoc_1532007906.pdf
doc_1532007906.pdf
 
Resume_Pratik
Resume_PratikResume_Pratik
Resume_Pratik
 
Gerardo Carmona Embedded Engineer
Gerardo Carmona Embedded EngineerGerardo Carmona Embedded Engineer
Gerardo Carmona Embedded Engineer
 
trial
trialtrial
trial
 
JitendraResume_22022016
JitendraResume_22022016JitendraResume_22022016
JitendraResume_22022016
 
Guru charan_Resume
Guru charan_ResumeGuru charan_Resume
Guru charan_Resume
 
Embedded systems skill development training
Embedded  systems skill development trainingEmbedded  systems skill development training
Embedded systems skill development training
 
Manmeet_8 mon_Embedded_Circuit designing_Mannul Testing_SQL
Manmeet_8 mon_Embedded_Circuit designing_Mannul Testing_SQLManmeet_8 mon_Embedded_Circuit designing_Mannul Testing_SQL
Manmeet_8 mon_Embedded_Circuit designing_Mannul Testing_SQL
 

Recently uploaded

Young Tom Selleck: A Journey Through His Early Years and Rise to Stardom
Young Tom Selleck: A Journey Through His Early Years and Rise to StardomYoung Tom Selleck: A Journey Through His Early Years and Rise to Stardom
Young Tom Selleck: A Journey Through His Early Years and Rise to Stardom
greendigital
 
Tom Selleck Net Worth: A Comprehensive Analysis
Tom Selleck Net Worth: A Comprehensive AnalysisTom Selleck Net Worth: A Comprehensive Analysis
Tom Selleck Net Worth: A Comprehensive Analysis
greendigital
 
Skeem Saam in June 2024 available on Forum
Skeem Saam in June 2024 available on ForumSkeem Saam in June 2024 available on Forum
Skeem Saam in June 2024 available on Forum
Isaac More
 
Treasure Hunt Puzzles, Treasure Hunt Puzzles online
Treasure Hunt Puzzles, Treasure Hunt Puzzles onlineTreasure Hunt Puzzles, Treasure Hunt Puzzles online
Treasure Hunt Puzzles, Treasure Hunt Puzzles online
Hidden Treasure Hunts
 
Meet Crazyjamjam - A TikTok Sensation | Blog Eternal
Meet Crazyjamjam - A TikTok Sensation | Blog EternalMeet Crazyjamjam - A TikTok Sensation | Blog Eternal
Meet Crazyjamjam - A TikTok Sensation | Blog Eternal
Blog Eternal
 
Christina's Baby Shower Game June 2024.pptx
Christina's Baby Shower Game June 2024.pptxChristina's Baby Shower Game June 2024.pptx
Christina's Baby Shower Game June 2024.pptx
madeline604788
 
I Know Dino Trivia: Part 3. Test your dino knowledge
I Know Dino Trivia: Part 3. Test your dino knowledgeI Know Dino Trivia: Part 3. Test your dino knowledge
I Know Dino Trivia: Part 3. Test your dino knowledge
Sabrina Ricci
 
Maximizing Your Streaming Experience with XCIPTV- Tips for 2024.pdf
Maximizing Your Streaming Experience with XCIPTV- Tips for 2024.pdfMaximizing Your Streaming Experience with XCIPTV- Tips for 2024.pdf
Maximizing Your Streaming Experience with XCIPTV- Tips for 2024.pdf
Xtreame HDTV
 
Matt Rife Cancels Shows Due to Health Concerns, Reschedules Tour Dates.pdf
Matt Rife Cancels Shows Due to Health Concerns, Reschedules Tour Dates.pdfMatt Rife Cancels Shows Due to Health Concerns, Reschedules Tour Dates.pdf
Matt Rife Cancels Shows Due to Health Concerns, Reschedules Tour Dates.pdf
Azura Everhart
 
Create a Seamless Viewing Experience with Your Own Custom OTT Player.pdf
Create a Seamless Viewing Experience with Your Own Custom OTT Player.pdfCreate a Seamless Viewing Experience with Your Own Custom OTT Player.pdf
Create a Seamless Viewing Experience with Your Own Custom OTT Player.pdf
Genny Knight
 
哪里买(osu毕业证书)美国俄勒冈州立大学毕业证双学位证书原版一模一样
哪里买(osu毕业证书)美国俄勒冈州立大学毕业证双学位证书原版一模一样哪里买(osu毕业证书)美国俄勒冈州立大学毕业证双学位证书原版一模一样
哪里买(osu毕业证书)美国俄勒冈州立大学毕业证双学位证书原版一模一样
9u08k0x
 
From Slave to Scourge: The Existential Choice of Django Unchained. The Philos...
From Slave to Scourge: The Existential Choice of Django Unchained. The Philos...From Slave to Scourge: The Existential Choice of Django Unchained. The Philos...
From Slave to Scourge: The Existential Choice of Django Unchained. The Philos...
Rodney Thomas Jr
 
240529_Teleprotection Global Market Report 2024.pdf
240529_Teleprotection Global Market Report 2024.pdf240529_Teleprotection Global Market Report 2024.pdf
240529_Teleprotection Global Market Report 2024.pdf
Madhura TBRC
 
Meet Dinah Mattingly – Larry Bird’s Partner in Life and Love
Meet Dinah Mattingly – Larry Bird’s Partner in Life and LoveMeet Dinah Mattingly – Larry Bird’s Partner in Life and Love
Meet Dinah Mattingly – Larry Bird’s Partner in Life and Love
get joys
 
Hollywood Actress - The 250 hottest gallery
Hollywood Actress - The 250 hottest galleryHollywood Actress - The 250 hottest gallery
Hollywood Actress - The 250 hottest gallery
Zsolt Nemeth
 
A TO Z INDIA Monthly Magazine - JUNE 2024
A TO Z INDIA Monthly Magazine - JUNE 2024A TO Z INDIA Monthly Magazine - JUNE 2024
A TO Z INDIA Monthly Magazine - JUNE 2024
Indira Srivatsa
 
This Is The First All Category Quiz That I Made
This Is The First All Category Quiz That I MadeThis Is The First All Category Quiz That I Made
This Is The First All Category Quiz That I Made
Aarush Ghate
 
Snoopy boards the big bow wow musical __
Snoopy boards the big bow wow musical __Snoopy boards the big bow wow musical __
Snoopy boards the big bow wow musical __
catcabrera
 
高仿(nyu毕业证书)美国纽约大学毕业证文凭毕业证原版一模一样
高仿(nyu毕业证书)美国纽约大学毕业证文凭毕业证原版一模一样高仿(nyu毕业证书)美国纽约大学毕业证文凭毕业证原版一模一样
高仿(nyu毕业证书)美国纽约大学毕业证文凭毕业证原版一模一样
9u08k0x
 
Reimagining Classics - What Makes a Remake a Success
Reimagining Classics - What Makes a Remake a SuccessReimagining Classics - What Makes a Remake a Success
Reimagining Classics - What Makes a Remake a Success
Mark Murphy Director
 

Recently uploaded (20)

Young Tom Selleck: A Journey Through His Early Years and Rise to Stardom
Young Tom Selleck: A Journey Through His Early Years and Rise to StardomYoung Tom Selleck: A Journey Through His Early Years and Rise to Stardom
Young Tom Selleck: A Journey Through His Early Years and Rise to Stardom
 
Tom Selleck Net Worth: A Comprehensive Analysis
Tom Selleck Net Worth: A Comprehensive AnalysisTom Selleck Net Worth: A Comprehensive Analysis
Tom Selleck Net Worth: A Comprehensive Analysis
 
Skeem Saam in June 2024 available on Forum
Skeem Saam in June 2024 available on ForumSkeem Saam in June 2024 available on Forum
Skeem Saam in June 2024 available on Forum
 
Treasure Hunt Puzzles, Treasure Hunt Puzzles online
Treasure Hunt Puzzles, Treasure Hunt Puzzles onlineTreasure Hunt Puzzles, Treasure Hunt Puzzles online
Treasure Hunt Puzzles, Treasure Hunt Puzzles online
 
Meet Crazyjamjam - A TikTok Sensation | Blog Eternal
Meet Crazyjamjam - A TikTok Sensation | Blog EternalMeet Crazyjamjam - A TikTok Sensation | Blog Eternal
Meet Crazyjamjam - A TikTok Sensation | Blog Eternal
 
Christina's Baby Shower Game June 2024.pptx
Christina's Baby Shower Game June 2024.pptxChristina's Baby Shower Game June 2024.pptx
Christina's Baby Shower Game June 2024.pptx
 
I Know Dino Trivia: Part 3. Test your dino knowledge
I Know Dino Trivia: Part 3. Test your dino knowledgeI Know Dino Trivia: Part 3. Test your dino knowledge
I Know Dino Trivia: Part 3. Test your dino knowledge
 
Maximizing Your Streaming Experience with XCIPTV- Tips for 2024.pdf
Maximizing Your Streaming Experience with XCIPTV- Tips for 2024.pdfMaximizing Your Streaming Experience with XCIPTV- Tips for 2024.pdf
Maximizing Your Streaming Experience with XCIPTV- Tips for 2024.pdf
 
Matt Rife Cancels Shows Due to Health Concerns, Reschedules Tour Dates.pdf
Matt Rife Cancels Shows Due to Health Concerns, Reschedules Tour Dates.pdfMatt Rife Cancels Shows Due to Health Concerns, Reschedules Tour Dates.pdf
Matt Rife Cancels Shows Due to Health Concerns, Reschedules Tour Dates.pdf
 
Create a Seamless Viewing Experience with Your Own Custom OTT Player.pdf
Create a Seamless Viewing Experience with Your Own Custom OTT Player.pdfCreate a Seamless Viewing Experience with Your Own Custom OTT Player.pdf
Create a Seamless Viewing Experience with Your Own Custom OTT Player.pdf
 
哪里买(osu毕业证书)美国俄勒冈州立大学毕业证双学位证书原版一模一样
哪里买(osu毕业证书)美国俄勒冈州立大学毕业证双学位证书原版一模一样哪里买(osu毕业证书)美国俄勒冈州立大学毕业证双学位证书原版一模一样
哪里买(osu毕业证书)美国俄勒冈州立大学毕业证双学位证书原版一模一样
 
From Slave to Scourge: The Existential Choice of Django Unchained. The Philos...
From Slave to Scourge: The Existential Choice of Django Unchained. The Philos...From Slave to Scourge: The Existential Choice of Django Unchained. The Philos...
From Slave to Scourge: The Existential Choice of Django Unchained. The Philos...
 
240529_Teleprotection Global Market Report 2024.pdf
240529_Teleprotection Global Market Report 2024.pdf240529_Teleprotection Global Market Report 2024.pdf
240529_Teleprotection Global Market Report 2024.pdf
 
Meet Dinah Mattingly – Larry Bird’s Partner in Life and Love
Meet Dinah Mattingly – Larry Bird’s Partner in Life and LoveMeet Dinah Mattingly – Larry Bird’s Partner in Life and Love
Meet Dinah Mattingly – Larry Bird’s Partner in Life and Love
 
Hollywood Actress - The 250 hottest gallery
Hollywood Actress - The 250 hottest galleryHollywood Actress - The 250 hottest gallery
Hollywood Actress - The 250 hottest gallery
 
A TO Z INDIA Monthly Magazine - JUNE 2024
A TO Z INDIA Monthly Magazine - JUNE 2024A TO Z INDIA Monthly Magazine - JUNE 2024
A TO Z INDIA Monthly Magazine - JUNE 2024
 
This Is The First All Category Quiz That I Made
This Is The First All Category Quiz That I MadeThis Is The First All Category Quiz That I Made
This Is The First All Category Quiz That I Made
 
Snoopy boards the big bow wow musical __
Snoopy boards the big bow wow musical __Snoopy boards the big bow wow musical __
Snoopy boards the big bow wow musical __
 
高仿(nyu毕业证书)美国纽约大学毕业证文凭毕业证原版一模一样
高仿(nyu毕业证书)美国纽约大学毕业证文凭毕业证原版一模一样高仿(nyu毕业证书)美国纽约大学毕业证文凭毕业证原版一模一样
高仿(nyu毕业证书)美国纽约大学毕业证文凭毕业证原版一模一样
 
Reimagining Classics - What Makes a Remake a Success
Reimagining Classics - What Makes a Remake a SuccessReimagining Classics - What Makes a Remake a Success
Reimagining Classics - What Makes a Remake a Success
 

Lec_1_Introduction to Embedded Systems.pdf