answersLogoWhite

0

The Intel 8051 is a Harvard architecture, single chip microcontroller (µC) which was developed by Intel in 1980 for use in embedded systems. Intel's original versions were popular in the 1980s and early 1990s, but has today largely been superseded by a vast range of faster and/or functionally enhanced 8051-compatible devices manufactured by more than 20 independent manufacturers including Atmel, Infineon Technologies (formerly Siemens AG), Maxim Integrated Products (via its Dallas Semiconductor subsidiary), NXP (formerly Philips Semiconductor), Nuvoton (formerly Winbond), ST Microelectronics, Silicon Laboratories (formerly Cygnal), Texas Instruments and Cypress Semiconductor. Intel's official designation for the 8051 family of µCs is MCS 51.

Nandakumar (Source Wikipedia)

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Art & Architecture

Difference between van humann architecture and hardvard architecture?

In the Von Neumann (not "von humann") architecture instructions and data share the same bus and address space, while in the Harvard architecture instructions and data are accessed through separate buses.


What are the top architecture schools in the US?

According to a highly regarded design magazine, the top three architecture schools in the united states are as follows: Harvard, Columbia and Yale universities.


What is the difference between Harvard and modified Harvard architecture?

Harvard architecture:The original Harvard architecture computer, the Harvard Mark I, employed entirely separate memory systems to store instructions and data. The CPU fetched the next instruction and loaded or stored data simultaneously and independently. This is by contrast with a Von Neumann architecture computer, in which both instructions and data are stored in the same memory system and (without the complexity of a cache) must be accessed in turn. The physical separation of instruction and data memory is sometimes held to be the distinguishing feature of modern Harvard architecture computers. However, with entire computer systems being integrated onto single chips, the use of different memory technologies for instructions (e.g. Flash memory) and data (typically read/write memory) in Von Neumann machines is becoming popular. The true distinction of a Harvard machine is that instruction and data memory occupy different address spaces. In other words, a memory address does not uniquely identify a storage location (as it does in a Von Neumann machine); you also need to know the memory space (instruction or data) to which the address applies.Modified Harvard architecture:A pure Harvard architecture computer suffers from the disadvantage that mechanisms must be provided to separately load the program to be executed into instruction memory and any data to be operated upon into data memory. Additionally, modern Harvard architecture machines often use a read-only technology for the instruction memory and read/write technology for the data memory. This allows the computer to begin execution of a pre-loaded program as soon as power is applied. The data memory will at this time be in an unknown state, so it is not possible to provide any kind of pre-defined data values to the program.The solution is to provide a hardware pathway and machine language instructions so that the contents of the instruction memory can be read as if they were data. Initial data values can then be copied from the instruction memory into the data memory when the program starts. If the data is not to be modified (for example, if it is a constant value, such as pi, or a text string), it can be accessed by the running program directly from instruction memory without taking up space in data memory (which is often at a premium).


What is indegenious architecture?

indegenious architecture means the architecture of a particular place.


What impact did greek and roman architecture have on western architecture?

Renaissance architecture (14th and 15th centuries), Baroque architecture (16 & 17th centuries) and Neoclassical architecture (18th and 19th centuries) were modeled on Roman architecture.

Related Questions

Is 8051 is von nuemann or Harvard architecture?

Atmel's family say that 8051 controller follows the von-nuemann architecture. because register to register operation not possible in all 8051 family. if it is harvard means, it must support register to register transfer.Hence it concludes that 8051 followed by von-nuemann or Princeton architecture...


Is 8051 an example of von-neumann architecture?

yes


What is the difference between 8051 pic controllers and arm7 lpc2148?

architecture


Does Harvard university have an undergraduate school of architecture?

yes


What are the advantages of Harvard architecture?

In Harvard architecture, memory of data and memory of instruction are separated. Its advantages includes, faster execution time:it allow concurrent access of data and instruction andÊÊaccommodates Êmemories ÊfromÊdifferent technologies.


Can you suggest a correspondence course and a good institute for the same in architecture?

Harvard Graduate School of Design is a good learning institution to learn a degree program in Architecture.


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 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.


Difference between van humann architecture and hardvard architecture?

In the Von Neumann (not "von humann") architecture instructions and data share the same bus and address space, while in the Harvard architecture instructions and data are accessed through separate buses.


Who is first invented 8051 microcontroller or 8051 microprocessor?

Intel


Why the name 8051 as 8051?

because i said so thats why


How many instruction in 8051 microcontroller?

how many interrupts in 8051