Skip to main content

Questions tagged [psram]

The tag has no usage guidance.

0 votes
1 answer
347 views

Is QSPI pseudo-sram here to stay? [closed]

Doing a new design for a industrial printer that was using an expensive SRAM part on an old Hitachi part. The new Cortex M processor has limited bus pins, and we're thinking of putting a QSPI RAM on ...
Larry_C's user avatar
  • 183
2 votes
2 answers
595 views

Trying to add Lyontek SPI RAM to ESP32D

I am trying to add an SPI RAM to my ESP32D on my custom PCB. On the first revision of the PCB, I screwed up, so I am trying to make it for the next revision. The ESP32D already uses SPI to handle the ...
Stéphane de Luca's user avatar
0 votes
1 answer
71 views

PSRAM with 32-bit data bit depth

Although there are lots of PSRAMs transmitting data at 16-bit bit depth, it seems almost impossible to see a 32-bit PSRAM. Is there any reason for not making such product? (I'm not asking for product ...
Nownuri's user avatar
  • 719
5 votes
1 answer
3k views

Replacing Pseudo-SRAM with SRAM

This week I am repairing an old Game Gear, suffering from bad video memory. The original IC is a HM65256BLFP-10T: an asynchronous Pseudo-Static 8-bit 32k-word RAM with an access time of 100ns. I ...
user3141592's user avatar
4 votes
2 answers
2k views

What "bus turnaround" delay should my PSRAM have?

I have a PSRAM driven by an STM32. One of the timing options for the STM32 is the bus turnaround FSMC_BusTurnAroundDuration. The ARM reference manual (see page 1250)...
Randomblue's user avatar
  • 11.1k
3 votes
3 answers
340 views

PSRAM: First operation bogus, later operations fine

I have a PSRAM driven by an STM32F2 in the default asynchronous mode. The PSRAM works fine except for the very first read or write operation. After the first read or write operation (which produces ...
Randomblue's user avatar
  • 11.1k
1 vote
3 answers
3k views

Porting an STM32 PSRAM driver

I have an STM32F2 development board that came with a PSRAM (IS61WV10248BLL), and I have a custom board with a different PSRAM (MT45W8MW16BGX). I have managed to get the PSRAM on the development board ...
Randomblue's user avatar
  • 11.1k