answersLogoWhite

0

8051 is an old microcontroller design. It has been updated and expanded into a family of microcontrollers manufactured by several companies.

PIC is not a microcontroller, but is an extensive family of microcontrollers designed and manufactured by Microchip, Inc.

Both are quite popular, and there are many other microcontrollers available.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

What is vpp in 8051 pin diagram?

In the 8051 microcontroller pin diagram, Vpp refers to the programming voltage pin, which is used during the programming of the microcontroller's memory. It is typically set at a high voltage (around 12V) to enable the programming mode for the internal flash or EPROM. This pin is crucial for writing data into the memory during the initial programming phase and is not used during normal operation.


Why use AT89C51 but not others?

89c51 microcontroller is of the series of 8051,one of oldest yet commonly used microcontroller.89c51 have the less complex features then other microcontroller and it is also easily available and cheap in comparison of other microcontrollers.


What is other name of 89c51?

The 89C51 is also known as the AT89C51, which refers to a specific microcontroller from Atmel (now part of Microchip Technology). It is an 8-bit microcontroller based on the Intel 8051 architecture and is commonly used in embedded systems for various applications.


What is the function of 02h of int 21h in 8051 processor?

In the 8051 microcontroller, the function of 02h of int 21h is to output a character to the standard output device, typically the serial port. When this interrupt is called, it takes a character from the accumulator (register A) and sends it to the output. This is commonly used for displaying characters on a terminal or for debugging purposes.


What do you mean by OTP 8051?

OTP 8051 refers to a specific type of microcontroller based on the 8051 architecture, which is programmed using One-Time Programmable (OTP) memory. This means that once the program is written to the chip, it cannot be modified or erased, making it ideal for applications where the code is finalized and will not need updates. OTP 8051 microcontrollers are commonly used in embedded systems for tasks like control, automation, and data processing. Their limited reusability is compensated by their reliability and simplicity in design.

Related Questions

What is a 8051 Micro-controller?

An 8051 microcontroller is a popular 8-bit microcontroller that was first introduced by Intel in 1980. It is widely used in embedded systems due to its simple architecture, low cost, and ease of use. The 8051 microcontroller typically includes CPU, RAM, ROM, I/O ports, timers, and serial communication interfaces on a single chip.


What is microcontroller 8051?

The 8051 is a microcontroller. It has the MCS-51 core by Intel and was designed for embedded systems in the 1980's. The name of the CMOS version is 80C51. Today the core is still used in microcontrollers from other companies like Atmel, e.g. AT89C51.


What is vpp in 8051 pin diagram?

In the 8051 microcontroller pin diagram, Vpp refers to the programming voltage pin, which is used during the programming of the microcontroller's memory. It is typically set at a high voltage (around 12V) to enable the programming mode for the internal flash or EPROM. This pin is crucial for writing data into the memory during the initial programming phase and is not used during normal operation.


What is the purpose of 8051 microcontrollers?

8051 Microcontrollers were popular computer chips used in Intel computers throughout the eighties and nineties. Though technology has advanced beyond their common use, they can still often be found in engineering schools as tools used in introductory microcontroller classes.


Why use AT89C51 but not others?

89c51 microcontroller is of the series of 8051,one of oldest yet commonly used microcontroller.89c51 have the less complex features then other microcontroller and it is also easily available and cheap in comparison of other microcontrollers.


What is other name of 89c51?

The 89C51 is also known as the AT89C51, which refers to a specific microcontroller from Atmel (now part of Microchip Technology). It is an 8-bit microcontroller based on the Intel 8051 architecture and is commonly used in embedded systems for various applications.


Is ther some inbuilt facility in 8051 microcontroller to interface it with other peripheral devices or peripheral interface like 8255 should be used along with it?

The 8051 can directly interface with a number of I/O. The 8255 just gives you the abilty to access 3 eight bit ports using a minimum number of control bits from the 8051


What is data transfer instructions in 8051?

Data transfer instructions in the 8051 microcontroller are used to move data between registers, memory, and I/O ports. Key instructions include MOV (to transfer data between registers or memory), MOVC (to move data from code memory), and MOVX (to access external data memory). These instructions facilitate the manipulation and transportation of data within the microcontroller's architecture, enabling various operations in embedded applications.


Why common cathode connection is used in seven segment display using microcontroller 8051?

The output of 8051 micro controller is active high so we must need to use the common cathode type display . it will work glow when any input is high . The anode terminals of leds's of seven segment connected to 8051's output and cathode is common and grounded . so it require common cathode because 8051 provide active high output.


What is the function of 02h of int 21h in 8051 processor?

In the 8051 microcontroller, the function of 02h of int 21h is to output a character to the standard output device, typically the serial port. When this interrupt is called, it takes a character from the accumulator (register A) and sends it to the output. This is commonly used for displaying characters on a terminal or for debugging purposes.


What do you mean by OTP 8051?

OTP 8051 refers to a specific type of microcontroller based on the 8051 architecture, which is programmed using One-Time Programmable (OTP) memory. This means that once the program is written to the chip, it cannot be modified or erased, making it ideal for applications where the code is finalized and will not need updates. OTP 8051 microcontrollers are commonly used in embedded systems for tasks like control, automation, and data processing. Their limited reusability is compensated by their reliability and simplicity in design.


What file provides listing of error messages in 8051 micro controller?

In the 8051 microcontroller, error messages and their descriptions are typically found in the documentation provided by the manufacturer, such as the datasheet or user manual. Additionally, programming environments or Integrated Development Environments (IDEs) used for 8051 development may have a specific file or section, often referred to as a "log file" or "error log," that lists error messages encountered during compilation or execution. These resources are essential for troubleshooting and debugging applications on the 8051 platform.