What is a Microcontroller?
A Microcontroller is a
programmable digital processor with necessary peripherals. Both
microcontrollers and microprocessors are complex sequential digital
circuits meant to carry out job according to the program / instructions.
Sometimes analog input/output interface makes a part of microcontroller
circuit of mixed mode(both analog and digital nature).
Microcontrollers Vs Microprocessors
- A microprocessor requires an external memory for program/data storage. Instruction execution requires movement of data from the external memory to the microprocessor or vice versa. Usually, microprocessors have good computing power and they have higher clock speed to facilitate faster computation.
- A microcontroller has required on-chip memory with associated peripherals. A microcontroller can be thought of a microprocessor with inbuilt peripherals.
- A microcontroller does not require much additional interfacing ICs for operation and it functions as a stand alone system. The operation of a microcontroller is multipurpose, just like a Swiss knife.
- Microcontrollers are also called embedded controllers. A microcontroller clock speed is limited only to a few tens of MHz. Microcontrollers are numerous and many of them are application specific.
Development/Classification of microcontrollers (Invisible)
Microcontrollers have
gone through a silent evolution (invisible). The evolution can be
rightly termed as silent as the impact or application of a
microcontroller is not well known to a common user, although
microcontroller technology has undergone significant change since early
1970's. Development of some popular microcontrollers is given as
follows.
Intel 4004 | 4 bit (2300 PMOS trans, 108 kHz) | 1971 |
Intel 8048 | 8 bit | 1976 |
Intel 8031 | 8 bit (ROM-less) | . |
Intel 8051 | 8 bit (Mask ROM) | 1980 |
Microchip PIC16C64 | 8 bit | 1985 |
Motorola 68HC11 | 8 bit (on chip ADC) | . |
Intel 80C196 | 16 bit | 1982 |
Atmel AT89C51 | 8 bit (Flash memory) | . |
Microchip PIC 16F877 | 8 bit (Flash memory + ADC) | . |
Development of microprocessors (Visible)
Microprocessors have undergone significant evolution over the past four decades. This development is clearly perceptible to a common user, especially, in terms of phenomenal growth in capabilities of personal computers. Development of some of the microprocessors can be given as follows.
Microprocessors have undergone significant evolution over the past four decades. This development is clearly perceptible to a common user, especially, in terms of phenomenal growth in capabilities of personal computers. Development of some of the microprocessors can be given as follows.
Post a Comment