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

Memory for XC167

First, I'm mostly an analog engineer just now getting into microcontroller design. I'll be using the XC167 and am have trouble finding external memory. I have 12MB of external memory area and am therefore looking for 12MB of memory. Ive been looking for synchronous DRAM but can only find 64MB and greater.
Does anybody have recommendations for external memory?

Parents
  • well, it seems that your request for SRAM manufacturers got lost in the fray, ISSI has up to 512k*16 see http://www.issi.com/index.html >product search >sram >asynch.

    You will need an awful lot of chips to populate 12M with 512k chips, but that may be what you have to do. Do remember that the code in this type of application "typically" reside in flash, there you can get much more on a chip for less money (I use SST, they have a 1000 times faster erase than most). Ask those programmers, that evidently do not tell you much, how they want the memory to be divided RAM/Flash

    Erik

Reply
  • well, it seems that your request for SRAM manufacturers got lost in the fray, ISSI has up to 512k*16 see http://www.issi.com/index.html >product search >sram >asynch.

    You will need an awful lot of chips to populate 12M with 512k chips, but that may be what you have to do. Do remember that the code in this type of application "typically" reside in flash, there you can get much more on a chip for less money (I use SST, they have a 1000 times faster erase than most). Ask those programmers, that evidently do not tell you much, how they want the memory to be divided RAM/Flash

    Erik

Children