The psram tag has no wiki summary.
4
votes
2answers
150 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 ...
3
votes
3answers
186 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 ...
1
vote
2answers
786 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 ...