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

Graduate II
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.

Graduate II
May 4, 2024

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

mƎALLEmAnswer
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.

AjahoAuthor
Graduate II
May 8, 2024

Thank you for advises - very helpful.