Types of Microcontrollers
Types of Microcontrollers
An 8 or 16 bit microprocessor.
A little measure of RAM.
Programmable ROM and flash memory.
Parallel and serial I/O.
Timers and signal generators.
Analog to Digital and Digital to Analog conversion
Microcontrollers usually must have low-power requirements since many devices they
control are battery-operated. Microcontrollers are used in many consumer
electronics, car engines, computer peripherals and test or measurement equipment.
And these are well suited for long lasting battery applications. The dominant part of
microcontrollers being used now a days are implanted in other apparatus.
The types of microcontroller is shown in figure, they are characterized by their bits,
memory architecture, memory/devices and instruction set. Let’s discuss briefly about
it.
Types of Microcontrollers
Classification According to Number of Bits
The bits in microcontroller are 8-bits, 16-bits and 32-bits microcontroller.
In 8-bit microcontroller, the point when the internal bus is 8-bit then the ALU is
performs the arithmetic and logic operations. The examples of 8-bit microcontrollers
are Intel 8031/8051, PIC1x and Motorola MC68HC11 families.
The 32-bit microcontroller uses the 32-bit instructions to perform the arithmetic and
logic operations. These are used in automatically controlled devices including
implantable medical devices, engine control systems, office machines, appliances
and other types of embedded systems. Some examples are Intel/Atmel 251 family,
PIC3x.
RISC: The RISC is stands for Reduced Instruction set Computer, this type of
instruction sets reduces the design of microprocessor for industry standards. It
allows each instruction to operate on any register or use any addressing mode and
simultaneous access of program and data.
Mobile Phones
Auto Mobiles
Washing Machines
Cameras
Security Alarms
4 Types of Microcontrollers
Microcontroller 8051
The memory of 8051 is divided to two parts.They are Program Memory and Data
Memory. Program Memory stores the program being executed whereas Data
Memory temporarily stores the data and the results. The 8051 has been in use in a
wide number of devices, mainly because it is easy to integrate into a device.
Microcontrollers are mainly used in energy management, touch screen, automobiles,
and medical devices.
Program Memory of 8051
And
Renesas
Renesas offers the most versatile microcontroller families in the world for example
our RX family offers a many types devices with memory variants from 32K flash/4K
RAM to an incredible 8M flash/512K RAM.
Pin Description:
Pin arrangement of Renesas microcontroller is shown in figure:
It is a 20 pin microcontroller. The pin 9 is Vss, ground pin and Vdd, power supply pin.
It has three different kinds of interrupt, which are normal interrupt, fast interrupt, high
speed interrupt.
Normal interrupts store the significant registers on stack by using push and pop
instructions. The fast interrupts are automatically store program counter and
processor status word in special backup registers, so response time is faster. And
high speed interrupts allocate up to four of the general registers for dedicated use by
the interrupt to expand speed even further. The internal bus structure gives 5 internal
busses to ensure data handling is not slowed down. Instruction fetches occur via a
wide 64-bit bus, so that due to the variable length instructions used in CISC
architectures.