Microcontroller
Microcontroller
Microcontroller
Usually, Program Memory is a Read Only Memory or ROM and the Data
Memory is a Random Access Memory or RAM. Data Memory is
sometimes called as Read Write Memory (R/W M).
Continue…
Bus
A System bus is a group of connecting wire that connect the CPU with
other peripherals like Memory, I/O Ports and other supporting
components.
Continue…
Timers/Counters
One of the important components of a Microcontroller are the Timers
and Counters. They provide the operations of Time Delays and counting
external events. Additionally, Timers and Counters can provide Function
Generation, Pulse Width Modulation, Clock Control, etc.
Serial Port
One of the important requirement of a Microcontroller is to
communicate with other device and peripherals (external). Serial Port
proves a such interface through serial communication. Most common
serial communication implemented in Microcontrollers is UART.
Continue…
Interrupts
A very important feature of a Microcontroller is Interrupts and its
Interrupt Handling Mechanism. Interrupts can be external, internal,
hardware related or software related.