SESSION 1 (8051 MICRO-CONTROLLER)
Lets begin session(1) with 8051 micro controller.
For deep knowledge you can follow the above link .All details are available in this link.
Basic description about 8051 micro controller is given below-
8051 – This version of micro-controller is cheaper and available from various manufacturers. The manufacturers use micro-controller for mass production because the price per unit is very cheap.
The main features of 8051 micro-controller are:
- RAM – 128 Bytes (Data memory)
- ROM – 4Kbytes (ROM signify the on – chip program space)
- Serial Port – Using UART makes it simpler to interface for serial communication
- Two 16 bit Timer/ Counter
- Input/output Pins – 4 Ports of 8 bits each on a single chip.
- 6 Interrupt Sources
- 8 – bit ALU (Arithmetic Logic Unit)
- Harvard Memory Architecture – It has 16 bit Address bus (each of RAM and ROM) and 8 bit Data Bus.
- 8051 can execute 1 million one-cycle instructions per second with a clock frequency of 12MHz
Comments
Post a Comment