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

How to interface 4 SRAMs(32KBytes) to 8051mc

Please let me know the procedure for below

I am new for this design. I would like to know how to interface 4 SRAMs of 32 K bytes to 8051 microcotroller and I am developing code in C language in C51 Keil compiler.

Cy62256-SRAM
11.0592MHZ crystal

Parents
  • What Language are you writing the code with? A generic 8051 only supports 64K of RAM. So you will have to use another port pin to address 128K. The code will then have to insure the correct memory is selected. In this case a 3 to 8 decode will work. What is the part number of the chip you are using? Does it support 128K directly?

Reply
  • What Language are you writing the code with? A generic 8051 only supports 64K of RAM. So you will have to use another port pin to address 128K. The code will then have to insure the correct memory is selected. In this case a 3 to 8 decode will work. What is the part number of the chip you are using? Does it support 128K directly?

Children