Computer Science, asked by yamini8258, 11 months ago

Discuss in detail the memory organization of 8051 microcontroller

Answers

Answered by kashyap20031
1
The 8051 microcontroller's memory is divided into Program Memory and Data Memory. Program Memory (ROM) is used for permanent saving program being executed, while Data Memory (RAM) is used for temporarily storing and keeping intermediate results and variables.

Program Memory (ROM)

Program Memory (ROM) is used for permanent saving program (CODE) being executed. The memory is read only. Depending on the settings made in compiler, program memory may also used to store a constant variables. The 8051 executes programs stored in program memory only. code memory type specifier is used to refer to program memory.

8051 memory organization alows external program memory to be added.
How does the microcontroller handle external memory depends on the pin EA logical state.

Similar questions