What is a Micro-controller?
Earlier, there was no Machine or component Which can function as a receive some input and transmit some output by itself i.e. it will act like a human brain itself once it is initialized or instructed to do so.
First,We tried to make something that'll function the above way..
So,MICRO-CONTROLLER is a Electronic device,Which is considered to be the simplest Computer processor (Brain of the Computer). It contains the following contents which make it highly Powerful they are:
Microcontrollers such as ATMEGA16 or ATMEGA32 are generally used for this purpose.
we are going to familiarize you with AtMega32.
Its pin diagram is
Some of its properties are:
1.Types of Memory
2. 32x8 general purpose registers
3. 32 I/O lines
4. Serial communication port
5. 8-bit and 10 bit ADC
6. TIMER
and many more...
Thank YOU.........
Earlier, there was no Machine or component Which can function as a receive some input and transmit some output by itself i.e. it will act like a human brain itself once it is initialized or instructed to do so.
First,We tried to make something that'll function the above way..
So,MICRO-CONTROLLER is a Electronic device,Which is considered to be the simplest Computer processor (Brain of the Computer). It contains the following contents which make it highly Powerful they are:
- Depending on Manufacture,some Memory, few A/D converters, timers, input/output lines etc. are added.
- Main difference from Microprocessor is that Microcontrollers have Memory where as Microprocessors don't have.
- All the standard requirements are in some standard Packages.
- And, Finally a simple Software able to program it,Which all can learn and use easily.
Microcontrollers such as ATMEGA16 or ATMEGA32 are generally used for this purpose.
we are going to familiarize you with AtMega32.
Its pin diagram is
Some of its properties are:
1.Types of Memory
- FLASH : In-System Reprogrammable Flash Program Memory(32Kb)
- SRAM (Static RAM) : These get copied from flash on startup
- EEPROM : Electronically Erasable Programmable ROM
2. 32x8 general purpose registers
3. 32 I/O lines
4. Serial communication port
5. 8-bit and 10 bit ADC
6. TIMER
and many more...
Thank YOU.........
No comments:
Post a Comment