answersLogoWhite

0

What else can I help you with?

Related Questions

What is the maximum data memory capacity of 8051?

The 8051 microcontroller has a maximum data memory capacity of 64 KB, which includes both internal and external RAM. Internally, it has 128 bytes of RAM and can be expanded to utilize external memory through its address bus. The architecture allows for addressing external RAM, but the practical limit often depends on the specific implementation and additional circuit design.


What is the external data memory capacity of 8051 and why?

65536 bytes, because the 8051 family has a 16 bit external address buss.


What is psen pin in 8051?

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


What is 8051 loader?

The Loader is a program that moves the executable file produced by linker from the secondary storage device to memory for execution


What is difference between 89s52 and 8051?

internal and external memory


How much maximum current 8051 microcontroller can bear?

2.4ma


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


What is RAM memory space allocation 8051?

Sorry sir i don't no.


Size of stack memory and stack pointer register in 8051 microprocessor?

8 bit


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.


Program to convert bcd to gray code using 8051 microcontroller.?

66666


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.