answersLogoWhite

0


Best Answer

The Intel 8051 is an 8-bit microcontroller which means that most available operations are limited to 8 bits. There are 3 basic "sizes" of the 8051: Short, Standard, and Extended. The Short and Standard chips are often available in DIP form, but the Extended 8051 models often have a different form factor, and are not "drop-in compatable". All these things are called 8051 because they can all be programmed using 8051 assembly language, and they all share certain features (although the different models all have their own special features). Some of the features that have made the 8051 popular are: * 8-bit data bus * 16-bit address bus * 32 general purpose registers each of 8 bits * 16 bit timers (usually 2, but may have more, or less). * 3 internal and 2 external interrupts. * Bit as well as byte addressable RAM area of 16 bytes. * Four 8-bit ports, (short models have two 8-bit ports). * 16-bit program counter and data pointer 8051 models may also have a number of special, model-specific features, such as UARTs, ADC, OpAmps, etc...

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: 8051 pin diagram pin description
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Movies & Television

Differences between Intel 8051 and atmel 89c51 micro controller?

The instructions used by Atmel 89CXX and 89CXXXX are the same or subset of 8051 microcontrollers.Fully static operation,flash program memory,less pin count andprecision analog comparator ( in case of 89C20510)are some of the attractions in going for these microcontrollers. Due to many similar features in the architecture and instruction and instruction set as that of 8051, it becomes possible for the 8051 designer to directly start using 89CXX and 89C20XX microcontrollers without any more efforts in learning these microcontrollers.


Draw the pin diagram of and gate?

The pin diagram of AND gate means the pin diagram of IC 7400. New software came handy to draw such complicated diagrams. You can go to the link in the "Sources and related links" down below and download the smartdraw tool where you can drag and drop such ready made shapes. Corel draw graphic suite is another such tool.


Can i View pioneer deh-1900mp wiring diagram?

www.wimtv.be/techniforum/files/crt2574_deh-3300r.pdf page 51 shows pin out diagram.


What is pin configuration of microprocessor 8088?

the pin configuration of a processor means that the diagramatic representation of block diagram of processor representing various pins and the function of that pins


Where can you find a fog light wiring diagram for 2005 Toyota RAV4?

I dont have a diagram but this should help You will need a 4 pin relay (available at any spares shop). The pins are numbered 87- to fog lights 30- to battery positive with fuses inline 86- positive from parklights 85- earth thru switch

Related questions

Btech 4-2 ECEquestion papers?

Draw the pin diagram of 8051 and explain the functioning of each and every pin.


What is psen pin in 8051?

Program Store Enable: The read strobe to external program memory.


What is 89c51 microcontroller?

89c51 is an microcontroller of 8051 series it is an 8-bit device packed in 40-pin package.


6 wire unipolar stepper motor pin connection?

tel me the connections of 6wire stepper motor with 8051 microcontroller


Is adc present on chip in 8051 or not?

There is no formal adc input on the 8051. However, the CMOS version of the chip can use a technique involving a resistor, diode, and capacitor, along with a bidirectional pin (or one output pin and one input pin) to implement a "quick and dirty" adc function. You discharge the capacitor and then let it charge to the voltage of the input. You measure the time it takes to see the input pin change, and you calculate the input voltage.


What is pin diagram of IC L293D?

What enable1&enable2 in pin l293d


Where can you get 6845 pin diagram and block diagram?

ni mooti lo


Explain about pin diagram of 8051 micro controller?

The microcontrollers have an 8-bit data bus. They are capable of addressing 64K of program memory and a separate 64K of data memory. The 8051 has 4K of code memory implemented as on-chip Read Only Memory (ROM). The 8051 has 128 bytes of internal Random Access Memory (RAM). The 8051 has two timer/counters, a serial port, 4 general purpose parallel input/output ports, and interrupt control logic with five sources of interrupts. Besides internal RAM, the 8051 has various Special Function Registers (SFR), which are the control and data registers for on-chip facilities. The SFRs also include the accumulator, the B register, and the Program Status Word (PSW), which contains the CPU flags. << SHARMILA TANDEL (B.E) ELECTRONICS >>


Difference between 8031 8051 and 8751 microcontrollers?

Answer It is both 8 bit processors in a 40 pin package but it is not pin compatible, it have almost the same functions but it is very difficult to compare the two because it is not the same family.


What does the pin code people sometimes put on their fb description stand for?

blackberry pin


Explain the pin diagram of Pentium processor?

i dnt know


Why there is no driver circuit needed between 8051 microcontroller and an optoisolater?

Are you referring to the original Intel 8051, or one of the many variants? The 8051 has weak internal pullups on the i/o pins, and can source only about 60 ua, but can sink 1.6 ma, still not much when it comes to driving the led in an opto. Some 8051-based dervatives can sink much more current. Atmel's 89C2051 for instance, can sink up to 20 ma per i/o pin. This can directly drive most optos.