MSP430 vs 8051 Microcontroller: Key Differences
Advertisement
This page compares the MSP430 and 8051 microcontrollers and highlights their key differences. You’ll also find links to related information.
MSP430 Microcontroller
The MSP430 is a microcontroller developed by Texas Instruments (TI).
Here are some of its features:
- It’s a 16-bit microcontroller with specialized features not typically found in generic 8051 microcontrollers.
- It includes components like LCD control, ADC, input/output ports, RAM, ROM, a watchdog timer, a basic timer, and UART.
- It boasts very low power consumption, around 4.2 nW per instruction.
- It offers high-speed operation, executing instructions in approximately 300 ns at a 3.3 MHz clock.
- It’s based on the RISC (Reduced Instruction Set Computing) architecture.
- It supports 7 addressing modes for the source operand and 4 for the destination operand.
- The MSP430 has three sub-families: MSP430C31x, MSP430C32x, and MSP430C33x.
Figure 1: MSP430 microcontroller architecture.
Figure 2: MSP430 Pin diagram.
8051 Microcontroller
The 8051 is a microcontroller originally developed by Intel.
Here are some of its features:
- It houses an 8-bit CPU.
- It includes 4 KBytes of ROM for code or program storage.
- It has 128 Bytes of RAM for storing data or variables used in the program.
- It provides 32 Input/Output lines with 4 ports (8 lines per port).
- It incorporates 2 Timers used for introducing delays and for setting the baud rate for data communication.
- It has 1 serial port with one TxD and one RxD line for serial communication with external devices.
- It includes 6 interrupt sources.
- The clock oscillator circuit runs at a 12MHz frequency.
Figure 3: 8051 microcontroller architecture.
Figure 4: 8051 pin diagram.
The following table summarizes the similarities and differences between the MSP430 and 8051.
Specifications | MSP430 | 8051 |
---|---|---|
RAM | 128/256/512 Bytes RAM/SRAM | 256 bytes Used for data storage |
ROM | 2/4/8/16 KB ROM | 4KB ROM available internally 64KB (max.) can be interfaced external to microcontroller Used for program storage |
CPU (Number of bits in size) | 16 bit | 8 bit |
I/O ports (without interrupt) | 0 (MSP430C31x, MSP430C32x) 16 (MSP430C33x) | Four number of I/O ports are available, each with 8 lines |
I/O ports (with interrupt) | 8 (MSP430C31x, MSP430C32x) 24 (MSP430C33x) | Four number of I/O ports, uses 2 interrupt lines INT0 and INT1 |
Serial ports | Supported | One |
Timers/Counters | Supported | Two |
Crystal Oscillator frequency | Supported 32.768 KHz crystal | Supports 4 MHz to 30 MHz Nominal: 11.0592 MHz |
Watchdog timer | Supported in all sub-families | Not supported |
HW multiplier | Supported in MSP430C33x sub family | Not supported |
A to D converter | 12 bit and 14 bit modes are available | Not supported Supports measurement modes viz. ratiometric and absolute |
D to A converter | supported | Not supported |
HW/SW UART | supported | supported |
USART | Supported | Not supported |
LCD | Supported | Not supported, external interfacing circuit to be developed |
SPI/I2C interfaces | Supported | Not Supported |
PWM | Supported | Not Supported |