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

embedded engineer

suppose i have 4MB of memory how divide data lines and address lines

Parents
  • You're an Embedded Engineer? Why wouldn't you know this?

    Do you have a specific memory chip in mind? That would tend to solidify what your options are likely to be.

    What is the width of the memory in question? This would drive the data bus width.

    What is the type of memory in question? SRAM, DRAM, SDRAM? This along with the data width would drive the number of address bits required to describe 4MByte.

    Are the buses multiplexed?

Reply
  • You're an Embedded Engineer? Why wouldn't you know this?

    Do you have a specific memory chip in mind? That would tend to solidify what your options are likely to be.

    What is the width of the memory in question? This would drive the data bus width.

    What is the type of memory in question? SRAM, DRAM, SDRAM? This along with the data width would drive the number of address bits required to describe 4MByte.

    Are the buses multiplexed?

Children