• The INTEL 8031 is same, as 8051 except that it does not have internal ROM.
• The 8051 is a pin 40 pin IC available in Dual-In line package (DIP).
• Requires a single power supply of +5V.
• Its maximum internal clock frequency rating is 12 MHz.
Pin Diagram for 8051/8031 microcontroller |
Signals of 8031/8051 microcontroller |
Alternate functions of port pins |
Ports: (pin 1 to 8, pin 10 to 17, pin 21 to 28 and pin 32 to 39)
• The 8031/8051 microcontroller has 32 I/O pins and they are organized as four numbers of 8-bit parallel port.
• The ports are denoted as port-0, port-1, port-2 and port-3. Each port can be used as either 8-bit parallel port or 8 numbers of 1-bit ports.
• The ports behave as latches during output operation and behave as buffers during input operation.
• Port-1 can be used only for I/O operation
• When external memory is employed, the port-0 function as multiplexed low byte address or data lines, and port-2 function as high byte address lines. Therefore for accessing external memory the microcontroller uses 16-bit address and access the memory in bytes. Hence the addressable memory space is 64 kb (216 = 64kb).
• The 8031/8051 allows the external memory to be organized as two banks of 64 kb. One is program/code memory and the other is data memory.
PSEN (low signal): pin 29
• The signal PSEN (low) is used as read control/enable for program memory.
RD (low signal) and WR (low signal): pin 17 and pin 16
• The port pin P3.7 function as read control and the port pin P3.6 function as write control for data memory.
• When two external memory banks are not desirable, the PSEN (low) and RD (low) should be externally ANDed to provide a single read control signal. In such cases the controller will access a common memory space (of maximum capacity 64 kb) for program and data.
• ALE is used to demultiplex the low byte address or data using an external latch.
EA (Low)/Vpp : pin 31
• When the microcontroller access program from external memory, then this pin is low. ie. EA (low) is enabled.
• When the microcontroller access program from internal memory, then this pin is high. At that time this pin is used to supply programming voltage +12V to EPROM/ROM.
XTAL 1 AND XTAL2: PIN 19 AND PIN18
• The XTAL 1 and XTAL2 pins are provided for external quartz crystal connection, in order to generate the required clock for the microcontroller. The maximum frequency of quartz crystal that can be connected to 8031/8051 microcontroller is 12 MHz.
RST (low): pin 9
• The RST(low) signal is used to reset the microcontroller in order to bring the controller to a known state.
Contents of register after reset |
INTERRUPTS: pin 12 to 15
• The 803 1/8051 has five interrupts.
• In this two interrupts are external interrupt as INT0 (Low), INT1 (Low) and the remaining three are internal interrupts as timer-0, timer-1 and serial port.
• All interrupts are maskable and vectored interrupts.
Vector address and priority of interrupts |
No comments:
Post a Comment