| Author |
Message |
dck
Joined: 06 Aug 2008 Posts: 18
|
06 Aug 2008 9:49 how does a microcontroller work? |
|
|
|
can anyone explain briefly how does a microcontroller works??
what are the function of the pins??
|
|
| Back to top |
|
 |
aProgrammer
Joined: 29 Mar 2001 Posts: 96 Helped: 6
|
06 Aug 2008 11:30 how does a microcontroller work? |
|
|
|
see
http://en.wikipedia.org/wiki/Microcontroller
|
|
| Back to top |
|
 |
hkBattousai
Joined: 16 Jun 2007 Posts: 86 Helped: 4 Location: Turkey
|
07 Aug 2008 17:09 Re: how does a microcontroller work? |
|
|
|
A microcontroller is nothing but a microprocessor with with a RAM and/or EPROM inside, and input/output periperals are included in.
You should know that a microprocessor needs at least a RAM and ROM to work. Also it needs extra circuit for input/output interfacing&addressing. This means extra cost and circuit space which is undesired.
Microcontrollers render all of these in a single chip, thus they are more desireble in most applications.
In order to understand how a microcontoller works, you should learn how a microprocessor work.
I hope this helped.
|
|
| Back to top |
|
 |
senaydud
Joined: 23 Jun 2008 Posts: 151 Helped: 28
|
09 Aug 2008 1:15 how does a microcontroller work? |
|
|
|
Thats a very broad question so I dont know where to start, but I suggest you to take a look at the following book, it can be a good reference and a good start for you understand how MCs work;
Computer System Architecture by "Morris Mano"
http://www.amazon.com/Computer-System-Architecture-Morris-Mano/dp/0131755633
|
|
| Back to top |
|
 |