This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

General


8051 or any processor ,can support memory Banking. By making us of memory banking technique, we can increase the amount of memory , that can be interfaced.
Egs 8051 can address 64K data memory and 64K data memory.
By using the memory banking technique
we can intrface the memory beyond this
64K.
Please let me know if my understanding is correct.Apart from this why the memory banking to be used.

Parents
  • That is correct. Memory banking is used to overcome the limitations of the 8051 architecture. It simulates extra address lines to expand address space.
    Not all processors have to use this technique. Many processors have an address space large enough to avoid using such tricks.
    Regards,
    - Mike

Reply
  • That is correct. Memory banking is used to overcome the limitations of the 8051 architecture. It simulates extra address lines to expand address space.
    Not all processors have to use this technique. Many processors have an address space large enough to avoid using such tricks.
    Regards,
    - Mike

Children