๐Von Neumann Architecture
๐Harvard Architecture
๐This classification organization of a is mainly program based on memory(ROM) data memory(RAM).
✏️Von Neumann Architecture
๐ It is also referred as Princeton Architecture.
๐It has a single memory storage tohold both program Instructions and data instructions .... For example :common program and storage space.
๐Instructions and data are accessed during same bus system.
✏️Advantage :
๐Simple design of microcontroller chip.
๐Reduces required hardware .
✏️Disadvantage :
๐Slower excution of a program.
✏️Harvard Architecture
๐It has physically separate memory storage to hold program Instructions and data i.e separate program and data space.
๐Since it has separate buses to access program and data memory it is possible to access program memory and data memory simultaneously.
✏️Advantage:
๐Faster operation.
✏️Disadvantage:
๐It requires more hardware.
NOTE:
๐8051 family architecture are based on Harvard Architecture.
No comments:
Post a Comment
If you have any doubts or clarification you need in my blog topics, I would ๐ฏ try to clear it in an efficient manner as possible. I will also accept your suggestions.