2014-08-14 04:53 AM
Hi!
ST refers to a technology called muxed PSRAM.As far as I know, this simply means, that the data and address signals share the same IO pins.All simple and good, but my question is, could someone point me to a PSRAM, which actually is compatible to such an arrangement? I googled a lot, but all I could find was a US patent about this technology.BTW, my requirement is to drive a TFT (320x240) screen with ST's LTDC (Hsync, Vsyc etc). I would like to be able to use an LQFP100 package, which leaves me the opportunity to have a 8 bit muxed PSRAM as a frame buffer for the display.See attached STM32Cube file.Thanks a bunch! #lmgtfy2014-08-14 05:28 AM
> All simple and good, but my question is, could someone point me to a PSRAM, which
> actually is compatible to such an arrangement? IS66WVD1M16ALL , for example? You can also demux address from data using a 16x latch. JW2014-08-14 05:44 AM
http://www.winbond.com/hq/enu/ProductAndSales/ProductLines/MobileRAM/PseudoSRAM/W958D2B.htm
http://www.winbond.com/hq/enu/ProductAndSales/ProductLines/MobileRAM/PseudoSRAM/W957D6HBC.htm
http://www.issi.com/WW/pdf/66WVD1M16ALL.pdf
2014-08-15 04:49 AM
Thanks guys!
I really appreciate it!