Skip to main content
This topic has been closed for replies.
Best answer by mƎALLEm

Hello,

I don't see an issue with using that PSRAM on FMC interface. You can refer to the STM32H743-Eval board schemtics downloadable from here to inspire from on how to connect that device. It uses IS61WV102416 device.

Also inspire from its driver from here.

Hope it helps.

4 replies

Uwe Bonnes
Chief
May 4, 2024

Attaching such kind of memory is the task of FMC and STM32H757 has FMC. So it is possible, but requires you to setup up FMC for that device.

David Littell
Senior II
May 4, 2024

...and always match those trace lengths!  ;)

mƎALLEm
mƎALLEmBest answer
ST Technical Moderator
May 4, 2024

Hello,

I don't see an issue with using that PSRAM on FMC interface. You can refer to the STM32H743-Eval board schemtics downloadable from here to inspire from on how to connect that device. It uses IS61WV102416 device.

Also inspire from its driver from here.

Hope it helps.

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
AjahoAuthor
Associate II
May 8, 2024

Thank you for advises - very helpful.